Searched refs:PLANE_U (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vpx/
H A Dvpx_image.h123 #define PLANE_U VPX_PLANE_U macro
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/
H A Dvpx_image.h126 #define PLANE_U VPX_PLANE_U macro
/external/chromium_org/media/cast/video_sender/codecs/vp8/
H A Dvp8_encoder.cc144 raw_image_->planes[PLANE_U] =
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dy4minput.c935 _img->stride[PLANE_U] = _img->stride[PLANE_V] = c_w;
937 _img->planes[PLANE_U] = _y4m->dst_buf + pic_sz;
/external/libvpx/libvpx/
H A Dy4minput.c935 _img->stride[PLANE_U] = _img->stride[PLANE_V] = c_w;
937 _img->planes[PLANE_U] = _y4m->dst_buf + pic_sz;
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_impl.cc350 raw_->planes[PLANE_U] = const_cast<uint8_t*>(input_image.buffer(kUPlane));

Completed in 118 milliseconds