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.cpp1210 const int32_t activeArray[] = {0, 0, mSensorWidth, mSensorHeight}; in constructStaticInfo() local
1212 activeArray, 4); in constructStaticInfo()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedFakeCamera3.cpp1143 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()