Home
last modified time | relevance | path

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

/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.cpp892 camera_metadata_ro_entry highSpeedMaxResEntry; in verifyHighSpeedRecordingCharacteristics() local
895 &highSpeedMaxResEntry); in verifyHighSpeedRecordingCharacteristics()
896 bool hasHighSpeedMaxResEntry = (0 == rc && highSpeedMaxResEntry.count > 0); in verifyHighSpeedRecordingCharacteristics()
930 ASSERT_TRUE(highSpeedMaxResEntry.count > 0 && highSpeedMaxResEntry.count % 5 == 0); in verifyHighSpeedRecordingCharacteristics()
931 for (auto i = 4; i < highSpeedMaxResEntry.count; i += 5) { in verifyHighSpeedRecordingCharacteristics()
932 int32_t fps_min = highSpeedMaxResEntry.data.i32[i - 2]; in verifyHighSpeedRecordingCharacteristics()
933 int32_t fps_max = highSpeedMaxResEntry.data.i32[i - 1]; in verifyHighSpeedRecordingCharacteristics()
934 int32_t batch_size_max = highSpeedMaxResEntry.data.i32[i]; in verifyHighSpeedRecordingCharacteristics()