Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DPreviewRecorder.java156 String outputFile, Handler handler, boolean hlg10Enabled, Context context) in PreviewRecorder() argument
182 initPreviewRecorder(cameraId, outputFile, hlg10Enabled, context); in PreviewRecorder()
198 boolean hlg10Enabled, Context context) throws ItsException { in initPreviewRecorder() argument
201 if (hlg10Enabled) { in initPreviewRecorder()
DItsService.java1050 boolean hlg10Enabled = cmdObj.getBoolean("hlg10Enabled"); in processSocketCommand()
1055 videoStabilizationMode, hlg10Enabled, zoomRatio, in processSocketCommand()
2764 boolean hlg10Enabled, double zoomRatio, int aeTargetFpsMin, int aeTargetFpsMax)
2768 if (!hlg10Enabled) {
2966 Size videoSize, boolean hlg10Enabled) throws ItsException, JSONException {
2985 if (hlg10Enabled) {
3003 sensorOrientation, outputFilePath, mCameraHandler, hlg10Enabled, this);
3084 boolean hlg10Enabled = recordSurfaceObj.optBoolean("hlg10");
3101 /* quality= */"preview", fileFormat, hlg10Enabled, stabilize, zoomRatio,
3106 hlg10Enabled)) {
[all …]