Lines Matching refs:product
504 int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth *530 if ((j % 2 == 0 && product > info->mResolutionProduct) || // low531 (j % 2 != 0 && product < info->mResolutionProduct)) { // high559 info->mResolutionProduct = product;