Home
last modified time | relevance | path

Searched refs:mPictureWidth (Results 1 – 3 of 3) sorted by relevance

/device/moto/shamu/camera/QCamera/HAL/core/inc/
DQCameraHWI.h773 int mPictureWidth, mPictureHeight; variable
/device/moto/shamu/camera/QCamera/HAL/core/src/
DQCameraHWI_Parm.cpp4158 getPictureSize(&mPictureWidth, &mPictureHeight); in setDimension()
4159 dim.picture_width = mPictureWidth; in setDimension()
4190 if (mPictureWidth < postviewWidth || mPictureHeight < postviewHeight) in setDimension()
DQCameraHWI.cpp587 main_buf_info->out_dim.width = mPictureWidth; in encodeData()