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

  /device/google/cuttlefish_common/guest/hals/camera/
EmulatedFakeCameraDevice.h 153 int mUVInRow;
EmulatedFakeCameraDevice.cpp 158 mUVInRow = (width / 2) * mUVStep;
318 const int iUV = (y / 2) * mUVInRow + (x / 2) * mUVStep;
355 const int each_in_row = mUVInRow / mUVStep;
380 const int uv_off = (y / 2) * mUVInRow;
  /device/generic/goldfish/camera/
EmulatedFakeCameraDevice.h 149 int mUVInRow;
EmulatedFakeCameraDevice.cpp 177 mUVInRow = (width / 2) * mUVStep;
402 const int each_in_row = mUVInRow / mUVStep;

Completed in 354 milliseconds