HomeSort by relevance Sort by last modified time
    Searched refs:android_sensor_info_active_array_size (Results 1 - 2 of 2) sorted by null

  /hardware/libhardware/modules/camera/3_0/
ExampleCamera.cpp 145 int32_t android_sensor_info_active_array_size[] = {0, 0, 640, 480}; local
146 m.addInt32(ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE,
147 ARRAY_SIZE(android_sensor_info_active_array_size),
148 android_sensor_info_active_array_size);
  /hardware/libhardware/modules/usbcamera/
UsbCamera.cpp 149 int32_t android_sensor_info_active_array_size[] = {0, 0, 640, 480}; local
150 m.addInt32(ANDROID_SENSOR_INFO_ACTIVE_ARRAY_SIZE,
151 ARRAY_SIZE(android_sensor_info_active_array_size),
152 android_sensor_info_active_array_size);

Completed in 73 milliseconds