Home | History | Annotate | Download | only in src

Lines Matching defs:codec_type

114     OMX_VIDEO_CODINGTYPE codec_type;
124 codec_type = OMX_VIDEO_CodingAVC;
128 codec_type = OMX_VIDEO_CodingAVC;
134 codec_type = OMX_VIDEO_CodingVP8;
139 codec_type = OMX_VIDEO_CodingHEVC;
143 codec_type = OMX_VIDEO_CodingHEVC;
165 if (handle->venc_open(codec_type) != true) {
254 if (codec_type == OMX_VIDEO_CodingAVC) {
257 } else if (codec_type == OMX_VIDEO_CodingVP8) {
260 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
306 if (codec_type == OMX_VIDEO_CodingAVC) {
308 } else if (codec_type == OMX_VIDEO_CodingVP8) {
310 } else if (codec_type == OMX_VIDEO_CodingHEVC) {
335 if (codec_type == OMX_VIDEO_CodingAVC) {
337 } else if (codec_type == OMX_VIDEO_CodingVP8) {
339 } else if (codec_type == OMX_VIDEO_CodingHEVC) {