Home | History | Annotate | Download | only in libmedia

Lines Matching defs:product

478         int product = mCamcorderProfiles[i]->mVideoCodec->mFrameWidth *
506 if ((j % 2 == 0 && product > info->mResolutionProduct) || // low
507 (j % 2 != 0 && product < info->mResolutionProduct)) { // high
535 info->mResolutionProduct = product;