HomeSort by relevance Sort by last modified time
    Searched refs:PLANE_V (Results 1 - 3 of 3) sorted by null

  /external/libvpx/vpx/
vpx_image.h 123 #define PLANE_V VPX_PLANE_V
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 305 srcLine = (const uint8_t *)img->planes[PLANE_V];
309 srcLine += img->stride[PLANE_V];
  /external/libvpx/
y4minput.c 876 _img->stride[PLANE_U]=_img->stride[PLANE_V]=c_w;
879 _img->planes[PLANE_V]=_y4m->dst_buf+pic_sz+c_sz;

Completed in 305 milliseconds