Searched refs:activeArray (Results 1 – 3 of 3) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedQemuCamera3.cpp | 1130 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1132 activeArray, 4); in constructStaticInfo()
|
D | EmulatedFakeCamera3.cpp | 1210 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1212 activeArray, 4); in constructStaticInfo()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedFakeCamera3.cpp | 1143 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1144 ADD_STATIC_ENTRY(ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE, activeArray, 4); in constructStaticInfo()
|