Searched refs:pixelArray (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedFakeCamera2.cpp | 2137 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local 2139 pixelArray, 2); in constructStaticInfo() 2142 pixelArray, 2); in constructStaticInfo()
|
D | EmulatedQemuCamera3.cpp | 1127 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1129 pixelArray, 2); in constructStaticInfo()
|
D | EmulatedFakeCamera3.cpp | 1207 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1209 pixelArray, 2); in constructStaticInfo()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCamera2.cpp | 2110 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local 2111 ADD_OR_SIZE(ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, pixelArray, 2); in constructStaticInfo() 2113 ADD_OR_SIZE(ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE, pixelArray, 2); in constructStaticInfo()
|
D | EmulatedFakeCamera3.cpp | 1141 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1142 ADD_STATIC_ENTRY(ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, pixelArray, 2); in constructStaticInfo()
|