HomeSort by relevance Sort by last modified time
    Searched defs:crop_info (Results 1 - 13 of 13) sorted by null

  /device/asus/flo/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 156 * @crop_info - Includes the crop width, crop height,
171 OMX_CONFIG_RECTTYPE crop_info; member in struct:__anon1942
  /hardware/qcom/camera/mm-image-codec/qomx_core/
QOMX_JpegExtensions.h 156 * @crop_info - Includes the crop width, crop height,
171 OMX_CONFIG_RECTTYPE crop_info; member in struct:__anon33372
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c 879 struct v4l2_crop crop_info; local
882 memset(&crop_info, 0, sizeof(crop_info));
883 crop_info.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
884 rc = ioctl(my_obj->fd, VIDIOC_G_CROP, &crop_info);
886 crop->left = crop_info.c.left;
887 crop->top = crop_info.c.top;
888 crop->width = crop_info.c.width;
889 crop->height = crop_info.c.height;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 1284 common_crop_t crop_info; local
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 1372 common_crop_t crop_info; local
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/media/
msm_camera.h 55 #define MSM_CAM_IOCTL_SET_CROP _IOW(MSM_CAM_IOCTL_MAGIC, 18, struct crop_info *)
235 struct crop_info { struct
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/media/
msm_camera.h 55 #define MSM_CAM_IOCTL_SET_CROP _IOW(MSM_CAM_IOCTL_MAGIC, 18, struct crop_info *)
235 struct crop_info { struct
  /device/asus/flo/camera/QCamera2/stack/common/
cam_types.h 735 cam_stream_crop_info_t crop_info[MAX_NUM_STREAMS]; member in struct:__anon1709
    [all...]
  /hardware/qcom/camera/QCamera2/stack/common/
cam_types.h 750 cam_stream_crop_info_t crop_info[MAX_NUM_STREAMS]; member in struct:__anon33131
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 59 #define MSM_CAM_IOCTL_SET_CROP _IOW(MSM_CAM_IOCTL_MAGIC, 18, struct crop_info *)
817 struct crop_info struct
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 88 _IOW(MSM_CAM_IOCTL_MAGIC, 18, struct crop_info *)
849 struct crop_info { struct
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 61 #define MSM_CAM_IOCTL_SET_CROP _IOW(MSM_CAM_IOCTL_MAGIC, 18, struct crop_info *)
812 struct crop_info { struct
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 91 _IOW(MSM_CAM_IOCTL_MAGIC, 18, struct crop_info *)
933 struct crop_info { struct
    [all...]

Completed in 528 milliseconds