Home
last modified time | relevance | path

Searched defs:multiDataBuffers (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H A Ddcamera_pipeline_event.h34 const std::vector<std::shared_ptr<DataBuffer>>& multiDataBuffers) in PipelineConfig()
58 void SetDataBuffers(std::vector<std::shared_ptr<DataBuffer>>& multiDataBuffers) in SetDataBuffers()
H A Ddcamera_codec_event.h36 …CodecPacket(VideoCodecType videoCodec, const std::vector<std::shared_ptr<DataBuffer>>& multiDataBu… in CodecPacket()
52 void SetDataBuffers(std::vector<std::shared_ptr<DataBuffer>>& multiDataBuffers) in SetDataBuffers()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process_common.cpp664 std::vector<std::shared_ptr<DataBuffer>> multiDataBuffers; in PostOutputDataBuffers() local
H A Ddecode_data_process.cpp617 std::vector<std::shared_ptr<DataBuffer>> multiDataBuffers; in PostOutputDataBuffers() local