HomeSort by relevance Sort by last modified time
    Searched defs:y_width (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 117 size_t y_width = frame->GetWidth(); local
123 for (size_t j = 0; j < y_width; ++j) {
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
yv12config.h 29 int y_width; member in struct:yv12_buffer_config
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 28 int y_width; member in struct:yv12_buffer_config
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/
yv12config.h 28 int y_width; member in struct:yv12_buffer_config
  /external/chromium_org/third_party/webrtc/modules/video_capture/test/
video_capture_unittest.cc 515 int y_width = kTestWidth; local
525 memcpy(current_pointer, y_plane, y_width);
528 y_plane += y_width;

Completed in 77 milliseconds