Home
last modified time | relevance | path

Searched refs:decodeVideoNode (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.h30 …deSurfaceListener(sptr<IConsumerSurface> surface, std::weak_ptr<DecodeDataProcess> decodeVideoNode) in DecodeSurfaceListener() argument
31 : surface_(surface), decodeVideoNode_(decodeVideoNode) {} in DecodeSurfaceListener()
36 void SetDecodeVideoNode(const std::weak_ptr<DecodeDataProcess>& decodeVideoNode);
H A Ddecode_video_callback.h31 explicit DecodeVideoCallback(const std::weak_ptr<DecodeDataProcess>& decodeVideoNode) in DecodeVideoCallback() argument
32 : decodeVideoNode_(decodeVideoNode) {} in DecodeVideoCallback()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.cpp44 … DecodeSurfaceListener::SetDecodeVideoNode(const std::weak_ptr<DecodeDataProcess>& decodeVideoNode) in SetDecodeVideoNode() argument
46 decodeVideoNode_ = decodeVideoNode; in SetDecodeVideoNode()