Home | History | Annotate | Download | only in base

Lines Matching refs:y1_pos

188     int y1_pos, y2_pos, u_pos, v_pos;
189 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
203 quad[y1_pos] = (x % 63 + y % 63) + 64;
259 int y1_pos, y2_pos, u_pos, v_pos;
260 if (!GetYuv422Packing(fourcc, &y1_pos, &y2_pos, &u_pos, &v_pos)) {
273 frame->GetYPlane()[stride_y * y + x] = quad1[y1_pos];
352 int* y1_pos, int* y2_pos, int* u_pos, int* v_pos) {
354 *y1_pos = 0; *u_pos = 1; *y2_pos = 2; *v_pos = 3;
356 *u_pos = 0; *y1_pos = 1; *v_pos = 2; *y2_pos = 3;