/aosp_15_r20/packages/services/DeviceAsWebcam/tests/ |
D | run_webcam_test.py | 29 # Tests device as webcam functionality with Mobly base test class to run. 31 _ACTION_WEBCAM_RESULT = 'com.android.cts.verifier.camera.webcam.ACTION_WEBCAM_RESULT' 32 _WEBCAM_RESULTS = 'camera.webcam.extra.RESULTS' 33 _WEBCAM_TEST_ACTIVITY = 'com.android.cts.verifier/.camera.webcam.WebcamTestActivity' 35 # the webcam service. 49 """Runs the os specific webcam test script. 80 """Verifies the webcam FPS falls within the acceptable range of the tested FPS. 122 # webcam frames 132 # Check if webcam feature is enabled 135 logging.info('Webcam enabled, testing webcam') [all …]
|
D | windows_webcam_test.py | 14 """Verifies advertised FPS from device as webcam.""" 30 """Gets the device index of the webcam to be tested. 33 Device index of webcam 48 logging.info('Using webcam: %s', device_name) 54 """Gets list of supported resolutions from webcam.
|
/aosp_15_r20/external/autotest/utils/ |
H A D | labellib_unittest.py | 27 labellib.parse_keyval_label('webcam') 44 labels = ['webcam', 'pool:suites'] 49 labels = ['webcam', 'pool:suites', 'pool:party'] 51 self.assertEqual(mapping.getlabels(), ['webcam', 'pool:suites']) 54 labels = ['ohse:tsubame', 'webcam'] 56 self.assertEqual(mapping.getlabels(), ['webcam', 'ohse:tsubame']) 59 labels = ['webcam', 'exec', 'method'] 61 self.assertEqual(mapping.getlabels(), ['webcam', 'exec', 'method']) 83 labels = ['webcam', 'pool:party', 'pool:suites'] 88 labels = ['webcam', 'pool:suites'] [all …]
|
/aosp_15_r20/packages/services/DeviceAsWebcam/impl/src/com/android/deviceaswebcam/ |
D | CameraController.java | 80 * These calls do what they suggest - that is start / stop preview and webcam streams. They 81 * internally book-keep whether they need to start a preview stream alongside a webcam stream or 83 * For the webcam stream, it delegates the job of interacting with the native service 115 // Tracks if Webcam should drop performance optimizations to get the best quality. 141 * as a result of the webcam stream changing. 147 // Executor for ImageWriter thread - used when camera is evicted and webcam is streaming. 152 // actually evicted when webcam is streaming. 261 // We want to attempt to start webcam streaming when : 262 // webcam was already streaming and the camera that was streaming became available. 271 Log.v(TAG, "Camera available : try starting webcam stream for camera id " [all …]
|
D | WebcamControllerImpl.kt | 140 * If the webcam stream doesn't exist, find the largest 16:9 supported output size which is not 141 * larger than 1080p. If the webcam stream exists, find the largest supported output size which 142 * matches the aspect ratio of the webcam stream size and is not larger than the webcam stream
|
/aosp_15_r20/external/sl4a/Common/src/com/googlecode/android_scripting/facade/webcam/ |
H A D | WebCamFacade.java | 17 package com.googlecode.android_scripting.facade.webcam; 88 * <br>The webcam and preview modes use the same resources, so you can't use them both at the same 185 * @param port If port is specified, the webcam service will bind to port, otherwise it will 188 * @throws Exception upon failure to open the webcam or start the server 201 description = "If port is specified, the webcam service will bind to " in webcamStart() 253 * Adjusts the quality of the webcam stream while it is running. 256 * @throws Exception if the webcam is not streaming or the camera is unable to open 258 @Rpc(description = "Adjusts the quality of the webcam stream while it is running.") 269 throw new IllegalStateException("Webcam not streaming."); in webcamAdjustQuality() 325 /** Stops the webcam stream. */ [all …]
|
/aosp_15_r20/external/webrtc/tools_webrtc/ |
H A D | ensure_webcam_is_running.py | 10 """Checks if a virtual webcam is running and starts it if not. 12 Returns a non-zero return code if the webcam could not be started. 47 print('Virtual webcam: no-op on Linux') 54 print('Found a running virtual webcam (%s with PID %s)' % 66 print('Successfully launched virtual webcam.') 69 print('Successfully launched virtual webcam.') 76 print('Failed to launch virtual webcam: %s' % e)
|
/aosp_15_r20/out/soong/raw-aosp_shiba/24/ |
D | 24020cd70b002686d67280c335ee8b0ec4c87f67 | 105 …/soong/.intermediates/packages/services/DeviceAsWebcam/camera-webcam-test/gen/camera-webcam-test.z… 106 …/soong/.intermediates/packages/services/DeviceAsWebcam/camera-webcam-test/gen/camera-webcam-test.z… 109 …/soong/.intermediates/packages/services/DeviceAsWebcam/camera-webcam-test/gen/camera-webcam-test.z…
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/webcam/ |
H A D | WebcamTestActivity.java | 17 package com.android.cts.verifier.camera.webcam; 32 * Test for Device as Webcam feature. 39 "com.android.cts.verifier.camera.webcam.ACTION_WEBCAM_RESULT"; 40 private static final String WEBCAM_RESULTS = "camera.webcam.extra.RESULTS"; 196 // whether the frames from the webcam that were displayed as part in updateButtonsAndInstructions()
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/resources/ |
D | evs_configuration_default.xml | 80 Logitech Webcam C930e device --> 149 Logitech Webcam C930e device --> 219 <!-- vivid webcam input support below three resolutions --> 243 <!-- vivid webcam input support below three resolutions --> 267 <!-- vivid webcam input support below three resolutions --> 291 <!-- vivid webcam input support below three resolutions -->
|
/aosp_15_r20/out/soong/raw-aosp_shiba/41/ |
D | 41a928dbd0beef21e9076da9183d3633245daca8 | 36 …SANDBOX_DIR__/tools/out/bin/soong_zip -o __SBOX_SANDBOX_DIR__/out/camera-webcam-test.zip -P androi… 38 from: "out/camera-webcam-test.zip" 39 …/soong/.intermediates/packages/services/DeviceAsWebcam/camera-webcam-test/gen/camera-webcam-test.z…
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/src/com/android/deviceaswebcam/ |
D | WebcamController.java | 26 /** Primary interface for calls between the host and webcam controls. */ 37 * @param frameRate framerate requested by the host. Webcam does not support variable framerate. 41 /** Called when the host wants the webcam to start sending it frames. */ 44 /** Called when the host wants to webcam to stop sending it frames. */
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/resources/ |
D | evs_configuration_default.xml | 79 … <!-- below configurations were taken from v4l2-ctrl query on Logitech Webcam C930e device --> 147 … <!-- below configurations were taken from v4l2-ctrl query on Logitech Webcam C930e device --> 217 <!-- vivid webcam input support below three resolutions --> 241 <!-- vivid webcam input support below three resolutions --> 265 <!-- vivid webcam input support below three resolutions --> 289 <!-- vivid webcam input support below three resolutions -->
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values/ |
D | strings.xml | 20 <string name="notif_ticker">Webcam</string> 21 <string name="notif_title">Webcam</string> 22 <string name="notif_desc">Tap to preview and configure webcam output</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-it/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …05328454274946">"Tocca per visualizzare l\'anteprima e configurare l\'output della webcam"</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-en-rCA/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …<string name="notif_desc" msgid="2524105328454274946">"Tap to preview and configure webcam output"…
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-in/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …gid="2524105328454274946">"Ketuk untuk melihat pratinjau dan mengonfigurasi output webcam"</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-pt/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …f_desc" msgid="2524105328454274946">"Toque para visualizar e configurar a saída da webcam"</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-pt-rBR/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …f_desc" msgid="2524105328454274946">"Toque para visualizar e configurar a saída da webcam"</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-vi/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …f_desc" msgid="2524105328454274946">"Nhấn để xem trước và định cấu hình đầu ra cho webcam"</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-tl/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …sc" msgid="2524105328454274946">"I-tap para i-preview at i-configure ang output ng webcam"</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-en-rXC/ |
D | strings.xml | 20 …Webcam"</string> 21 …Webcam"</string> 22 …Tap to preview and configure webcam output"</str…
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-fr/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …id="2524105328454274946">"Appuyez pour prévisualiser et configurer la sortie de la webcam"</string>
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-de/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …msgid="2524105328454274946">"Tippen, um eine Vorschau aufzurufen und die Webcam-Ausgabe zu konfigu…
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-en-rAU/ |
D | strings.xml | 20 <string name="notif_ticker" msgid="6915460822395652567">"Webcam"</string> 21 <string name="notif_title" msgid="802425098359640082">"Webcam"</string> 22 …<string name="notif_desc" msgid="2524105328454274946">"Tap to preview and configure webcam output"…
|