Searched refs:fps_max (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/camera/provider/aidl/vts/ |
D | camera_aidl_test.cpp | 917 int32_t fps_max = highSpeedEntry.data.i32[i - 1]; in verifyHighSpeedRecordingCharacteristics() local 919 int32_t allowedMaxBatchSize = fps_max / 30; in verifyHighSpeedRecordingCharacteristics() 921 ASSERT_GE(fps_max, 120); in verifyHighSpeedRecordingCharacteristics() 922 ASSERT_TRUE(fps_min % 30 == 0 && fps_max % 30 == 0); in verifyHighSpeedRecordingCharacteristics() 933 int32_t fps_max = highSpeedMaxResEntry.data.i32[i - 1]; in verifyHighSpeedRecordingCharacteristics() local 935 int32_t allowedMaxBatchSize = fps_max / 30; in verifyHighSpeedRecordingCharacteristics() 937 ASSERT_GE(fps_max, 120); in verifyHighSpeedRecordingCharacteristics() 938 ASSERT_TRUE(fps_min % 30 == 0 && fps_max % 30 == 0); in verifyHighSpeedRecordingCharacteristics()
|
/hardware/interfaces/camera/metadata/3.6/ |
D | types.hal | 43 * (width, height, fps_min, fps_max, batch_size_max),
|
/hardware/interfaces/camera/metadata/3.2/ |
D | types.hal | 465 …* supported by the camera device, in the format of (width, height, fps_min, fps_max, batch_size_ma…
|