Home
last modified time | relevance | path

Searched refs:VPX_IMG_FMT_NV12 (Results 1 – 13 of 13) sorted by relevance

/external/libvpx/vpx/src/
Dvpx_image.c46 case VPX_IMG_FMT_NV12: bps = 12; break; in img_alloc_helper()
71 case VPX_IMG_FMT_NV12: in img_alloc_helper()
180 if (img->fmt == VPX_IMG_FMT_NV12) { in vpx_img_set_rect()
/external/libvpx/vp9/
Dvp9_iface_common.c91 yv12->uv_width = img->x_chroma_shift == 1 || img->fmt == VPX_IMG_FMT_NV12 in image2yuvconfig()
134 if (img->fmt == VPX_IMG_FMT_NV12) yv12->subsampling_x = 1; in image2yuvconfig()
Dvp9_cx_iface.c381 case VPX_IMG_FMT_NV12: break; in validate_img()
417 case VPX_IMG_FMT_NV12: in get_image_bps()
/external/libvpx/vpx/
Dvpx_image.h46 VPX_IMG_FMT_NV12 = VPX_IMG_FMT_PLANAR | 9, enumerator
/external/libvpx/test/
Dyuv_video_source.h89 case VPX_IMG_FMT_NV12: in SetSize()
Dvp8_datarate_test.cc419 VPX_IMG_FMT_NV12, 352, 288, 30, 1, 0, in TEST_P()
Dvp9_end_to_end_test.cc63 { "hantro_collage_w352h288_nv12.yuv", 8, VPX_IMG_FMT_NV12, VPX_BITS_8, 0 },
/external/libvpx/
Dtools_common.c98 if (yuv_frame->fmt == VPX_IMG_FMT_NV12 && plane > 1) break; in read_yuv_frame()
100 if (yuv_frame->fmt == VPX_IMG_FMT_NV12 && plane == 1) w = (w + 1) & ~1; in read_yuv_frame()
Dvpxenc.c1723 case NV12: input.fmt = VPX_IMG_FMT_NV12; break; in main()
/external/webrtc/modules/video_coding/codecs/vp8/
Dlibvpx_vp8_encoder.cc1290 << (fmt == VPX_IMG_FMT_NV12 ? "NV12" : "I420"); in MaybeUpdatePixelFormat()
1350 MaybeUpdatePixelFormat(VPX_IMG_FMT_NV12); in PrepareBuffers()
/external/webrtc/modules/video_coding/codecs/vp9/
Dlibvpx_vp9_encoder.cc2055 << (fmt == VPX_IMG_FMT_NV12 ? "NV12" : "I420"); in MaybeRewrapRawWithFormat()
2113 MaybeRewrapRawWithFormat(VPX_IMG_FMT_NV12); in PrepareBufferForProfile0()
/external/libvpx/vp8/
Dvp8_cx_iface.c284 case VPX_IMG_FMT_NV12: break; in validate_img()
/external/libvpx/vp9/encoder/
Dvp9_encoder.c2225 case VPX_IMG_FMT_NV12: in vpx_img_chroma_subsampling()
2236 case VPX_IMG_FMT_NV12: in vpx_img_chroma_subsampling()