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 | 1212 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1214 activeArray, 4); in constructStaticInfo()
|
/device/google/cuttlefish_common/guest/hals/camera/ |
D | EmulatedFakeCamera3.cpp | 1127 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local 1128 ADD_STATIC_ENTRY(ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE, activeArray, 4); in constructStaticInfo()
|