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

  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 160 int mWidthTmp;
qcamera_test.cpp 920 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)) {
    [all...]

Completed in 627 milliseconds