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

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 114 dim->picture_height = MP1_HEIGHT;
116 dim->orig_picture_dy = dim->picture_height;
122 dim->orig_picture_height = dim->picture_height;
146 dim->main_img_luma_height = dim->picture_height;
148 dim->main_img_chroma_height = dim->picture_height;
mm_qcamera_snapshot.c 128 fmt->height = pme->dim.picture_height;
316 //dumpFrameToFile(main_frame->frame,pme->dim.picture_width,pme->dim.picture_height,"main", 1);
319 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"main", 1);
358 dimension.orig_picture_dy = pme->dim.picture_height;
    [all...]
mm_qcamera_preview.c 621 //dumpFrameToFile(main_frame->frame,pme->dim.picture_width,pme->dim.picture_height,"main", 1);
624 dumpFrameToFile(main_frame,pme->dim.picture_width,pme->dim.picture_height,"zsl_main", 1);
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp 346 dim->picture_width, dim->picture_height);
377 (mPictureHeight == dim->picture_height);
395 dim->picture_height = mPictureHeight;
412 dim->picture_width, dim->picture_height,
425 mPictureHeight = dim->picture_height;
433 dim->picture_width, dim->picture_height,
548 fmt.snapshot.main.dim.height = dim->picture_height;
557 __func__, dim->picture_width, dim->picture_height,
717 dim->picture_width, dim->picture_height,
761 __func__, dim->rotation, y_off, cbcr_off, frame_len, dim->picture_width, dim->picture_height);
    [all...]
QCameraHWI.cpp     [all...]
QCameraHWI_Parm.cpp 711 // mzhu mDimension.picture_height = DEFAULT_STREAM_HEIGHT;
713 mDimension.picture_height = maxDim.height;
717 mDimension.orig_picture_dy = mDimension.picture_height;
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 402 dim->picture_width, dim->picture_height);
428 (mPictureHeight == dim->picture_height);
446 dim->picture_height = mPictureHeight;
463 dim->picture_width, dim->picture_height,
476 mPictureHeight = dim->picture_height;
484 dim->picture_width, dim->picture_height,
608 fmt.snapshot.main.dim.height = dim->picture_height;
617 __func__, dim->picture_width, dim->picture_height,
786 dim->picture_width, dim->picture_height,
830 __func__, dim->rotation, y_off, cbcr_off, frame_len, dim->picture_width, dim->picture_height);
    [all...]
QCameraHWI.cpp     [all...]
QCameraHWI.h 442 void getPictureSize(int *picture_width, int *picture_height) const;
456 int *picture_height);
QCameraHWI_Parm.cpp 736 // mzhu mDimension.picture_height = DEFAULT_STREAM_HEIGHT;
738 mDimension.picture_height = maxDim.height;
742 mDimension.orig_picture_dy = mDimension.picture_height;
    [all...]
QualcommCameraHardware.cpp     [all...]
QCamera_Intf.h 275 uint16_t picture_height; /* Picture height seen by VFE */ member in struct:__anon1778
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testbitmap.c 145 bitmap = LoadXBM(screen, picture_width, picture_height,
  /device/lge/mako/camera/QCamera/HAL/core/inc/
QCameraHWI.h 439 void getPictureSize(int *picture_width, int *picture_height) const;
453 int *picture_height);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.c 479 my_obj->dim.picture_width,my_obj->dim.picture_height,
529 my_obj->dim.picture_width,my_obj->dim.picture_height,
    [all...]
mm_camera_stream.c 641 my_obj->dim.picture_width,my_obj->dim.picture_height,
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera.c 546 my_obj->dim.picture_width,my_obj->dim.picture_height,
727 my_obj->dim.picture_width,my_obj->dim.picture_height,
    [all...]
  /hardware/msm7k/libcamera/
QualcommCameraHardware.cpp 195 uint16_t picture_height,
    [all...]

Completed in 1063 milliseconds