Searched refs:debugWidth (Results 1 – 4 of 4) sorted by relevance
28 ImageTestHandler(int debugHeight, int debugWidth) { in ImageTestHandler() argument29 initDebugImage(debugHeight, debugWidth); in ImageTestHandler()50 void initDebugImage(int debugHeight, int debugWidth);
30 ExposureCompensationTest(int debugHeight, int debugWidth) : in ExposureCompensationTest() argument31 ImageTestHandler(debugHeight, debugWidth) { in ExposureCompensationTest()
31 MeteringTest(const int debugHeight, const int debugWidth) : in MeteringTest() argument32 ImageTestHandler(debugHeight, debugWidth) {} in MeteringTest()
27 AutoLockTest(int debugHeight, int debugWidth) : in AutoLockTest() argument28 ImageTestHandler(debugHeight, debugWidth) {} in AutoLockTest()