Home
last modified time | relevance | path

Searched defs:scale64x (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp426 int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureRGBA() local
455 int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureRGB() local
484 const int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureNV21() local
538 int scale64x = 64 * totalGain * 8191 / kMaxRawValue; in captureDepth() local
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp438 int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureRGBA() local
477 int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureRGB() local
514 const int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureYU12() local
572 int scale64x = 64 * totalGain * 8191 / kMaxRawValue; in captureDepth() local
/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp61 int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureRGBA() local
99 const int scale64x = 64 * totalGain * 255 / kMaxRawValue; in captureYU12() local