Home | History | Annotate | Download | only in libmedia

Lines Matching refs:product

504         int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth *
530 if ((j % 2 == 0 && product > info->mResolutionProduct) || // low
531 (j % 2 != 0 && product < info->mResolutionProduct)) { // high
559 info->mResolutionProduct = product;