Searched refs:mInterpr (Results 1 – 2 of 2) sorted by relevance
884 mInterpr->PiPLock(); in postData()922 mInterpr->PiPUnlock(); in postData()935 if ((mInterpr->camera[0]->mWidthTmp * mInterpr->camera[0]->mHeightTmp) > in postData()936 (mInterpr->camera[1]->mWidthTmp * mInterpr->camera[1]->mHeightTmp)) { in postData()939 } else if ((mInterpr->camera[0]->mWidthTmp * mInterpr->camera[0]->mHeightTmp) < in postData()940 (mInterpr->camera[1]->mWidthTmp * mInterpr->camera[1]->mHeightTmp)) { in postData()946 mInterpr->PiPUnlock(); in postData()956 mInterpr->PiPUnlock(); in postData()981 skBMDec = PiPCopyToOneFile(&mInterpr->camera[0]->skBMtmp, in postData()982 &mInterpr->camera[1]->skBMtmp); in postData()[all …]
168 TestContext *mInterpr; variable