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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
fakevideorenderer.h 111 const uint8* u_pos = u_plane; local
117 uint8 u_value = *(u_pos + j);
126 u_pos += u_pitch;
videoframe_unittest.h 184 int y1_pos, y2_pos, u_pos, v_pos; local
185 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
201 quad[u_pos] = ((x / 63) & 1) ? 192 : 64;
255 int y1_pos, y2_pos, u_pos, v_pos; local
256 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
279 (quad1[u_pos] + quad2[u_pos] + 1) / 2;
348 int* y1_pos, int* y2_pos, int* u_pos, int* v_pos) {
350 *y1_pos = 0; *u_pos = 1; *y2_pos = 2; *v_pos = 3;
352 *u_pos = 0; *y1_pos = 1; *v_pos = 2; *y2_pos = 3
    [all...]

Completed in 2055 milliseconds