Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/utils/
DStreamConfigurationMap.cpp125 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()
DStreamConfigurationMap.h60 bool maxResolution = false);
/hardware/interfaces/camera/provider/aidl/vts/
Dcamera_aidl_test.h225 bool maxResolution,
326 bool maxResolution = false);
329 Size* size, bool maxResolution = false);
Dcamera_aidl_test.cpp966 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/
DVtsHalCameraProviderV2_4TargetTest.cpp841 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()