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

  /packages/apps/Camera2/src/com/android/camera/data/
LocalDataViewType.java 8 CAMERA_PREVIEW,
CameraPreviewData.java 39 super(v, LocalDataViewType.CAMERA_PREVIEW, width, height, -1, -1);
40 v.setTag(R.id.mediadata_tag_viewtype, LocalDataViewType.CAMERA_PREVIEW.ordinal());
  /pdk/apps/TestingCamera/src/com/android/testingcamera/
TestingCamera.java 164 private static final int CAMERA_PREVIEW = 2;
342 if (mState == CAMERA_PREVIEW) {
491 if (mState == CAMERA_PREVIEW) {
507 if (mState == CAMERA_PREVIEW) {
550 mState = CAMERA_PREVIEW;
670 if (mState == CAMERA_PREVIEW) {
757 if (mState == CAMERA_PREVIEW) {
863 case CAMERA_PREVIEW:
879 if (mState == CAMERA_PREVIEW) {
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 206 case CAMERA_PREVIEW:
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 445 case CAMERA_PREVIEW:
    [all...]
  /hardware/ti/omap4-aah/camera/inc/
CameraHal.h 920 CAMERA_PREVIEW,
    [all...]
  /hardware/ti/omap4xxx/camera/inc/
CameraHal.h 771 CAMERA_PREVIEW,
    [all...]
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 372 ret = useBuffers(CameraAdapter::CAMERA_PREVIEW,
    [all...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 453 ret = useBuffers(CameraAdapter::CAMERA_PREVIEW,
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]

Completed in 116 milliseconds