Searched refs:surfaceDecoderAdapter (Results 1 – 1 of 1) sorted by relevance
38 : surfaceDecoderAdapter_(std::move(surfaceDecoderAdapter)) in SurfaceDecoderAdapterCallback()44 if (auto surfaceDecoderAdapter = surfaceDecoderAdapter_.lock()) { in OnError() local57 if (auto surfaceDecoderAdapter = surfaceDecoderAdapter_.lock()) { in OnInputBufferAvailable() local58 surfaceDecoderAdapter->OnInputBufferAvailable(index, buffer); in OnInputBufferAvailable()66 if (auto surfaceDecoderAdapter = surfaceDecoderAdapter_.lock()) { in OnOutputBufferAvailable() local68 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 …]