/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/ |
D | viddec_pm.c | 43 #define EMUL_REQD(codec) ((codec == MFD_STREAM_FORMAT_VC1) || (codec_type == MFD_STREAM_FORMAT_H264… 87 uint32_t viddec_pm_get_parser_sizes(uint32_t codec_type, viddec_parser_memory_sizes_t *size) in viddec_pm_get_parser_sizes() argument 89 parser_ops[codec_type].get_cxt_size(size); in viddec_pm_get_parser_sizes() 92 …) of context for codec=%d is greater than max=%d\n",size->context_size,codec_type,MAX_CODEC_CXT_SI… in viddec_pm_get_parser_sizes() 102 void viddec_pm_init_context(viddec_pm_cxt_t *cxt, uint32_t codec_type, uint32_t *persist_mem, uint3… in viddec_pm_init_context() argument 112 cxt->late_frame_detect = (MFD_STREAM_FORMAT_H264 == codec_type) ? true:false; in viddec_pm_init_context() 118 parser_ops[codec_type].init((void *)&(cxt->codec_data[0]), persist_mem, !clean); in viddec_pm_init_context() 347 void viddec_pm_finalize_workload(viddec_pm_cxt_t *cxt, uint32_t codec_type, uint32_t codec_errors) in viddec_pm_finalize_workload() argument 349 viddec_emit_set_codec(&(cxt->emitter), codec_type); in viddec_pm_finalize_workload() 370 void viddec_pm_handle_buffer_overflow(viddec_pm_cxt_t *cxt, uint32_t codec_type, viddec_input_buffe… in viddec_pm_handle_buffer_overflow() argument [all …]
|
D | main.c | 122 static inline void mfd_init_swap_memory(viddec_pm_cxt_t *pm, uint32_t codec_type, uint32_t start_ad… in mfd_init_swap_memory() argument 126 viddec_pm_init_context(pm,codec_type, persist_mem, clean); in mfd_init_swap_memory()
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/ |
D | viddec_pm.h | 85 void viddec_pm_init_context(viddec_pm_cxt_t *cxt, uint32_t codec_type, uint32_t *persist_mem, uint3… 88 uint32_t viddec_pm_parse_es_buffer(viddec_pm_cxt_t *cxt, uint32_t codec_type, viddec_input_buffer_t… 94 uint32_t viddec_pm_get_parser_sizes(uint32_t codec_type, viddec_parser_memory_sizes_t *size);
|
D | viddec_emitter.h | 65 static inline void viddec_emit_set_codec(viddec_emitter *emit, uint32_t codec_type) in viddec_emit_set_codec() argument 67 emit->cur.data->codec = codec_type; in viddec_emit_set_codec()
|
/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/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/intel/common/libmix/mix_vbp/viddec_fw/include/ |
D | viddec_fw_parser_host.h | 94 … void viddec_fw_parser_query_streamsize(uint32_t codec_type, uint32_t *num_wklds, uint32_t *size); 106 …uint32_t viddec_fw_parser_openstream(uint32_t codec_type, uint32_t *strm_handle, uint32_t phys, ui…
|
D | viddec_fw_decoder_host.h | 113 uint32_t viddec_fw_decoder_query_streamsize(uint32_t codec_type, uint32_t *size); 124 …uint32_t viddec_fw_decoder_openstream(uint32_t codec_type, uint32_t *strm_handle, uint32_t phys, u…
|
/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/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/audio/msm8909/hal/ |
D | platform_api.h | 102 const char * codec_type);
|
/hardware/broadcom/libbt/include/ |
D | uipc_msg.h | 604 tAUDIO_CODEC_TYPE codec_type; member 624 tAUDIO_CODEC_TYPE codec_type; member
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_audio.h | 275 uint32_t codec_type; member
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_audio.h | 250 uint32_t codec_type; member
|
/hardware/qcom/audio/msm8909/hal/msm8916/ |
D | platform.c | 3002 const char *codec_type) in platform_set_audio_device_interface() argument 3007 if (device_name == NULL || intf_name == NULL || codec_type == NULL) { in platform_set_audio_device_interface() 3015 device_name, intf_name, codec_type); in platform_set_audio_device_interface() 3024 (strncmp(codec_type, "external", strlen(codec_type)) == 0)) { in platform_set_audio_device_interface() 3031 (strncmp(codec_type, "internal", strlen(codec_type)) == 0)) { in platform_set_audio_device_interface()
|
/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/original-kernel-headers/linux/ |
D | msm_audio.h | 332 uint32_t codec_type; member
|
/hardware/qcom/msm8x26/kernel-headers/linux/ |
D | msm_audio.h | 289 uint32_t codec_type; member
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_audio.h | 299 uint32_t codec_type; member
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_audio.h | 341 uint32_t codec_type; member
|