Home | History | Annotate | Download | only in src

Lines Matching defs:codec_type

199     OMX_VIDEO_CODINGTYPE codec_type;
210 codec_type = OMX_VIDEO_CodingMPEG4;
214 codec_type = OMX_VIDEO_CodingH263;
218 codec_type = OMX_VIDEO_CodingAVC;
222 codec_type = OMX_VIDEO_CodingAVC;
229 codec_type = OMX_VIDEO_CodingVP8;
235 codec_type = OMX_VIDEO_CodingHEVC;
239 codec_type = OMX_VIDEO_CodingHEVC;
261 if (handle->venc_open(codec_type) != true) {
312 if (codec_type == OMX_VIDEO_CodingAVC)
352 if (codec_type == OMX_VIDEO_CodingMPEG4) {
355 } else if (codec_type == OMX_VIDEO_CodingH263) {
358 } else if (codec_type == OMX_VIDEO_CodingAVC) {
361 } else if (codec_type == OMX_VIDEO_CodingVP8) {
364 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
407 if (codec_type == OMX_VIDEO_CodingMPEG4) {
409 } else if (codec_type == OMX_VIDEO_CodingH263) {
411 codec_type == OMX_VIDEO_CodingAVC) {
413 } else if (codec_type == OMX_VIDEO_CodingVP8) {
415 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
440 if (codec_type == OMX_VIDEO_CodingMPEG4) {
442 } else if (codec_type == OMX_VIDEO_CodingH263) {
444 } else if (codec_type == OMX_VIDEO_CodingAVC) {
446 } else if (codec_type == OMX_VIDEO_CodingVP8) {
448 } else if (codec_type == OMX_VIDEO_CodingHEVC) {