Home
last modified time | relevance | path

Searched refs:curConfig (Results 1 - 10 of 10) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_sink.cpp72 bool DCameraPipelineSink::IsInRange(const VideoConfigParams& curConfig) in IsInRange() argument
74 return (curConfig.GetFrameRate() >= MIN_FRAME_RATE || curConfig.GetFrameRate() <= MAX_FRAME_RATE || in IsInRange()
75 curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInRange()
76 curConfig.GetHeight() >= MIN_VIDEO_HEIGHT || curConfig.GetHeight() <= MAX_VIDEO_HEIGHT); in IsInRange()
H A Ddcamera_pipeline_source.cpp77 bool DCameraPipelineSource::IsInRange(const VideoConfigParams& curConfig) in IsInRange() argument
79 return (curConfig.GetFrameRate() >= MIN_FRAME_RATE || curConfig.GetFrameRate() <= MAX_FRAME_RATE || in IsInRange()
80 curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInRange()
81 curConfig.GetHeight() >= MIN_VIDEO_HEIGHT || curConfig.GetHeight() <= MAX_VIDEO_HEIGHT); in IsInRange()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.cpp91 bool EncodeDataProcess::IsInEncoderRange(const VideoConfigParams& curConfig) in IsInEncoderRange() argument
93 return (curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInEncoderRange()
94 curConfig.GetHeight() >= MIN_VIDEO_HEIGHT || curConfig.GetHeight() <= MAX_VIDEO_HEIGHT || in IsInEncoderRange()
95 curConfig.GetFrameRate() >= MIN_FRAME_RATE || curConfig.GetFrameRate() <= MAX_FRAME_RATE); in IsInEncoderRange()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp82 bool DecodeDataProcess::IsInDecoderRange(const VideoConfigParams& curConfig) in IsInDecoderRange() argument
84 return (curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInDecoderRange()
85 curConfig.GetHeight() >= MIN_VIDEO_HEIGHT || curConfig.GetHeight() <= MAX_VIDEO_HEIGHT || in IsInDecoderRange()
86 curConfig.GetFrameRate() >= MIN_FRAME_RATE || curConfig.GetFrameRate() <= MAX_FRAME_RATE); in IsInDecoderRange()
H A Ddecode_data_process_common.cpp82 bool DecodeDataProcess::IsInDecoderRange(const VideoConfigParams& curConfig) in IsInDecoderRange() argument
84 return (curConfig.GetWidth() >= MIN_VIDEO_WIDTH || curConfig.GetWidth() <= MAX_VIDEO_WIDTH || in IsInDecoderRange()
85 curConfig.GetHeight() >= MIN_VIDEO_HEIGHT || curConfig.GetHeight() <= MAX_VIDEO_HEIGHT || in IsInDecoderRange()
86 curConfig.GetFrameRate() >= MIN_FRAME_RATE || curConfig.GetFrameRate() <= MAX_FRAME_RATE); in IsInDecoderRange()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline/
H A Ddcamera_pipeline_source.h50 bool IsInRange(const VideoConfigParams& curConfig);
H A Ddcamera_pipeline_sink.h48 bool IsInRange(const VideoConfigParams& curConfig);
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.h68 bool IsInEncoderRange(const VideoConfigParams& curConfig);
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h76 bool IsInDecoderRange(const VideoConfigParams& curConfig);
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_profile_peer.cpp950 A2dpCodecConfig *curConfig = nullptr; in SetConfigure() local
956 curConfig = codecConfig_->GetCodecConfig(); in SetConfigure()
957 curConfig->CopyOutOtaCodecConfig(curCodec); in SetConfigure()

Completed in 8 milliseconds