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

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideoframe_unittest.h184 int y1_pos, y2_pos, u_pos, v_pos; local
185 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
200 quad[y2_pos] = ((x + 1) % 63 + y % 63) + 64;
255 int y1_pos, y2_pos, u_pos, v_pos; local
256 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
271 frame->GetYPlane()[stride_y * y + x + 1] = quad1[y2_pos];
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;
347 GetYuv422Packing(uint32 fourcc, int* y1_pos, int* y2_pos, int* u_pos, int* v_pos) argument

Completed in 58 milliseconds