Home
last modified time | relevance | path

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

/device/google/marlin/camera/QCamera2/HAL/test/
Dqcamera_test.h160 int mWidthTmp; variable
Dqcamera_test.cpp920 mWidthTmp = currentPictureSize.width;
929 if ((mInterpr->camera[0]->mWidthTmp * mInterpr->camera[0]->mHeightTmp) >
930 (mInterpr->camera[1]->mWidthTmp * mInterpr->camera[1]->mHeightTmp)) {
933 } else if ((mInterpr->camera[0]->mWidthTmp * mInterpr->camera[0]->mHeightTmp) <
934 (mInterpr->camera[1]->mWidthTmp * mInterpr->camera[1]->mHeightTmp)) {