Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:minBitRate

1037     int minBitRate = mEncoderProfiles->getVideoEncoderParamByName(
1041 if (mVideoBitRate < minBitRate) {
1043 " and will be set to (%d bps)", mVideoBitRate, minBitRate);
1044 mVideoBitRate = minBitRate;