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

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 113 dim->picture_width = MP1_WIDTH;
115 dim->orig_picture_dx = dim->picture_width;
121 dim->orig_picture_width = dim->picture_width;
145 dim->main_img_luma_width = dim->picture_width;
147 dim->main_img_chroma_width = dim->picture_width;
mm_qcamera_snapshot.c 127 fmt->width = pme->dim.picture_width;
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);
357 dimension.orig_picture_dx = pme->dim.picture_width;
    [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);
376 matching = (mPictureWidth == dim->picture_width) &&
394 dim->picture_width = mPictureWidth;
412 dim->picture_width, dim->picture_height,
424 mPictureWidth = dim->picture_width;
433 dim->picture_width, dim->picture_height,
547 fmt.snapshot.main.dim.width = dim->picture_width;
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 710 // mzhu mDimension.picture_width = DEFAULT_STREAM_WIDTH;
712 mDimension.picture_width = maxDim.width;
716 mDimension.orig_picture_dx = mDimension.picture_width;
    [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp 402 dim->picture_width, dim->picture_height);
427 matching = (mPictureWidth == dim->picture_width) &&
445 dim->picture_width = mPictureWidth;
463 dim->picture_width, dim->picture_height,
475 mPictureWidth = dim->picture_width;
484 dim->picture_width, dim->picture_height,
607 fmt.snapshot.main.dim.width = dim->picture_width;
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;
455 int *picture_width,
QCameraHWI_Parm.cpp 735 // mzhu mDimension.picture_width = DEFAULT_STREAM_WIDTH;
737 mDimension.picture_width = maxDim.width;
741 mDimension.orig_picture_dx = mDimension.picture_width;
    [all...]
QualcommCameraHardware.cpp     [all...]
QCamera_Intf.h 274 uint16_t picture_width; /* Picture width 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;
452 int *picture_width,
  /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 194 uint16_t picture_width,
    [all...]

Completed in 107 milliseconds