HomeSort by relevance Sort by last modified time
    Searched defs:ACaptureRequest (Results 1 - 3 of 3) sorted by null

  /development/ndk/platforms/android-24/include/camera/
NdkCaptureRequest.h 53 * ACaptureRequest is an opaque type that contains settings and output targets needed to capture
56 * <p>ACaptureRequest contains the configuration for the capture hardware (sensor, lens, flash),
61 * <p>ACaptureRequest is created by {@link ACameraDevice_createCaptureRequest}.
63 * <p>ACaptureRequest is given to {@link ACameraCaptureSession_capture} or
81 typedef struct ACaptureRequest ACaptureRequest;
87 * {@link ANativeWindow} to ACaptureRequest. Use {@link ACameraOutputTarget_free} to free the object
113 * Add an {@link ACameraOutputTarget} object to {@link ACaptureRequest}.
115 * @param request the {@link ACaptureRequest} of interest.
122 camera_status_t ACaptureRequest_addTarget(ACaptureRequest* request
    [all...]
  /frameworks/av/camera/ndk/include/camera/
NdkCaptureRequest.h 56 * ACaptureRequest is an opaque type that contains settings and output targets needed to capture
59 * <p>ACaptureRequest contains the configuration for the capture hardware (sensor, lens, flash),
64 * <p>ACaptureRequest is created by {@link ACameraDevice_createCaptureRequest}.
66 * <p>ACaptureRequest is given to {@link ACameraCaptureSession_capture} or
84 typedef struct ACaptureRequest ACaptureRequest;
90 * {@link ANativeWindow} to ACaptureRequest. Use {@link ACameraOutputTarget_free} to free the object
116 * Add an {@link ACameraOutputTarget} object to {@link ACaptureRequest}.
118 * @param request the {@link ACaptureRequest} of interest.
125 camera_status_t ACaptureRequest_addTarget(ACaptureRequest* request
    [all...]
  /frameworks/av/camera/ndk/impl/
ACaptureRequest.h 47 struct ACaptureRequest {

Completed in 159 milliseconds