Home
last modified time | relevance | path

Searched refs:videoDecoderAdapter_ (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/av_codec/services/media_engine/filters/
H A Dvideo_decoder_adapter.cpp48 videoDecoderAdapter_ = videoDecoder; in VideoDecoderCallback()
58 if (auto videoDecoderAdapter = videoDecoderAdapter_.lock()) { in OnError()
67 if (auto videoDecoderAdapter = videoDecoderAdapter_.lock()) { in OnOutputFormatChanged()
76 if (auto videoDecoderAdapter = videoDecoderAdapter_.lock()) { in OnInputBufferAvailable()
85 if (auto videoDecoderAdapter = videoDecoderAdapter_.lock()) { in OnOutputBufferAvailable()
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Dvideo_decoder_adapter.h107 std::weak_ptr<VideoDecoderAdapter> videoDecoderAdapter_; member in OHOS::Media::VideoDecoderCallback

Completed in 2 milliseconds