Searched defs:codec_type (Results 1 - 25 of 27) sorted by relevance

12

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_emitter.h65 static inline void viddec_emit_set_codec(viddec_emitter *emit, uint32_t codec_type) argument
67 emit->cur.data->codec = codec_type;
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
H A Dframeparser.h36 enum codec_type enum
68 int init_start_codes (codec_type codec_type_parse);
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h36 enum codec_type { enum
69 int init_start_codes (codec_type codec_type_parse);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h36 enum codec_type { enum
70 int init_start_codes (codec_type codec_type_parse);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
H A Dframeparser.h36 enum codec_type { enum
70 int init_start_codes (codec_type codec_type_parse);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dviddec_pm.c43 #define EMUL_REQD(codec) ((codec == MFD_STREAM_FORMAT_VC1) || (codec_type == MFD_STREAM_FORMAT_H264) ? 1: 0)
87 uint32_t viddec_pm_get_parser_sizes(uint32_t codec_type, viddec_parser_memory_sizes_t *size) argument
89 parser_ops[codec_type].get_cxt_size(size);
92 DEB("ERROR: size(%d) of context for codec=%d is greater than max=%d\n",size->context_size,codec_type,MAX_CODEC_CXT_SIZE);
102 void viddec_pm_init_context(viddec_pm_cxt_t *cxt, uint32_t codec_type, uint32_t *persist_mem, uint32_t clean) argument
112 cxt->late_frame_detect = (MFD_STREAM_FORMAT_H264 == codec_type) ? true:false;
118 parser_ops[codec_type].init((void *)&(cxt->codec_data[0]), persist_mem, !clean);
126 //parser_ops[codec_type].flush_preserve((void *)&(cxt->codec_data[0]), persist_mem);
347 void viddec_pm_finalize_workload(viddec_pm_cxt_t *cxt, uint32_t codec_type, uint32_t codec_errors) argument
349 viddec_emit_set_codec(&(cxt->emitter), codec_type);
370 viddec_pm_handle_buffer_overflow(viddec_pm_cxt_t *cxt, uint32_t codec_type, viddec_input_buffer_t *es_buf) argument
412 viddec_pm_handle_new_es_buffer(viddec_pm_cxt_t *cxt, uint32_t codec_type, viddec_input_buffer_t *es_buf) argument
442 viddec_pm_parse_es_buffer(viddec_pm_cxt_t *cxt, uint32_t codec_type, viddec_input_buffer_t *es_buf) argument
[all...]
H A Dmain.c122 static inline void mfd_init_swap_memory(viddec_pm_cxt_t *pm, uint32_t codec_type, uint32_t start_addr, uint32_t clean) argument
126 viddec_pm_init_context(pm,codec_type, persist_mem, clean);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Domx_video_encoder.cpp104 OMX_VIDEO_CODINGTYPE codec_type; local
115 codec_type = OMX_VIDEO_CodingMPEG4;
121 codec_type = OMX_VIDEO_CodingH263;
127 codec_type = OMX_VIDEO_CodingAVC;
133 codec_type = OMX_VIDEO_CodingAVC;
156 if(handle->venc_open(codec_type) != true)
228 if(codec_type == OMX_VIDEO_CodingMPEG4)
233 else if(codec_type == OMX_VIDEO_CodingH263)
238 else if(codec_type == OMX_VIDEO_CodingAVC)
282 if(codec_type
[all...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp126 OMX_VIDEO_CODINGTYPE codec_type; local
137 codec_type = OMX_VIDEO_CodingMPEG4;
141 codec_type = OMX_VIDEO_CodingH263;
145 codec_type = OMX_VIDEO_CodingAVC;
149 codec_type = OMX_VIDEO_CodingAVC;
156 codec_type = OMX_VIDEO_CodingVP8;
162 codec_type = OMX_VIDEO_CodingHEVC;
166 codec_type = OMX_VIDEO_CodingHEVC;
189 if (handle->venc_open(codec_type) != true) {
240 if (codec_type
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp104 OMX_VIDEO_CODINGTYPE codec_type; local
115 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc;
201 if (codec_type == OMX_VIDEO_CodingAVC)
267 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
291 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
H A Domx_swvenc_mpeg4.cpp117 OMX_VIDEO_CODINGTYPE codec_type; local
129 codec_type = OMX_VIDEO_CodingMPEG4;
137 codec_type = OMX_VIDEO_CodingH263;
232 if (codec_type == OMX_VIDEO_CodingMPEG4)
236 } else if (codec_type == OMX_VIDEO_CodingH263)
324 if (codec_type == OMX_VIDEO_CodingMPEG4)
328 else if (codec_type == OMX_VIDEO_CodingH263)
358 if (codec_type == OMX_VIDEO_CodingMPEG4)
361 } else if (codec_type == OMX_VIDEO_CodingH263)
H A Domx_video_encoder.cpp199 OMX_VIDEO_CODINGTYPE codec_type; local
210 codec_type = OMX_VIDEO_CodingMPEG4;
214 codec_type = OMX_VIDEO_CodingH263;
218 codec_type = OMX_VIDEO_CodingAVC;
222 codec_type = OMX_VIDEO_CodingAVC;
229 codec_type = OMX_VIDEO_CodingVP8;
235 codec_type = OMX_VIDEO_CodingHEVC;
239 codec_type = OMX_VIDEO_CodingHEVC;
261 if (handle->venc_open(codec_type) != true) {
312 if (codec_type
[all...]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp104 OMX_VIDEO_CODINGTYPE codec_type; local
115 codec_type = (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc;
201 if (codec_type == OMX_VIDEO_CodingAVC)
267 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
291 if (codec_type == (OMX_VIDEO_CODINGTYPE)QOMX_VIDEO_CodingHevc) {
H A Domx_swvenc_mpeg4.cpp117 OMX_VIDEO_CODINGTYPE codec_type; local
129 codec_type = OMX_VIDEO_CodingMPEG4;
137 codec_type = OMX_VIDEO_CodingH263;
232 if (codec_type == OMX_VIDEO_CodingMPEG4)
236 } else if (codec_type == OMX_VIDEO_CodingH263)
324 if (codec_type == OMX_VIDEO_CodingMPEG4)
328 else if (codec_type == OMX_VIDEO_CodingH263)
358 if (codec_type == OMX_VIDEO_CodingMPEG4)
361 } else if (codec_type == OMX_VIDEO_CodingH263)
H A Domx_video_encoder.cpp190 OMX_VIDEO_CODINGTYPE codec_type; local
201 codec_type = OMX_VIDEO_CodingMPEG4;
205 codec_type = OMX_VIDEO_CodingH263;
209 codec_type = OMX_VIDEO_CodingAVC;
213 codec_type = OMX_VIDEO_CodingAVC;
220 codec_type = OMX_VIDEO_CodingVP8;
226 codec_type = OMX_VIDEO_CodingHEVC;
230 codec_type = OMX_VIDEO_CodingHEVC;
252 if (handle->venc_open(codec_type) != true) {
311 if (codec_type
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h250 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h275 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8x26/kernel-headers/linux/
H A Dmsm_audio.h289 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8x26/original-kernel-headers/linux/
H A Dmsm_audio.h332 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_audio.h289 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_audio.h324 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_audio.h296 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_audio.h341 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_audio.h299 uint32_t codec_type; member in struct:msm_audio_bitstream_info
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_audio.h344 uint32_t codec_type; member in struct:msm_audio_bitstream_info

Completed in 311 milliseconds

12