Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_YV12 (Results 1 – 9 of 9) sorted by relevance

/external/libvpx/libvpx/vpx/src/
Dvpx_image.c42 case VPX_IMG_FMT_YV12: bps = 12; break; in img_alloc_helper()
56 case VPX_IMG_FMT_YV12: in img_alloc_helper()
66 case VPX_IMG_FMT_YV12: in img_alloc_helper()
/external/libvpx/libvpx/vpx/
Dvpx_image.h40 VPX_IMG_FMT_YV12 = enumerator
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c95 ptr = img->planes[img->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V in mulres_read_frame_by_row()
99 ptr = img->planes[img->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U in mulres_read_frame_by_row()
/external/libvpx/libvpx/
Dtools_common.c105 yuv_frame->planes[yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V in read_yuv_frame()
110 yuv_frame->planes[yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U in read_yuv_frame()
Dvpxenc.c1102 case VPX_IMG_FMT_YV12: return "YV12"; in image_format_to_string()
1342 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame()
1644 case YV12: input.fmt = VPX_IMG_FMT_YV12; break; in main()
Dvpxdec.c1021 img->fmt != VPX_IMG_FMT_YV12) || in main_loop()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c369 case VPX_IMG_FMT_YV12: in validate_img()
406 case VPX_IMG_FMT_YV12: in get_image_bps()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c281 case VPX_IMG_FMT_YV12: in validate_img()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2206 case VPX_IMG_FMT_YV12: in vpx_img_chroma_subsampling()
2216 case VPX_IMG_FMT_YV12: in vpx_img_chroma_subsampling()