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

  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.cpp 382 const int uv_off = (y / 2) * mUVInRow; local
384 uint8_t* U = mFrameU + uv_off;
385 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...]

Completed in 107 milliseconds