HomeSort by relevance Sort by last modified time
    Searched full:cropinfo (Results 1 - 18 of 18) sorted by null

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 177 common_crop_t *crop = (common_crop_t *) (frame->cropinfo);
511 int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo)
515 //struct crop_info *cropinfo;
518 //cropinfo = (struct crop_info *)vb->input;
519 if(cropinfo != NULL) {
520 crop = (common_crop_t *)cropinfo->info;
542 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) {
mm_qcamera_snapshot.c 370 /*TBD: Pass 0 as cropinfo for now as v4l2 doesn't provide
371 cropinfo. It'll be changed later.*/
    [all...]
mm_qcamera_main_menu.c 233 struct crop_info cropInfo;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 176 common_crop_t *crop = (common_crop_t *) (frame->cropinfo);
510 int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo)
514 //struct crop_info *cropinfo;
517 //cropinfo = (struct crop_info *)vb->input;
518 if(cropinfo != NULL) {
519 crop = (common_crop_t *)cropinfo->info;
541 if (cropinfo != NULL && (crop->in2_w != 0 || crop->in2_h != 0)) {
mm_qcamera_main_menu.c 243 struct crop_info cropInfo;
    [all...]
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 156 extern int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo);
mm_qcamera_main_menu.h 384 int8_t (*getPicture)(int fd, struct crop_info *cropInfo );
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/inc/
mm_qcamera_app.h 187 extern int mm_app_dl_render(int frame_fd, struct crop_info * cropinfo);
mm_qcamera_main_menu.h 377 int8_t (*getPicture)(int fd, struct crop_info *cropInfo );
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/media/
msm_camera.h 211 void *cropinfo; member in struct:msm_frame
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/media/
msm_camera.h 211 void *cropinfo; member in struct:msm_frame
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp     [all...]
QualcommCameraHardware.cpp     [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 691 void *cropinfo; member in struct:msm_frame
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 757 void *cropinfo; member in struct:msm_frame
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 657 void *cropinfo; member in struct:msm_frame
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 652 void *cropinfo; member in struct:msm_frame
    [all...]

Completed in 628 milliseconds