/hardware/interfaces/bluetooth/audio/utils/aidl_session/ |
D | BluetoothLeAudioCodecsProvider.cpp | 387 CodecType codec_type = in GetUnicastCapability() local 389 if (codec_type == CodecType::LC3) { in GetUnicastCapability() 391 codec_type, in GetUnicastCapability() 397 } else if (codec_type == CodecType::APTX_ADAPTIVE_LE || in GetUnicastCapability() 398 codec_type == CodecType::APTX_ADAPTIVE_LEX) { in GetUnicastCapability() 400 codec_type, in GetUnicastCapability() 433 CodecType codec_type = in GetBroadcastCapability() local 438 if (codec_type == CodecType::LC3) { in GetBroadcastCapability() 440 codec_type, in GetBroadcastCapability() 450 const CodecType& codec_type, const AudioLocation& audio_location, in ComposeBroadcastCapability() argument [all …]
|
D | BluetoothLeAudioCodecsProvider.h | 86 const CodecType& codec_type, const AudioLocation& audio_location, 92 const CodecType& codec_type, const AudioLocation& audio_location, 103 static inline CodecType GetCodecType(const setting::CodecType& codec_type);
|
D | HidlToAidlMiddleware.cpp | 256 inline CodecType_2_0 to_hidl_codec_type_2_0(const CodecType codec_type) { in to_hidl_codec_type_2_0() argument 257 auto it = codec_type_to_hidl_2_0_map.find(codec_type); in to_hidl_codec_type_2_0()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/ |
D | frameparser.h | 35 enum codec_type { enum 63 int init_start_codes (codec_type codec_type_parse);
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
D | frameparser.h | 36 enum codec_type enum 68 int init_start_codes (codec_type codec_type_parse);
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 36 enum codec_type { enum 70 int init_start_codes (codec_type codec_type_parse);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 36 enum codec_type { enum 69 int init_start_codes (codec_type codec_type_parse);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
D | frameparser.h | 36 enum codec_type { enum 70 int init_start_codes (codec_type codec_type_parse);
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 126 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 137 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 141 codec_type = OMX_VIDEO_CodingH263; in component_init() 145 codec_type = OMX_VIDEO_CodingAVC; in component_init() 149 codec_type = OMX_VIDEO_CodingAVC; in component_init() 156 codec_type = OMX_VIDEO_CodingVP8; in component_init() 162 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 166 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 189 if (handle->venc_open(codec_type) != true) { in component_init() 240 if (codec_type == OMX_VIDEO_CodingAVC) in component_init() [all …]
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | omx_video_encoder.cpp | 104 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 115 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 121 codec_type = OMX_VIDEO_CodingH263; in component_init() 127 codec_type = OMX_VIDEO_CodingAVC; in component_init() 133 codec_type = OMX_VIDEO_CodingAVC; in component_init() 156 if(handle->venc_open(codec_type) != true) in component_init() 228 if(codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 233 else if(codec_type == OMX_VIDEO_CodingH263) in component_init() 238 else if(codec_type == OMX_VIDEO_CodingAVC) in component_init() 282 if(codec_type == OMX_VIDEO_CodingMPEG4) in component_init() [all …]
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 199 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 210 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 214 codec_type = OMX_VIDEO_CodingH263; in component_init() 218 codec_type = OMX_VIDEO_CodingAVC; in component_init() 222 codec_type = OMX_VIDEO_CodingAVC; in component_init() 229 codec_type = OMX_VIDEO_CodingVP8; in component_init() 235 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 239 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 261 if (handle->venc_open(codec_type) != true) { in component_init() 312 if (codec_type == OMX_VIDEO_CodingAVC) in component_init() [all …]
|
D | omx_swvenc_hevc.cpp | 104 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 115 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc; in component_init() 201 if (codec_type == OMX_VIDEO_CodingAVC) in component_init() 267 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) { in component_init() 291 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) { in component_init()
|
D | omx_swvenc_mpeg4.cpp | 117 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 129 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 137 codec_type = OMX_VIDEO_CodingH263; in component_init() 232 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 236 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 324 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 328 else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 358 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 361 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 223 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 233 codec_type = OMX_VIDEO_CodingAVC; in component_init() 237 codec_type = OMX_VIDEO_CodingAVC; in component_init() 242 codec_type = OMX_VIDEO_CodingVP8; in component_init() 248 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 264 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init() 268 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init() 273 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 285 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingTME; in component_init() 296 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingTME; in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 145 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 156 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 164 codec_type = OMX_VIDEO_CodingH263; in component_init() 261 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 265 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 353 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 357 else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 387 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 390 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 448 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() [all …]
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 194 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 205 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 209 codec_type = OMX_VIDEO_CodingH263; in component_init() 213 codec_type = OMX_VIDEO_CodingAVC; in component_init() 217 codec_type = OMX_VIDEO_CodingAVC; in component_init() 224 codec_type = OMX_VIDEO_CodingVP8; in component_init() 230 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 234 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 256 if (handle->venc_open(codec_type) != true) { in component_init() 315 if (codec_type == OMX_VIDEO_CodingAVC) { in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 117 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 129 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 137 codec_type = OMX_VIDEO_CodingH263; in component_init() 232 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 236 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 324 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 328 else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 358 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 361 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init()
|
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 392 void GetOffloadCodecCapabilityHelper(const CodecType& codec_type) { in GetOffloadCodecCapabilityHelper() argument 395 if (codec_capability.codecCapabilities().codecType != codec_type) { in GetOffloadCodecCapabilityHelper() 717 for (auto codec_type : {CodecType::APTX, CodecType::APTX_HD}) { in TEST_P() 719 codec_config.codecType = codec_type; in TEST_P() 721 (codec_type == CodecType::APTX ? 352000 : 576000); in TEST_P() 727 (codec_type == CodecType::APTX_HD ? true : false), true); in TEST_P() 758 for (auto codec_type : a2dp_codec_types) { in TEST_P() local 759 switch (codec_type) { in TEST_P() 784 codec_config.codecType = codec_type; in TEST_P()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 226 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 237 codec_type = OMX_VIDEO_CodingAVC; in component_init() 241 codec_type = OMX_VIDEO_CodingAVC; in component_init() 255 codec_type = OMX_VIDEO_CodingVP8; in component_init() 261 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 265 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init() 269 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 291 if (handle->venc_open(codec_type) != true) { in component_init() 395 if (codec_type == OMX_VIDEO_CodingAVC) { in component_init() 398 } else if (codec_type == OMX_VIDEO_CodingVP8) { in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 145 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 156 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 164 codec_type = OMX_VIDEO_CodingH263; in component_init() 269 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 273 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 361 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 365 else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 395 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 398 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 460 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() [all …]
|
/hardware/interfaces/bluetooth/audio/2.1/vts/functional/ |
D | VtsHalBluetoothAudioV2_1TargetTest.cpp | 479 void GetOffloadCodecCapabilityHelper(const CodecType& codec_type) { in GetOffloadCodecCapabilityHelper() argument 482 if (codec_capability.codecCapabilities().codecType != codec_type) { in GetOffloadCodecCapabilityHelper() 812 for (auto codec_type : {CodecType::APTX, CodecType::APTX_HD}) { in TEST_P() 814 codec_config.codecType = codec_type; in TEST_P() 816 (codec_type == CodecType::APTX ? 352000 : 576000); in TEST_P() 822 (codec_type == CodecType::APTX_HD ? true : false), true); in TEST_P() 853 for (auto codec_type : a2dp_codec_types) { in TEST_P() local 854 switch (codec_type) { in TEST_P() 879 codec_config.codecType = codec_type; in TEST_P()
|
/hardware/interfaces/bluetooth/audio/aidl/vts/ |
D | VtsHalBluetoothAudioTargetTest.cpp | 375 void GetA2dpOffloadCapabilityHelper(const CodecType& codec_type) { in GetA2dpOffloadCapabilityHelper() argument 380 if (a2dp_capabilities.codecType != codec_type) { in GetA2dpOffloadCapabilityHelper() 1858 for (auto codec_type : {CodecType::APTX, CodecType::APTX_HD}) { in TEST_P() 1860 .codecType = codec_type, in TEST_P() 1862 (codec_type == CodecType::APTX ? 352000 : 576000), in TEST_P() 1868 (codec_type == CodecType::APTX_HD ? true : false), true); in TEST_P() 1896 for (auto codec_type : ndk::enum_range<CodecType>()) { in TEST_P() local 1897 switch (codec_type) { in TEST_P() 1930 .codecType = codec_type, in TEST_P() 3512 for (auto codec_type : in TEST_P() [all …]
|
/hardware/broadcom/libbt/include/ |
D | uipc_msg.h | 604 tAUDIO_CODEC_TYPE codec_type; member 624 tAUDIO_CODEC_TYPE codec_type; member
|
/hardware/qcom/audio/hal/audio_extn/ |
D | a2dp.c | 143 enc_codec_t *codec_type); 1342 enc_codec_t codec_type = ENC_CODEC_TYPE_INVALID; in configure_a2dp_encoder_format() local 1352 &codec_type); in configure_a2dp_encoder_format() 1357 switch (codec_type) { in configure_a2dp_encoder_format()
|
/hardware/qcom/sm8150/media/libarbitrarybytes/src/ |
D | frameparser.cpp | 69 int frame_parse::init_start_codes (codec_type codec_type_parse) in init_start_codes()
|