Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_YV12 (Results 1 – 8 of 8) 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/
Dtools_common.c97 yuv_frame->planes[yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V in read_yuv_frame()
102 yuv_frame->planes[yuv_frame->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U in read_yuv_frame()
Dvpxenc.c1408 case VPX_IMG_FMT_YV12: return "YV12"; in image_format_to_string()
1648 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame()
1950 case YV12: input.fmt = VPX_IMG_FMT_YV12; break; in main()
Dvpxdec.c1020 img->fmt != VPX_IMG_FMT_YV12) || in main_loop()
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c95 ptr = img->planes[img->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_V in read_frame_by_row()
99 ptr = img->planes[img->fmt == VPX_IMG_FMT_YV12 ? VPX_PLANE_U in read_frame_by_row()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c348 case VPX_IMG_FMT_YV12: in validate_img()
385 case VPX_IMG_FMT_YV12: in get_image_bps()
/external/libvpx/libvpx/vp8/
Dvp8_cx_iface.c261 case VPX_IMG_FMT_YV12: in validate_img()