HomeSort by relevance Sort by last modified time
    Searched refs:cropinfo (Results 1 - 11 of 11) 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)) {
  /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)) {
  /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);
  /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);
  /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
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 657 void *cropinfo; member in struct:msm_frame
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 691 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...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 757 void *cropinfo; member in struct:msm_frame
    [all...]
  /device/lge/mako/camera/
QualcommCameraHardware.cpp     [all...]

Completed in 341 milliseconds