HomeSort by relevance Sort by last modified time
    Searched defs:codec_type (Results 1 - 7 of 7) 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);
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/enc/src/
SsbSipMfcEncAPI.c 92 SSBSIP_MFC_CODEC_TYPE codec_type; local
100 codec_type = mpeg4_arg->codecType;
102 if ((codec_type != MPEG4_ENC) &&
103 (codec_type != H264_ENC) &&
104 (codec_type != H263_ENC)) {
109 pCTX->codec_type = codec_type;
111 switch (pCTX->codec_type) {
140 switch (pCTX->codec_type) {
144 EncArg.args.enc_init_mpeg4.in_codec_type = pCTX->codec_type;
    [all...]
  /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...]
  /system/extras/sound/
playwav.c 27 uint32_t codec_type; member in struct:msm_audio_config
  /hardware/msm7k/libaudio/
AudioHardware.h 79 uint32_t codec_type; member in struct:android::msm_audio_config
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 137 uint32_t codec_type; member in struct:android::msm_audio_config
  /device/samsung/crespo/sec_mm/sec_omx/sec_codecs/video/mfc_c110/include/
mfc_interface.h 276 SSBSIP_MFC_CODEC_TYPE codec_type; member in struct:tag_mem_alloc_arg
334 SSBSIP_MFC_CODEC_TYPE codec_type; member in struct:__anon1471

Completed in 374 milliseconds