Home
last modified time | relevance | path

Searched full:webcam (Results 1 – 25 of 582) sorted by relevance

12345678910>>...24

/aosp_15_r20/packages/services/DeviceAsWebcam/tests/
Drun_webcam_test.py29 # 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 …]
Dwindows_webcam_test.py14 """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 Dlabellib_unittest.py27 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/
DCameraController.java80 * 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 …]
DWebcamControllerImpl.kt140 * 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 DWebCamFacade.java17 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 Densure_webcam_is_running.py10 """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/
D24020cd70b002686d67280c335ee8b0ec4c87f67105 …/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 DWebcamTestActivity.java17 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/
Devs_configuration_default.xml80 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/
D41a928dbd0beef21e9076da9183d3633245daca836 …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/
DWebcamController.java26 /** 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/
Devs_configuration_default.xml79 … <!-- 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/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 …‎‏‎‎‎‎‏‏‏‏‏‏‏‏‎‏‏‏‏‏‏‏‏‏‏‎‎‎‏‎‏‎‎‏‏‎‏‏‏‏‏‎‏‎‎‏‏‏‎‎‎‏‎‎‎‎‎‏‏‎‎‎‎‎‏‎‎‏‏‏‎‏‎‏‏‏‎Webcam‎‏‎‎‏‎"</string>
21 …‎‏‎‎‏‎‎‎‎‏‏‏‏‏‎‎‏‎‏‏‎‎‏‎‎‎‏‎‏‏‎‎‏‎‎‏‎‏‏‎‎‎‎‎‎‎‏‎‎‎‏‎‏‎‎‏‎‏‎‏‏‎‎‏‎‎‎‎‎‎‎‏‎‎‏‎‎Webcam‎‏‎‎‏‎"</string>
22 …‏‎‎‎‏‏‎‏‏‎‎‎‏‎‎‎‏‏‎‎‎‏‏‎‎‎‎‎‎‎‎‏‏‏‏‏‎‎‎‎‎‏‎‎Tap to preview and configure webcam output‎‏‎‎‏‎"</str…
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/res/values-fr/
Dstrings.xml20 <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/
Dstrings.xml20 <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/
Dstrings.xml20 <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"…

12345678910>>...24