Home | History | Annotate | Download | only in src

Lines Matching refs:codec_type

106     OMX_VIDEO_CODINGTYPE codec_type;
116 codec_type = OMX_VIDEO_CodingMPEG4;
120 codec_type = OMX_VIDEO_CodingH263;
124 codec_type = OMX_VIDEO_CodingAVC;
130 codec_type = OMX_VIDEO_CodingVPX;
154 if (handle->venc_open(codec_type) != true) {
204 if (codec_type == OMX_VIDEO_CodingAVC)
233 if (codec_type == OMX_VIDEO_CodingMPEG4) {
236 } else if (codec_type == OMX_VIDEO_CodingH263) {
239 } else if (codec_type == OMX_VIDEO_CodingAVC) {
242 } else if (codec_type == OMX_VIDEO_CodingVPX) {
285 if (codec_type == OMX_VIDEO_CodingMPEG4) {
287 } else if (codec_type == OMX_VIDEO_CodingH263) {
289 } else if (codec_type == OMX_VIDEO_CodingAVC) {
291 } else if (codec_type == OMX_VIDEO_CodingVPX) {
316 if (codec_type == OMX_VIDEO_CodingMPEG4) {
318 } else if (codec_type == OMX_VIDEO_CodingH263) {
320 } else if (codec_type == OMX_VIDEO_CodingAVC) {
322 } else if (codec_type == OMX_VIDEO_CodingVPX) {