Home
last modified time | relevance | path

Searched refs:mUVInRow (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCameraDevice.cpp158 mUVInRow = (width / 2) * mUVStep; in startDevice()
318 const int iUV = (y / 2) * mUVInRow + (x / 2) * mUVStep; in drawSquare()
355 const int each_in_row = mUVInRow / mUVStep; in drawStripes()
380 const int uv_off = (y / 2) * mUVInRow; in drawStripes()
DEmulatedFakeCameraDevice.h153 int mUVInRow; variable
/device/generic/goldfish/camera/
DEmulatedFakeCameraDevice.h149 int mUVInRow; variable
DEmulatedFakeCameraDevice.cpp177 mUVInRow = (width / 2) * mUVStep; in startDevice()
402 const int each_in_row = mUVInRow / mUVStep; in drawStripes()