Home
last modified time | relevance | path

Searched refs:activeArray (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish/camera/
DEmulatedQemuCamera3.cpp1130 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local
1132 activeArray, 4); in constructStaticInfo()
DEmulatedFakeCamera3.cpp1212 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local
1214 activeArray, 4); in constructStaticInfo()
/device/google/cuttlefish_common/guest/hals/camera/
DEmulatedFakeCamera3.cpp1127 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()