HomeSort by relevance Sort by last modified time
    Searched refs:ACameraCaptureSession (Results 1 - 14 of 14) sorted by null

  /development/ndk/platforms/android-24/include/camera/
NdkCameraCaptureSession.h 47 * ACameraCaptureSession is an opaque type that manages frame captures of a camera device.
51 typedef struct ACameraCaptureSession ACameraCaptureSession;
60 typedef void (*ACameraCaptureSession_stateCallback)(void* context, ACameraCaptureSession *session);
74 * <p>Once this callback is called, all access to this ACameraCaptureSession object will cause
167 void* context, ACameraCaptureSession* session,
184 void* context, ACameraCaptureSession* session,
202 void* context, ACameraCaptureSession* session,
215 void* context, ACameraCaptureSession* session,
227 void* context, ACameraCaptureSession* session
    [all...]
NdkCameraDevice.h 158 * <p>After this call, all calls to the active ACameraCaptureSession associated to this
390 * or only some of the outputs. Once the ACameraCaptureSession is created, requests can be
472 * <p>If a prior ACameraCaptureSession already exists when this method is called, the previous
    [all...]
  /frameworks/av/camera/ndk/include/camera/
NdkCameraCaptureSession.h 49 * ACameraCaptureSession is an opaque type that manages frame captures of a camera device.
53 typedef struct ACameraCaptureSession ACameraCaptureSession;
62 typedef void (*ACameraCaptureSession_stateCallback)(void* context, ACameraCaptureSession *session);
76 * <p>Once this callback is called, all access to this ACameraCaptureSession object will cause
169 void* context, ACameraCaptureSession* session,
186 void* context, ACameraCaptureSession* session,
204 void* context, ACameraCaptureSession* session,
217 void* context, ACameraCaptureSession* session,
229 void* context, ACameraCaptureSession* session
    [all...]
NdkCameraDevice.h 159 * <p>After this call, all calls to the active ACameraCaptureSession associated to this
391 * or only some of the outputs. Once the ACameraCaptureSession is created, requests can be
473 * <p>If a prior ACameraCaptureSession already exists when this method is called, the previous
    [all...]
  /frameworks/av/camera/ndk/impl/
ACameraCaptureSession.cpp 18 #define LOG_TAG "ACameraCaptureSession"
20 #include "ACameraCaptureSession.h"
24 ACameraCaptureSession::~ACameraCaptureSession() {
25 ALOGV("~ACameraCaptureSession: %p notify device end of life", this);
37 ALOGV("~ACameraCaptureSession: %p is deleted", this);
41 ACameraCaptureSession::closeByApp() {
75 ACameraCaptureSession::stopRepeating() {
93 ACameraCaptureSession::abortCaptures() {
111 ACameraCaptureSession::setRepeatingRequest
    [all...]
ACameraCaptureSession.h 51 * ACameraCaptureSession opaque struct definition
54 struct ACameraCaptureSession : public RefBase {
56 ACameraCaptureSession(
66 ~ACameraCaptureSession();
ACameraDevice.h 63 /*out*/ACameraCaptureSession** session);
93 friend ACameraCaptureSession;
103 camera_status_t flushLocked(ACameraCaptureSession*);
108 camera_status_t captureLocked(sp<ACameraCaptureSession> session,
113 camera_status_t setRepeatingRequestsLocked(sp<ACameraCaptureSession> session,
119 sp<ACameraCaptureSession> session,
137 void notifySessionEndOfLifeLocked(ACameraCaptureSession* session);
169 sp<ACameraCaptureSession> mBusySession;
213 ACameraCaptureSession* mCurrentSession = nullptr;
226 CallbackHolder(sp<ACameraCaptureSession> session
    [all...]
ACameraDevice.cpp 28 #include "ACameraCaptureSession.h"
148 /*out*/ACameraCaptureSession** session) {
167 ACameraCaptureSession* newSession = new ACameraCaptureSession(
180 sp<ACameraCaptureSession> session,
190 sp<ACameraCaptureSession> session,
200 sp<ACameraCaptureSession> session,
325 CameraDevice::notifySessionEndOfLifeLocked(ACameraCaptureSession* session) {
397 CameraDevice::flushLocked(ACameraCaptureSession* session) {
699 sp<ACameraCaptureSession> session = cbh.mSession
    [all...]
  /frameworks/av/camera/ndk/
NdkCameraCaptureSession.cpp 29 #include "impl/ACameraCaptureSession.h"
34 void ACameraCaptureSession_close(ACameraCaptureSession* session) {
44 ACameraCaptureSession* session, ACameraDevice **device) {
69 ACameraCaptureSession* session, /*optional*/ACameraCaptureSession_captureCallbacks* cbs,
90 ACameraCaptureSession* session, /*optional*/ACameraCaptureSession_captureCallbacks* cbs,
110 camera_status_t ACameraCaptureSession_stopRepeating(ACameraCaptureSession* session) {
125 camera_status_t ACameraCaptureSession_abortCaptures(ACameraCaptureSession* session) {
Android.mk 32 impl/ACameraCaptureSession.cpp
NdkCameraDevice.cpp 25 #include "impl/ACameraCaptureSession.h"
153 /*out*/ACameraCaptureSession** session) {
  /cts/tests/tests/graphics/jni/
android_graphics_cts_CameraGpuCtsActivity.cpp 251 static void onSessionClosed(void* /*obj*/, ACameraCaptureSession* /*session*/) {}
253 static void onSessionReady(void* /*obj*/, ACameraCaptureSession* /*session*/) {}
255 static void onSessionActive(void* /*obj*/, ACameraCaptureSession* /*session*/) {}
273 ACameraCaptureSession* mSession{nullptr};
  /cts/tests/tests/media/libimagereaderjni/
AImageReaderCts.cpp 232 static void onSessionClosed(void* /*obj*/, ACameraCaptureSession* /*session*/) {}
234 static void onSessionReady(void* /*obj*/, ACameraCaptureSession* /*session*/) {}
236 static void onSessionActive(void* /*obj*/, ACameraCaptureSession* /*session*/) {}
255 ACameraCaptureSession* mSession = nullptr;
  /cts/tests/camera/libctscamera2jni/
native-camera-jni.cpp 140 static void onClosed(void* obj, ACameraCaptureSession *session) {
152 static void onReady(void* obj, ACameraCaptureSession *session) {
172 static void onActive(void* obj, ACameraCaptureSession *session) {
840 ACameraCaptureSession* mSession = nullptr;
    [all...]

Completed in 215 milliseconds