Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:minFrameHeight

1352     int minFrameHeight = mEncoderProfiles->getVideoEncoderParamByName(
1356 if (minFrameHeight != -1 && mVideoHeight < minFrameHeight) {
1358 " and will be set to (%d)", mVideoHeight, minFrameHeight);
1359 mVideoHeight = minFrameHeight;