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

  /hardware/libhardware/modules/camera/3_0/
ExampleCamera.cpp 156 int64_t android_sensor_info_max_frame_duration[] = {30000000000}; local
157 m.addInt64(ANDROID_SENSOR_INFO_MAX_FRAME_DURATION,
158 ARRAY_SIZE(android_sensor_info_max_frame_duration),
159 android_sensor_info_max_frame_duration);
  /hardware/libhardware/modules/usbcamera/
UsbCamera.cpp 160 int64_t android_sensor_info_max_frame_duration[] = {30000000000}; local
161 m.addInt64(ANDROID_SENSOR_INFO_MAX_FRAME_DURATION,
162 ARRAY_SIZE(android_sensor_info_max_frame_duration),
163 android_sensor_info_max_frame_duration);

Completed in 92 milliseconds