/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/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/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/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/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/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_video_encoder.cpp | 101 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 111 codec_type = OMX_VIDEO_CodingAVC; in component_init() 115 codec_type = OMX_VIDEO_CodingAVC; in component_init() 121 codec_type = OMX_VIDEO_CodingVP8; in component_init() 126 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 130 codec_type = OMX_VIDEO_CodingImageHEIC; in component_init() 134 codec_type = OMX_VIDEO_CodingHEVC; in component_init() 139 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingTME; in component_init() 160 if (handle->venc_open(codec_type) != true) { in component_init() 262 if (codec_type == OMX_VIDEO_CodingAVC) { in component_init() [all …]
|
D | omx_swvenc_mpeg4.cpp | 139 OMX_VIDEO_CODINGTYPE codec_type; in component_init() local 151 codec_type = OMX_VIDEO_CodingMPEG4; in component_init() 159 codec_type = OMX_VIDEO_CodingH263; in component_init() 256 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 260 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 348 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 352 else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 382 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() 385 } else if (codec_type == OMX_VIDEO_CodingH263) in component_init() 443 if (codec_type == OMX_VIDEO_CodingMPEG4) in component_init() [all …]
|
/hardware/interfaces/bluetooth/audio/2.0/vts/functional/ |
D | VtsHalBluetoothAudioV2_0TargetTest.cpp | 412 void GetOffloadCodecCapabilityHelper(const CodecType& codec_type) { in GetOffloadCodecCapabilityHelper() argument 415 if (codec_capability.codecCapabilities().codecType != codec_type) { in GetOffloadCodecCapabilityHelper() 737 for (auto codec_type : {CodecType::APTX, CodecType::APTX_HD}) { in TEST_F() 739 codec_config.codecType = codec_type; in TEST_F() 741 (codec_type == CodecType::APTX ? 352000 : 576000); in TEST_F() 747 (codec_type == CodecType::APTX_HD ? true : false), true); in TEST_F() 778 for (auto codec_type : a2dp_codec_types) { in TEST_F() local 779 switch (codec_type) { in TEST_F() 804 codec_config.codecType = codec_type; in TEST_F()
|
/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/msm8960/kernel-headers/linux/ |
D | msm_audio.h | 250 uint32_t codec_type; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_audio.h | 275 uint32_t codec_type; member
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_audio.h | 289 uint32_t codec_type; member
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_audio.h | 324 uint32_t codec_type; member
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | msm_audio.h | 289 uint32_t codec_type; member
|
/hardware/qcom/msm8x26/original-kernel-headers/linux/ |
D | msm_audio.h | 332 uint32_t codec_type; member
|
/hardware/qcom/msm8x09/original-kernel-headers/linux/ |
D | msm_audio.h | 344 uint32_t codec_type; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_audio.h | 341 uint32_t codec_type; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_audio.h | 344 uint32_t codec_type; member
|