Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_video_callback.cpp25 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnError()
33 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnInputBufferAvailable()
44 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnOutputFormatChanged()
56 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnOutputBufferAvailable()
H A Ddecode_surface_listener.cpp31 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in OnBufferAvailable()
46 decodeVideoNode_ = decodeVideoNode; in SetDecodeVideoNode()
56 std::shared_ptr<DecodeDataProcess> targetDecoderNode = decodeVideoNode_.lock(); in GetDecodeVideoNode()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.h31 : surface_(surface), decodeVideoNode_(decodeVideoNode) {} in DecodeSurfaceListener()
42 std::weak_ptr<DecodeDataProcess> decodeVideoNode_; variable
H A Ddecode_video_callback.h32 : decodeVideoNode_(decodeVideoNode) {} in DecodeVideoCallback()
41 std::weak_ptr<DecodeDataProcess> decodeVideoNode_;