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 D | encode_data_process.cpp | 65 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 D | decode_data_process.cpp | 53 … 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 D | decode_data_process_common.cpp | 53 … 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 D | dcamera_pipeline_source.cpp | 137 …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 D | image_common_type.cpp | 41 VideoCodecType VideoConfigParams::GetVideoCodecType() const in GetVideoCodecType() function in OHOS::DistributedHardware::VideoConfigParams
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/ |
H A D | image_common_type.h | 59 VideoCodecType GetVideoCodecType() const;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/ |
H A D | dcamera_codec_event.h | 47 VideoCodecType GetVideoCodecType() const in GetVideoCodecType() function
|