Home | History | Annotate | Download | only in src

Lines Matching defs:codec_type

126     OMX_VIDEO_CODINGTYPE codec_type;
137 codec_type = OMX_VIDEO_CodingMPEG4;
141 codec_type = OMX_VIDEO_CodingH263;
145 codec_type = OMX_VIDEO_CodingAVC;
149 codec_type = OMX_VIDEO_CodingAVC;
156 codec_type = OMX_VIDEO_CodingVP8;
162 codec_type = OMX_VIDEO_CodingHEVC;
166 codec_type = OMX_VIDEO_CodingHEVC;
189 if (handle->venc_open(codec_type) != true) {
240 if (codec_type == OMX_VIDEO_CodingAVC)
273 if (codec_type == OMX_VIDEO_CodingMPEG4) {
276 } else if (codec_type == OMX_VIDEO_CodingH263) {
279 } else if (codec_type == OMX_VIDEO_CodingAVC) {
282 } else if (codec_type == OMX_VIDEO_CodingVP8) {
285 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
328 if (codec_type == OMX_VIDEO_CodingMPEG4) {
330 } else if (codec_type == OMX_VIDEO_CodingH263) {
332 } else if (codec_type == OMX_VIDEO_CodingAVC) {
334 } else if (codec_type == OMX_VIDEO_CodingVP8) {
336 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
361 if (codec_type == OMX_VIDEO_CodingMPEG4) {
363 } else if (codec_type == OMX_VIDEO_CodingH263) {
365 } else if (codec_type == OMX_VIDEO_CodingAVC) {
367 } else if (codec_type == OMX_VIDEO_CodingVP8) {
369 } else if (codec_type == OMX_VIDEO_CodingHEVC) {