Searched refs:maxResolution (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/utils/ |
D | StreamConfigurationMap.cpp | 125 bool maxResolution) { in StreamConfigurationMap() argument 127 const char* maxResolutionStr = maxResolution ? "true" : "false"; in StreamConfigurationMap() 128 auto ret = chars.Get(maxResolution ? kScalerStreamConfigurationsMaxRes in StreamConfigurationMap() 140 ret = chars.Get(maxResolution ? kDepthStreamConfigurationsMaxRes in StreamConfigurationMap() 148 ret = chars.Get(maxResolution ? kDynamicDepthStreamConfigurations in StreamConfigurationMap() 157 maxResolution ? kScalerMinFrameDurationsMaxRes : kScalerMinFrameDurations, in StreamConfigurationMap() 169 maxResolution ? kDepthMinFrameDurationsMaxRes : kDepthMinFrameDurations, in StreamConfigurationMap() 176 maxResolution ? kScalerStallDurationsMaxRes : kScalerStallDurations, in StreamConfigurationMap() 188 maxResolution ? kDepthStallDurationsMaxRes : kDepthStallDurations, &entry); in StreamConfigurationMap() 193 ret = chars.Get(maxResolution ? kScalerInputOutputFormatsMapMaxRes in StreamConfigurationMap()
|
D | StreamConfigurationMap.h | 60 bool maxResolution = false);
|
/hardware/interfaces/camera/provider/aidl/vts/ |
D | camera_aidl_test.h | 225 bool maxResolution, 326 bool maxResolution = false); 329 Size* size, bool maxResolution = false);
|
D | camera_aidl_test.cpp | 966 bool maxResolution) { in getAvailableOutputStreams() argument 970 int scalerTag = maxResolution in getAvailableOutputStreams() 973 int depthTag = maxResolution in getAvailableOutputStreams() 2097 bool maxResolution) { in getMaxOutputSizeForFormat() argument 2101 /*threshold*/ nullptr, maxResolution) != Status::OK) { in getMaxOutputSizeForFormat() 3132 std::shared_ptr<DeviceCb>* outCb, uint32_t streamConfigCounter, bool maxResolution, in configureStreams() argument 3191 if (maxResolution) { in configureStreams() 3192 auto rc = getMaxOutputSizeForFormat(staticMeta, format, &maxSize, maxResolution); in configureStreams() 3218 {maxResolution ? SensorPixelMode::ANDROID_SENSOR_PIXEL_MODE_MAXIMUM_RESOLUTION in configureStreams()
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | VtsHalCameraProviderV2_4TargetTest.cpp | 841 bool maxResolution); 926 bool maxResolution = false); 929 Size* size, bool maxResolution = false); 6297 bool maxResolution) { in getAvailableOutputStreams() argument 6301 int scalerTag = maxResolution in getAvailableOutputStreams() 6304 int depthTag = maxResolution in getAvailableOutputStreams() 6384 bool maxResolution) { in getMaxOutputSizeForFormat() argument 6388 /*threshold*/ nullptr, maxResolution) != Status::OK) { in getMaxOutputSizeForFormat() 6903 bool maxResolution) { in configureStreams3_7() argument 6970 auto rc = getMaxOutputSizeForFormat(staticMeta, format, &maxSize, maxResolution); in configureStreams3_7()
|