Searched refs:kActiveArray (Results 1 – 3 of 3) sorted by relevance
161 static const unsigned int kActiveArray[4]; variable
38 const unsigned int Sensor::kActiveArray[4] = {0, 0, 640, 480}; member in android::Sensor
1112 (int32_t*)Sensor::kActiveArray, 4); in constructStaticInfo()1207 float f_x = focalLength * Sensor::kActiveArray[2] / sensorPhysicalSize[0]; in constructStaticInfo()1208 float f_y = focalLength * Sensor::kActiveArray[3] / sensorPhysicalSize[1]; in constructStaticInfo()1209 float c_x = Sensor::kActiveArray[2] / 2.f; in constructStaticInfo()1210 float c_y = Sensor::kActiveArray[3] / 2.f; in constructStaticInfo()