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

  /development/tools/emulator/system/camera/
EmulatedFakeCameraDevice.h 154 int mUVInRow;
EmulatedFakeCameraDevice.cpp 162 mUVInRow = (width / 2) * mUVStep;
320 const int iUV = (y / 2) * mUVInRow + (x / 2) * mUVStep;
357 const int each_in_row = mUVInRow / mUVStep;
382 const int uv_off = (y / 2) * mUVInRow;

Completed in 60 milliseconds