Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
DItsService.java381 public String recordedOutputPath; field in ItsService.VideoRecordingObject
390 public VideoRecordingObject(String recordedOutputPath, in VideoRecordingObject() argument
394 this.recordedOutputPath = recordedOutputPath; in VideoRecordingObject()
403 VideoRecordingObject(String recordedOutputPath, String quality, Size videoSize, in VideoRecordingObject() argument
406 this(recordedOutputPath, quality, videoSize, in VideoRecordingObject()
1243 videoJson.put("recordedOutputPath", obj.recordedOutputPath); in sendVideoRecordingObject()