Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dsurface_decoder_adapter.cpp38 : surfaceDecoderAdapter_(std::move(surfaceDecoderAdapter)) in SurfaceDecoderAdapterCallback()
44 if (auto surfaceDecoderAdapter = surfaceDecoderAdapter_.lock()) { in OnError() local
57 if (auto surfaceDecoderAdapter = surfaceDecoderAdapter_.lock()) { in OnInputBufferAvailable() local
58 surfaceDecoderAdapter->OnInputBufferAvailable(index, buffer); in OnInputBufferAvailable()
66 if (auto surfaceDecoderAdapter = surfaceDecoderAdapter_.lock()) { in OnOutputBufferAvailable() local
68 surfaceDecoderAdapter->OnOutputBufferAvailable(index, buffer); in OnOutputBufferAvailable()
70 int64_t lastBufferPts = surfaceDecoderAdapter->GetLastBufferPts(); in OnOutputBufferAvailable()
71 int64_t frameNum = surfaceDecoderAdapter->GetFrameNum(); in OnOutputBufferAvailable()
88 : surfaceDecoderAdapter_(std::move(surfaceDecoderAdapter)) in AVBufferAvailableListener()
94 if (auto surfaceDecoderAdapter = surfaceDecoderAdapter_.lock()) { in OnBufferAvailable() local
[all …]