Searched refs:mInterpr (Results 1 – 2 of 2) sorted by relevance
873 mInterpr->PiPLock(); in postData()911 mInterpr->PiPUnlock(); in postData()924 if ((mInterpr->camera[0]->mWidthTmp * mInterpr->camera[0]->mHeightTmp) > in postData()925 (mInterpr->camera[1]->mWidthTmp * mInterpr->camera[1]->mHeightTmp)) { in postData()928 } else if ((mInterpr->camera[0]->mWidthTmp * mInterpr->camera[0]->mHeightTmp) < in postData()929 (mInterpr->camera[1]->mWidthTmp * mInterpr->camera[1]->mHeightTmp)) { in postData()935 mInterpr->PiPUnlock(); in postData()945 mInterpr->PiPUnlock(); in postData()970 skBMDec = PiPCopyToOneFile(&mInterpr->camera[0]->skBMtmp, in postData()971 &mInterpr->camera[1]->skBMtmp); in postData()[all …]
168 TestContext *mInterpr; variable