HomeSort by relevance Sort by last modified time
    Searched refs:codec_type (Results 1 - 17 of 17) sorted by null

  /hardware/qcom/media/mm-video/vidc/vdec/inc/
frameparser.h 37 enum codec_type enum
65 int init_start_codes (codec_type codec_type_parse);
omx_vdec.h 592 codec_type codec_type_parse;
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/dec/src/
SsbSipMfcDecAPI.c 120 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecInit(void *openHandle, SSBSIP_MFC_CODEC_TYPE codec_type, int Frameleng)
135 if ((codec_type != MPEG4_DEC) &&
136 (codec_type != H264_DEC) &&
137 (codec_type != H263_DEC) &&
138 (codec_type != MPEG1_DEC) &&
139 (codec_type != MPEG2_DEC) &&
140 (codec_type != FIMV1_DEC) &&
141 (codec_type != FIMV2_DEC) &&
142 (codec_type != FIMV3_DEC) &&
143 (codec_type != FIMV4_DEC) &
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c 79 SSBSIP_MFC_CODEC_TYPE codec_type; local
87 codec_type = mpeg4_arg->codecType;
89 if ((codec_type != MPEG4_ENC) &&
90 (codec_type != H264_ENC) &&
91 (codec_type != H263_ENC)) {
96 pCTX->codec_type = codec_type;
98 switch (pCTX->codec_type) {
127 switch (pCTX->codec_type) {
131 EncArg.args.enc_init_mpeg4.in_codec_type = pCTX->codec_type;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h 270 SSBSIP_MFC_CODEC_TYPE codec_type; member in struct:tag_mem_alloc_arg
321 SSBSIP_MFC_CODEC_TYPE codec_type; member in struct:__anon1431
SsbSipMfcApi.h 297 SSBSIP_MFC_ERROR_CODE SsbSipMfcDecInit(void *openHandle, SSBSIP_MFC_CODEC_TYPE codec_type, int Frameleng);
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp 89 OMX_VIDEO_CODINGTYPE codec_type; local
100 codec_type = OMX_VIDEO_CodingMPEG4;
106 codec_type = OMX_VIDEO_CodingH263;
112 codec_type = OMX_VIDEO_CodingAVC;
134 if(handle->venc_open(codec_type) != true)
190 if(codec_type == OMX_VIDEO_CodingMPEG4)
195 else if(codec_type == OMX_VIDEO_CodingH263)
200 else if(codec_type == OMX_VIDEO_CodingAVC)
242 if(codec_type == OMX_VIDEO_CodingMPEG4)
246 else if(codec_type == OMX_VIDEO_CodingH263
    [all...]
  /hardware/msm7k/libaudio/
AudioHardware.h 79 uint32_t codec_type; member in struct:android::msm_audio_config
AudioHardware.cpp 735 config.codec_type = CODEC_TYPE_PCM;
933 config.codec_type = CODEC_TYPE_PCM;
    [all...]
  /external/bluetooth/bluez/audio/
avdtp.h 286 uint8_t codec_type,
gstavdtpsink.c 247 uint8_t codec_type)
254 if ((codec->type == codec_type) &&
    [all...]
avdtp.c     [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 137 uint32_t codec_type; member in struct:android::msm_audio_config
AudioHardware.cpp     [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
frameparser.cpp 72 int frame_parse::init_start_codes (codec_type codec_type_parse)
omx_vdec.cpp 295 codec_type_parse ((codec_type)0),
    [all...]
  /system/extras/sound/
playwav.c 27 uint32_t codec_type; member in struct:msm_audio_config

Completed in 700 milliseconds