Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedSensor.h188 const LogicalCharacteristics& sensor_chars, bool is_max_res = false);
DEmulatedSensor.cpp310 const LogicalCharacteristics& sensor_chars, bool is_max_res) { in IsStreamCombinationSupported() argument
386 is_max_res ? sensor_char.full_res_height : sensor_char.height; in IsStreamCombinationSupported()
388 is_max_res ? sensor_char.full_res_width : sensor_char.width; in IsStreamCombinationSupported()
437 (is_max_res in IsStreamCombinationSupported()