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

  /hardware/ti/omap4-aah/camera/inc/
BaseCameraAdapter.h 261 android::KeyedVector<CameraBuffer *, int> mCaptureBuffersAvailable;
  /hardware/ti/omap4xxx/camera/inc/
BaseCameraAdapter.h 235 KeyedVector<int, bool> mCaptureBuffersAvailable;
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 463 mCaptureBuffersAvailable.clear();
466 mCaptureBuffersAvailable.add(mCaptureBuffers[i], 0);
472 mCaptureBuffersAvailable.add(mCaptureBuffers[i], 1);
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 488 mCaptureBuffersAvailable.clear();
490 mCaptureBuffersAvailable.add(&mCaptureBuffers[i], 0);
496 mCaptureBuffersAvailable.add(&mCaptureBuffers[i], 1);
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp     [all...]

Completed in 152 milliseconds