Home
last modified time | relevance | path

Searched refs:currSurface_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp278 currSurface_ = SurfaceItem(surface); in OnSetOutputSurfaceWhenCfg()
340 if (currSurface_.surface_ == nullptr) { in SetTransform()
509 if (currSurface_.surface_ == nullptr) { in ReadyToStart()
544 if (currSurface_.surface_) { in AllocateBuffersOnPort()
557 if (currSurface_.surface_ == nullptr) { in SetCallerToBuffer()
694 currSurface_.surface_->CleanCache(); in AllocOutDynamicSurfaceBuf()
725 currSurface_.surface_->CleanCache(); in AllocateOutputBuffersFromSurface()
830 if (!currSurface_.surface_ || currSurface_.surface_->GetUniqueId() != surfaceId) { in OnGetBufferFromSurface()
949 if (currSurface_.surface_) { in OnReleaseOutputBuffer()
991 currSurface_.Release(); in OnEnterUninitializedState()
[all …]
H A Dhdecoder.h119 } currSurface_; variable