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

  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp 389 const int uv_off = (y / 2) * mUVInRow; local
391 uint8_t* U = mFrameU + uv_off;
392 uint8_t* V = mFrameV + uv_off;
  /external/libyuv/files/unit_test/
rotate_test.cc 1210 int uv_off = b * (uvw + b * 2) + b; local
1218 ro180_u+uv_off, uv_st,
1219 ro180_v+uv_off, uv_st,
1224 ro180_u+uv_off, uv_st,
1225 ro180_v+uv_off, uv_st,
1227 ro0_u+uv_off, uv_st,
1228 ro0_v+uv_off, uv_st,
1471 int uv_off = b * (uvw + b * 2) + b; local
    [all...]
  /external/webp/src/enc/
picture_csp.c 496 const int uv_off = (j >> 1) * 3 * uv_w; local
510 UpdateChroma(src1, src2, target_uv + uv_off, dst_y, uv_w);
511 memcpy(best_uv + uv_off, target_uv + uv_off, 3 * uv_w * sizeof(*best_uv));
    [all...]

Completed in 224 milliseconds