Searched defs:stride_y (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dlinuxwindowpicker.cc597 int stride_x, int stride_y, bool has_alpha) {
599 int len = stride_x * stride_y * 4;
596 ArgbToRgba(uint32* argb_data, int x, int y, int w, int h, int stride_x, int stride_y, bool has_alpha) argument
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/
H A Dyuv2rgb_converter.c186 unsigned int stride_y = width; local
191 unsigned int size_4lines_y = stride_y<<2;
192 unsigned int size_2lines_y = stride_y<<1;
300 unsigned int stride_y = width; local
305 unsigned int size_4lines_y = stride_y<<2;
306 unsigned int size_2lines_y = stride_y<<1;
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h263 int stride_y = frame->GetYPitch(); local
269 frame->GetYPlane()[stride_y * y + x] = quad1[y1_pos];
271 frame->GetYPlane()[stride_y * y + x + 1] = quad1[y2_pos];
305 int stride_y = frame->GetYPitch(); local
320 frame->GetYPlane()[stride_y * y + x] = yuv[0][0];
322 frame->GetYPlane()[stride_y * y + x + 1] = yuv[1][0];
325 frame->GetYPlane()[stride_y * (y + 1) + x] = yuv[2][0];
327 frame->GetYPlane()[stride_y * (y + 1) + x + 1] = yuv[3][0];

Completed in 163 milliseconds