Home
last modified time | relevance | path

Searched refs:batch_size_max (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp918 int32_t batch_size_max = highSpeedEntry.data.i32[i]; in verifyHighSpeedRecordingCharacteristics() local
924 ASSERT_LE(batch_size_max, 32); in verifyHighSpeedRecordingCharacteristics()
925 ASSERT_TRUE(allowedMaxBatchSize % batch_size_max == 0); in verifyHighSpeedRecordingCharacteristics()
934 int32_t batch_size_max = highSpeedMaxResEntry.data.i32[i]; in verifyHighSpeedRecordingCharacteristics() local
940 ASSERT_LE(batch_size_max, 32); in verifyHighSpeedRecordingCharacteristics()
941 ASSERT_TRUE(allowedMaxBatchSize % batch_size_max == 0); in verifyHighSpeedRecordingCharacteristics()
/hardware/interfaces/camera/metadata/3.6/
Dtypes.hal43 * (width, height, fps_min, fps_max, batch_size_max),
/hardware/interfaces/camera/metadata/3.2/
Dtypes.hal465 …orted by the camera device, in the format of (width, height, fps_min, fps_max, batch_size_max).</p>