Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching defs:maxBitRate

1062     int maxBitRate = mEncoderProfiles->getVideoEncoderParamByName(
1068 } else if (mVideoBitRate > maxBitRate && maxBitRate != -1) {
1070 " and will be set to (%d bps)", mVideoBitRate, maxBitRate);
1071 mVideoBitRate = maxBitRate;