Home
last modified time | relevance | path

Searched refs:scaleOut (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp109 const int scaleOut = 64; in captureYU12() local
110 const int scaleOutSq = scaleOut * scaleOut; // after multiplies in captureYU12()
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp494 const int scaleOut = 64; in captureNV21() local
495 const int scaleOutSq = scaleOut * scaleOut; // after multiplies in captureNV21()
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp524 const int scaleOut = 64; in captureYU12() local
525 const int scaleOutSq = scaleOut * scaleOut; // after multiplies in captureYU12()