Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp243 decodeVideoCallback_ = nullptr; in ReleaseDecoder()
319 decodeVideoCallback_ = std::make_shared<ImageDecoderCallback>(shared_from_this()); in InitVideoDecoder()
320 int32_t ret = videoDecoder_->SetCallback(decodeVideoCallback_); in InitVideoDecoder()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp153 decodeVideoCallback_ = std::make_shared<DecodeVideoCallback>(shared_from_this()); in ConfigureVideoDecoder()
154 ret = videoDecoder_->SetCallback(decodeVideoCallback_); in ConfigureVideoDecoder()
282 decodeVideoCallback_ = nullptr; in ReleaseVideoDecoder()
291 decodeVideoCallback_ = nullptr; in ReleaseVideoDecoder()
H A Ddecode_data_process_common.cpp155 decodeVideoCallback_ = std::make_shared<DecodeVideoCallback>(shared_from_this()); in ConfigureVideoDecoder()
156 ret = videoDecoder_->SetCallback(decodeVideoCallback_); in ConfigureVideoDecoder()
324 decodeVideoCallback_ = nullptr; in ReleaseVideoDecoder()
336 decodeVideoCallback_ = nullptr; in ReleaseVideoDecoder()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h105 std::shared_ptr<MediaAVCodec::AVCodecCallback> decodeVideoCallback_; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h128 std::shared_ptr<MediaAVCodec::AVCodecCallback> decodeVideoCallback_ = nullptr; variable