Home | History | Annotate | Download | only in src

Lines Matching defs:codec_type

194     OMX_VIDEO_CODINGTYPE codec_type;
205 codec_type = OMX_VIDEO_CodingMPEG4;
209 codec_type = OMX_VIDEO_CodingH263;
213 codec_type = OMX_VIDEO_CodingAVC;
217 codec_type = OMX_VIDEO_CodingAVC;
224 codec_type = OMX_VIDEO_CodingVP8;
230 codec_type = OMX_VIDEO_CodingHEVC;
234 codec_type = OMX_VIDEO_CodingHEVC;
256 if (handle->venc_open(codec_type) != true) {
315 if (codec_type == OMX_VIDEO_CodingAVC) {
363 if (codec_type == OMX_VIDEO_CodingMPEG4) {
366 } else if (codec_type == OMX_VIDEO_CodingH263) {
369 } else if (codec_type == OMX_VIDEO_CodingAVC) {
372 } else if (codec_type == OMX_VIDEO_CodingVP8) {
375 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
421 if (codec_type == OMX_VIDEO_CodingMPEG4) {
423 } else if (codec_type == OMX_VIDEO_CodingH263) {
425 } else if (codec_type == OMX_VIDEO_CodingAVC) {
427 } else if (codec_type == OMX_VIDEO_CodingVP8) {
429 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
455 if (codec_type == OMX_VIDEO_CodingMPEG4) {
457 } else if (codec_type == OMX_VIDEO_CodingH263) {
459 } else if (codec_type == OMX_VIDEO_CodingAVC) {
461 } else if (codec_type == OMX_VIDEO_CodingVP8) {
463 } else if (codec_type == OMX_VIDEO_CodingHEVC) {