Searched refs:codec_type (Results 1 - 12 of 12) sorted by relevance

/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Dframeparser.h36 enum codec_type enum
68 int init_start_codes (codec_type codec_type_parse);
H A Domx_vdec.h757 codec_type codec_type_parse;
/hardware/qcom/media/mm-video/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/msm7k/libaudio/
H A DAudioHardware.h79 uint32_t codec_type; member in struct:android::msm_audio_config
H A DAudioHardware.cpp735 config.codec_type = CODEC_TYPE_PCM;
933 config.codec_type = CODEC_TYPE_PCM;
/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/msm7k/libaudio-qsd8k/
H A DAudioHardware.h137 uint32_t codec_type; member in struct:android::msm_audio_config
H A DAudioHardware.cpp1622 config.codec_type = CODEC_TYPE_PCM;
1862 config.codec_type = CODEC_TYPE_PCM;
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Dframeparser.cpp98 int frame_parse::init_start_codes (codec_type codec_type_parse)
H A Domx_vdec.cpp455 codec_type_parse ((codec_type)0),
H A Domx_vdec_copper.cpp475 codec_type_parse ((codec_type)0),

Completed in 402 milliseconds