Home
last modified time | relevance | path

Searched refs:videoCodec_ (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H A Ddcamera_codec_event.h35 CodecPacket() : videoCodec_(VideoCodecType::NO_CODEC) {} in CodecPacket()
37 : videoCodec_(videoCodec), multiDataBuffers_(multiDataBuffers) {} in CodecPacket()
39 : videoCodec_(VideoCodecType::NO_CODEC), surface_(surface) {} in CodecPacket()
44 videoCodec_ = videoCodec; in SetVideoCodecType()
49 return videoCodec_; in GetVideoCodecType()
73 VideoCodecType videoCodec_; member in OHOS::DistributedHardware::CodecPacket
/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h46 VideoConfigParams() : videoCodec_(VideoCodecType::NO_CODEC), pixelFormat_(Videoformat::YUVI420), in VideoConfigParams()
51 : videoCodec_(videoCodec), pixelFormat_(pixelFormat), frameRate_(frameRate), width_ (width), height_(height) in VideoConfigParams()
66 VideoCodecType videoCodec_; member in OHOS::DistributedHardware::VideoConfigParams
/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp22 videoCodec_ = videoCodec; in SetVideoCodecType()
43 return videoCodec_; in GetVideoCodecType()
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dencode_data_process_test.cpp191 testEncodeDataProcess_->sourceConfig_.videoCodec_ = VideoCodecType::NO_CODEC; in HWTEST_F()
192 testEncodeDataProcess_->processedConfig_.videoCodec_ = VideoCodecType::CODEC_H264; in HWTEST_F()
H A Ddecode_data_process_test.cpp318 testDecodeDataProcess_->sourceConfig_.videoCodec_ = VideoCodecType::NO_CODEC; in HWTEST_F()
319 testDecodeDataProcess_->processedConfig_.videoCodec_ = VideoCodecType::CODEC_H264; in HWTEST_F()

Completed in 3 milliseconds