HomeSort by relevance Sort by last modified time
    Searched full:capture (Results 476 - 500 of 3047) sorted by null

<<11121314151617181920>>

  /external/webrtc/webrtc/modules/desktop_capture/
desktop_and_cursor_composer_unittest.cc 79 void Capture(const DesktopRegion& region) override {
110 void Capture() override {
193 blender_.Capture(DesktopRegion());
237 blender_.Capture(DesktopRegion());
screen_capture_frame_queue.cc 31 // before attempting to capture again.
  /external/webrtc/webrtc/modules/desktop_capture/win/
screen_capturer_win_magnifier.h 38 // |fallback_capturer| will be used to capture the screen if a non-primary
47 void Capture(const DesktopRegion& region) override;
83 // It can only capture the primary screen for now. The magnification library
85 // primary screen) if it tries to capture a non-primary screen. The caller
  /external/webrtc/webrtc/modules/video_capture/
device_info_impl.h 51 /* Returns the expected Capture delay*/
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit.mm 87 // the user doesn't want to set a capture device at this time
103 "No Capture Devices Present");
140 "Failed to find capture device unique ID %s",
151 "Failed to set capture device %s (unique ID %s) even "
  /external/webrtc/webrtc/modules/video_coding/
packet.h 36 // NTP time of the capture time in local timebase in milliseconds.
  /external/webrtc/webrtc/tools/e2e_quality/audio/
README 5 arguments, run_audio_test.py expects a pair of sinks named "capture" and
run_audio_test.py 39 parser.add_option('--play_sink', default='capture',
53 # Get the initial default capture device, to restore later.
63 # Set the default capture device to be used by VoiceEngine. We unfortunately
105 # Restore the initial default capture device.
  /external/webrtc/webrtc/voice_engine/
level_indicator.h 35 // Called on a native capture audio thread (platform dependent) from the
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 153 ALOGE("%s: Camera %d: Error querying capture output stream info: "
336 ALOGV("%s: ZSL queue frame AE state is %d, need full capture",
365 ALOGE("%s: Unable to update request capture intent",
391 ALOGE("%s: Camera %d: Unable to stop preview for ZSL capture: "
403 "capture request: %s (%d)", __FUNCTION__,
418 res = client->getCameraDevice()->capture(request);
420 ALOGE("%s: Unable to send ZSL reprocess request to capture: %s"
433 // If in middle of capture, can't clear out queue
457 String8 result(" Latest ZSL capture request:\n");
461 String8 result(" Latest ZSL capture request: none yet\n")
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/impl/
CameraCaptureSessionImpl.java 134 Log.e(TAG, mIdString + "Failed to create capture session; configuration failed");
166 public synchronized int capture(CaptureRequest request, CaptureCallback callback, method in class:CameraCaptureSessionImpl
171 throw new IllegalArgumentException("this capture session cannot handle reprocess " +
174 throw new IllegalArgumentException("capture request was created for another session");
182 Log.v(TAG, mIdString + "capture - request " + request + ", callback " + callback +
186 return addPendingSequence(mDeviceImpl.capture(request,
202 throw new IllegalArgumentException("This capture session cannot handle " +
205 throw new IllegalArgumentException("Capture request was created for another " +
424 * <p>This is used by the implementation to set the capture failure
454 * <p>When a capture sequence finishes, update the pending checked sequences set.</p
    [all...]
  /frameworks/base/core/java/android/webkit/
ServiceWorkerClient.java 20 * Base class for clients to capture Service Worker related callbacks,
  /frameworks/base/core/java/com/android/internal/alsa/
AlsaDevicesParser.java 69 // " 3: [ 0-30]: digital audio capture"
78 final int kToken_Type2 = 5; // "capture", "playback"
131 if (token.equals("capture")) {
176 sb.append(" Capture");
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
NetworkControllerEthernetTest.java 38 iconArg.capture());
  /hardware/libhardware/modules/camera/
ExampleCamera.h 44 // Verify settings are valid for a capture with this device
  /hardware/libhardware/modules/usbcamera/
UsbCamera.h 50 // Verify settings are valid for a capture with this device
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 45 /** For aggregation of capture information */
49 /** The capture session manager responsible for this session. */
65 * @param captureSessionManager the capture session manager responsible for
92 // TODO: Support progress in the future once HDR is enabled for capture intent.
  /packages/apps/Camera2/src/com/android/camera/remote/
RemoteCameraModule.java 29 * module should trigger a capture and send the result via
  /packages/apps/Camera2/src/com/android/camera/session/
StackSaver.java 36 * @param captureTimeEpoch the capture time in millis since epoch
  /packages/apps/Camera2/src/com/android/camera/util/
CaptureDataSerializer.java 43 * Can be used for debugging to output details about Camera2 capture request and
54 * Generate a human-readable string of the given capture request and return
64 * Generate a human-readable string of the given capture request and write
82 Log.e(TAG, "Could not write capture data to file.", ex);
  /packages/apps/DevCamera/src/com/android/devcamera/
CameraTimer.java 28 // Told camera to configure capture session.
  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.h 11 // will pan across the UI during capture. A value of 0.0 will keep the viewfinder
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
ContactsAsyncHelperTest.java 119 photoCaptor.capture(), iconCaptor.capture(), eq(COOKIE));
139 photoCaptor.capture(), iconCaptor.capture(), eq(COOKIE));
  /system/sepolicy/
audioserver.te 19 # used for TEE sink - pcm capture for debug.
  /external/clang/lib/CodeGen/
CGBlocks.cpp 190 /// A chunk of data that we actually have to capture in the block.
195 const BlockDecl::Capture *Capture; // null for 'this'
200 const BlockDecl::Capture *capture,
203 Capture(capture), Type(type) {}
207 if (!Capture) {
211 info.Captures.insert({Capture->getVariable(),
212 CGBlockInfo::Capture::makeIndex(index, offset)})
589 CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
763 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1002 const CGBlockInfo::Capture &capture = BlockInfo->getCapture(variable); local
1224 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1265 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1376 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
1549 const CGBlockInfo::Capture &capture = blockInfo.getCapture(variable); local
    [all...]

Completed in 624 milliseconds

<<11121314151617181920>>