Home
last modified time | relevance | path

Searched refs:pixelArray (Results 1 – 5 of 5) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedFakeCamera2.cpp2137 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local
2139 pixelArray, 2); in constructStaticInfo()
2142 pixelArray, 2); in constructStaticInfo()
DEmulatedQemuCamera3.cpp1127 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local
1129 pixelArray, 2); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1207 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local
1209 pixelArray, 2); in constructStaticInfo()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera2.cpp2110 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()
DEmulatedFakeCamera3.cpp1141 const int32_t pixelArray[] = {mSensorWidth, mSensorHeight}; in constructStaticInfo() local
1142 ADD_STATIC_ENTRY(ANDROID_SENSOR_INFO_PIXEL_ARRAY_SIZE, pixelArray, 2); in constructStaticInfo()