Home | History | Annotate | Download | only in src

Lines Matching refs:codec_type

104   OMX_VIDEO_CODINGTYPE codec_type;
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 == OMX_VIDEO_CodingMPEG4)
286 else if(codec_type == OMX_VIDEO_CodingH263)
315 if(codec_type == OMX_VIDEO_CodingMPEG4)
319 else if(codec_type == OMX_VIDEO_CodingH263)
399 if (codec_type == OMX_VIDEO_CodingAVC)