HomeSort by relevance Sort by last modified time
    Searched full:default_preview_width (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Camera2/src/com/android/camera/burst/
BurstFacadeImpl.java 54 private static final int DEFAULT_PREVIEW_WIDTH = 320;
142 int width = DEFAULT_PREVIEW_WIDTH;
190 surfaceTexture.setDefaultBufferSize(DEFAULT_PREVIEW_WIDTH, DEFAULT_PREVIEW_HEIGHT);
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 614 preview_dim.width = DEFAULT_PREVIEW_WIDTH;
667 preview_dim.width = DEFAULT_PREVIEW_WIDTH;
837 abc_snap.stream_sizes[1].width = DEFAULT_PREVIEW_WIDTH;
    [all...]
mm_qcamera_snapshot.c 114 job.encode_job.thumb_dim.dst_dim.width = DEFAULT_PREVIEW_WIDTH;
518 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
mm_qcamera_socket.c 795 dim.width = DEFAULT_PREVIEW_WIDTH;
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 60 #define DEFAULT_PREVIEW_WIDTH 640
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 60 #define DEFAULT_PREVIEW_WIDTH 640
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 60 #define DEFAULT_PREVIEW_WIDTH 640
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 56 #define DEFAULT_PREVIEW_WIDTH 1280
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 113 job.encode_job.thumb_dim.dst_dim.width = DEFAULT_PREVIEW_WIDTH;
517 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
mm_qcamera_socket.c 781 dim.width = DEFAULT_PREVIEW_WIDTH;
mm_qcamera_preview.c 464 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
    [all...]
mm_qcamera_app.c     [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 113 job.encode_job.thumb_dim.dst_dim.width = DEFAULT_PREVIEW_WIDTH;
517 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
mm_qcamera_socket.c 781 dim.width = DEFAULT_PREVIEW_WIDTH;
mm_qcamera_preview.c 464 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
    [all...]
mm_qcamera_app.c     [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 113 job.encode_job.thumb_dim.dst_dim.width = DEFAULT_PREVIEW_WIDTH;
501 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
mm_qcamera_socket.c 780 dim.width = DEFAULT_PREVIEW_WIDTH;
mm_qcamera_preview.c 438 stream->s_config.stream_info->dim.width = DEFAULT_PREVIEW_WIDTH;
    [all...]
  /device/huawei/angler/camera/
QCamera_Intf.h 224 uint32_t default_preview_width; member in struct:__anon4103
  /device/lge/bullhead/camera/
QCamera_Intf.h 224 uint32_t default_preview_width; member in struct:__anon5014
  /device/moto/shamu/camera/
QCamera_Intf.h 224 uint32_t default_preview_width; member in struct:__anon6151
  /hardware/qcom/camera/
QCamera_Intf.h 224 uint32_t default_preview_width; member in struct:__anon33093
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Parm.cpp 944 int default_preview_width, default_preview_height; local
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 675 *((int *)p_value) = my_obj->properties.default_preview_width;
    [all...]

Completed in 1031 milliseconds

1 2