Home
last modified time | relevance | path

Searched refs:GetVideoCodecType (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp65 sourceConfig.GetVideoCodecType(), targetConfig.GetVideoCodecType()); in InitNode()
71 if (sourceConfig_.GetVideoCodecType() == targetConfig_.GetVideoCodecType()) { in InitNode()
73 "%{public}d.", sourceConfig_.GetVideoCodecType(), targetConfig_.GetVideoCodecType()); in InitNode()
100 return (sourceConfig.GetVideoCodecType() == targetConfig.GetVideoCodecType() || in IsConvertible()
101 sourceConfig.GetVideoCodecType() == VideoCodecType::NO_CODEC); in IsConvertible()
160 switch (targetConfig_.GetVideoCodecType()) { in InitEncoderMetadataFormat()
325 if (sourceConfig_.GetVideoCodecType() == processedConfig_.GetVideoCodecType()) { in ProcessData()
327 sourceConfig_.GetVideoCodecType(), processedConfig_.GetVideoCodecType()); in ProcessData()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp53 … DHLOGE("The DecodeNode can't convert %{public}d to %{public}d.", sourceConfig.GetVideoCodecType(), in InitNode()
54 targetConfig_.GetVideoCodecType()); in InitNode()
60 if (sourceConfig_.GetVideoCodecType() == targetConfig_.GetVideoCodecType()) { in InitNode()
62 … "type %{public}d.", targetConfig_.GetVideoCodecType(), sourceConfig_.GetVideoCodecType()); in InitNode()
91 return (sourceConfig.GetVideoCodecType() == targetConfig.GetVideoCodecType() || in IsConvertible()
92 targetConfig.GetVideoCodecType() == VideoCodecType::NO_CODEC); in IsConvertible()
168 …GI("Init video decoder metadata format. codecType: %{public}d", sourceConfig_.GetVideoCodecType()); in InitDecoderMetadataFormat()
172 switch (sourceConfig_.GetVideoCodecType()) { in InitDecoderMetadataFormat()
352 if (sourceConfig_.GetVideoCodecType() == processedConfig_.GetVideoCodecType()) { in ProcessData()
354 sourceConfig_.GetVideoCodecType(), processedConfig_.GetVideoCodecType()); in ProcessData()
H A Ddecode_data_process_common.cpp53 … DHLOGE("The DecodeNode can't convert %{public}d to %{public}d.", sourceConfig.GetVideoCodecType(), in InitNode()
54 targetConfig_.GetVideoCodecType()); in InitNode()
60 if (sourceConfig_.GetVideoCodecType() == targetConfig_.GetVideoCodecType()) { in InitNode()
62 … "type %{public}d.", targetConfig_.GetVideoCodecType(), sourceConfig_.GetVideoCodecType()); in InitNode()
91 return (sourceConfig.GetVideoCodecType() == targetConfig.GetVideoCodecType() || in IsConvertible()
92 targetConfig.GetVideoCodecType() == VideoCodecType::NO_CODEC); in IsConvertible()
179 …GI("Init video decoder metadata format. codecType: %{public}d", sourceConfig_.GetVideoCodecType()); in InitDecoderMetadataFormat()
182 switch (sourceConfig_.GetVideoCodecType()) { in InitDecoderMetadataFormat()
399 if (sourceConfig_.GetVideoCodecType() == processedConfig_.GetVideoCodecType()) { in ProcessData()
401 sourceConfig_.GetVideoCodecType(), processedConfig_.GetVideoCodecType()); in ProcessData()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_source.cpp137 …NodeSourceCfg.GetHeight(), curNodeSourceCfg.GetVideoformat(), curNodeSourceCfg.GetVideoCodecType(), in InitDCameraPipNodes()
161 … targetConfig.GetVideoformat(), targetConfig.GetVideoCodecType(), targetConfig.GetFrameRate()); in InitDCameraPipNodes()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dimage_common_type.cpp41 VideoCodecType VideoConfigParams::GetVideoCodecType() const in GetVideoCodecType() function in OHOS::DistributedHardware::VideoConfigParams
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h59 VideoCodecType GetVideoCodecType() const;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H A Ddcamera_codec_event.h47 VideoCodecType GetVideoCodecType() const in GetVideoCodecType() function