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.c55 case VPX_IMG_FMT_YV12: in img_alloc_helper()
71 case VPX_IMG_FMT_YV12: in img_alloc_helper()
83 case VPX_IMG_FMT_YV12: in img_alloc_helper()
/external/libvpx/libvpx/vpx/
Dvpx_image.h53 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.c1371 case VPX_IMG_FMT_YV12: return "YV12"; in image_format_to_string()
1610 if (img->fmt != VPX_IMG_FMT_I420 && img->fmt != VPX_IMG_FMT_YV12) { in encode_frame()
1912 case YV12: input.fmt = VPX_IMG_FMT_YV12; break; in main()
Dvpxdec.c968 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.c260 case VPX_IMG_FMT_YV12: in validate_img()