Searched refs:orig_picture_dx (Results 1 - 10 of 10) sorted by relevance

/hardware/qcom/camera/mm-camera-interface/
H A Dmm_jpeg_encoder.c441 CDBG("jpeg_encoder_encode size %dx%d\n",dimension->orig_picture_dx,dimension->orig_picture_dy);
442 main_img_info.width = dimension->orig_picture_dx * w_scale_factor;
470 actual_size = dimension->orig_picture_dx * dimension->orig_picture_dy;
471 padded_size = dimension->orig_picture_dx * CEILING16(dimension->orig_picture_dy);
H A Dmm_omx_jpeg_encoder.c454 bufferoffset.width = encode_params->dimension->orig_picture_dx;
495 inputPort->format.image.nFrameWidth = encode_params->dimension->orig_picture_dx;
497 inputPort->format.image.nStride = encode_params->dimension->orig_picture_dx;
/hardware/qcom/camera/QCamera/stack/mm-camera-test/src/
H A Dmm_qcamera_app.c115 dim->orig_picture_dx = dim->picture_width;
H A Dmm_qcamera_snapshot.c357 dimension.orig_picture_dx = pme->dim.picture_width;
/hardware/qcom/camera/QCamera/HAL/core/src/
H A DQCameraHWI_Still.cpp1510 dimension.orig_picture_dx = mPictureWidth;
1542 dimension.orig_picture_dx, dimension.orig_picture_dy,
H A DQCameraHWI_Parm.cpp716 mDimension.orig_picture_dx = mDimension.picture_width;
/hardware/qcom/camera/
H A DQCameraHWI_Still.cpp1663 dimension.orig_picture_dx = mPictureWidth;
1719 dimension.orig_picture_dx, dimension.orig_picture_dy,
H A DQCamera_Intf.h280 uint16_t orig_picture_dx; /* original picture width received */ member in struct:__anon628
282 uint16_t ui_thumbnail_height; /* Just like orig_picture_dx */
H A DQCameraHWI_Parm.cpp734 mDimension.orig_picture_dx = mDimension.picture_width;
/hardware/qcom/camera/QCamera/HAL2/core/inc/
H A DQCamera_Intf.h234 uint16_t orig_picture_dx; /* original picture width received */ member in struct:__anon385
236 uint16_t ui_thumbnail_height; /* Just like orig_picture_dx */

Completed in 71 milliseconds