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

  /frameworks/av/services/camera/libcameraservice/api1/client2/
CaptureSequencer.cpp 40 mStartCapture(false),
75 if (!mStartCapture) {
77 mStartCapture = true;
241 while (!mStartCapture) {
246 if (mStartCapture) {
247 mStartCapture = false;
CaptureSequencer.h 83 bool mStartCapture;
  /hardware/ti/omap4-aah/camera/inc/
ANativeWindowDisplayAdapter.h 181 struct timeval mStartCapture;
BaseCameraAdapter.h 217 struct timeval mStartCapture;
CameraHal.h     [all...]
  /hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h 180 struct timeval mStartCapture;
BaseCameraAdapter.h 197 struct timeval mStartCapture;
CameraHal.h     [all...]
  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 88 mStartCapture.tv_sec = 0;
89 mStartCapture.tv_usec = 0;
275 memcpy(&mStartCapture, refTime, sizeof(struct timeval));
1034 CameraHal::PPM("Shot to snapshot: ", &mStartCapture);
1037 CameraHal::PPM("Shot to shot: ", &mStartCapture);
    [all...]
CameraHal.cpp 141 struct timeval CameraHal::mStartCapture;
    [all...]
BaseCameraAdapter.cpp 96 mStartCapture.tv_sec = 0;
97 mStartCapture.tv_usec = 0;
780 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
842 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 157 mStartCapture.tv_sec = 0;
158 mStartCapture.tv_usec = 0;
346 memcpy(&mStartCapture, refTime, sizeof(struct timeval));
1123 CameraHal::PPM("Shot to snapshot: ", &mStartCapture);
1128 CameraHal::PPM("Shot to shot: ", &mStartCapture);
    [all...]
BaseCameraAdapter.cpp 57 mStartCapture.tv_sec = 0;
58 mStartCapture.tv_usec = 0;
694 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
756 memcpy( &mStartCapture, refTimestamp, sizeof( struct timeval ));
1158 CameraHal::PPM("Shot to Jpeg: ", &mStartCapture);
    [all...]
CameraHal.cpp 57 struct timeval CameraHal::mStartCapture;
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXReprocess.cpp 128 CameraHal::PPM("startReprocess buffers queued on video port: ", &mStartCapture);
OMXCapture.cpp     [all...]

Completed in 213 milliseconds