Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_video_callback.cpp22 void DecodeVideoCallback::OnError(MediaAVCodec::AVCodecErrorType errorType, int32_t errorCode) in OnError()
30 void DecodeVideoCallback::OnInputBufferAvailable(uint32_t index, std::shared_ptr<Media::AVSharedMem… in OnInputBufferAvailable()
41 void DecodeVideoCallback::OnOutputFormatChanged(const Media::Format &format) in OnOutputFormatChanged()
52 void DecodeVideoCallback::OnOutputBufferAvailable(uint32_t index, MediaAVCodec::AVCodecBufferInfo i… in OnOutputBufferAvailable()
H A Ddecode_data_process.cpp153 decodeVideoCallback_ = std::make_shared<DecodeVideoCallback>(shared_from_this()); in ConfigureVideoDecoder()
H A Ddecode_data_process_common.cpp155 decodeVideoCallback_ = std::make_shared<DecodeVideoCallback>(shared_from_this()); in ConfigureVideoDecoder()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_video_callback.h29 class DecodeVideoCallback : public MediaAVCodec::AVCodecCallback {
31 explicit DecodeVideoCallback(const std::weak_ptr<DecodeDataProcess>& decodeVideoNode) in DecodeVideoCallback() function
33 ~DecodeVideoCallback() override = default;
H A Ddecode_data_process.h48 class DecodeVideoCallback; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeoninputbufferavailable_fuzzer/
H A Ddecodeoninputbufferavailable_fuzzer.cpp34 …std::shared_ptr<DecodeVideoCallback> decodeVideoCallback = std::make_shared<DecodeVideoCallback>(d… in DecodeOnInputBufferAvailableFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeonoutputbufferavailable_fuzzer/
H A Ddecodeonoutputbufferavailable_fuzzer.cpp40 …std::shared_ptr<DecodeVideoCallback> decodeVideoCallback = std::make_shared<DecodeVideoCallback>(d… in DecodeOnOutputBufferAvailableFuzzTest()