Home
last modified time | relevance | path

Searched refs:w_scale_factor (Results 1 – 2 of 2) sorted by relevance

/device/lge/mako/camera/mm-camera-interface/
Dmm_jpeg_encoder.c323 int w_scale_factor = (is_3dmode && img_format_3d == SIDE_BY_SIDE_FULL) ? 2 : 1; in mm_jpeg_encoder_encode() local
386 tn_img_info.width = dimension->thumbnail_width * w_scale_factor; in mm_jpeg_encoder_encode()
442 main_img_info.width = dimension->orig_picture_dx * w_scale_factor; in mm_jpeg_encoder_encode()
/device/lge/mako/camera/
DQualcommCameraHardware.cpp4449 int w_scale_factor = (mIs3DModeOn && mSnapshot3DFormat == SIDE_BY_SIDE_FULL) ? 2 : 1; in initRaw() local
4536 postViewBufferSize = mPostviewWidth * w_scale_factor * mPostviewHeight * 3 / 2; in initRaw()
4537 int CbCrOffsetPostview = PAD_TO_WORD(mPostviewWidth * w_scale_factor * mPostviewHeight); in initRaw()
4540 mRawSize = mPictureWidth * w_scale_factor * mPictureHeight * 3 / 2; in initRaw()
4541 mCbCrOffsetRaw = PAD_TO_WORD(mPictureWidth * w_scale_factor * mPictureHeight); in initRaw()
4543 … mRawSize = PAD_TO_4K(CEILING32(mPictureWidth * w_scale_factor) * CEILING32(mPictureHeight)) + in initRaw()
4544 … 2 * (CEILING32(mPictureWidth * w_scale_factor/2) * CEILING32(mPictureHeight/2)); in initRaw()
4545 … mCbCrOffsetRaw = PAD_TO_4K(CEILING32(mPictureWidth * w_scale_factor) * CEILING32(mPictureHeight)); in initRaw()
4552 … mJpegMaxSize = CEILING16(mPictureWidth * w_scale_factor) * CEILING16(mPictureHeight) * 3 / 2; in initRaw()
4554 mJpegMaxSize = mPictureWidth * w_scale_factor * mPictureHeight * 3 / 2; in initRaw()
[all …]