Home | History | Annotate | Download | only in libmediaplayerservice

Lines Matching refs:maxFrameWidth

1079     int maxFrameWidth = mEncoderProfiles->getVideoEncoderParamByName(
1085 } else if (mVideoWidth > maxFrameWidth && maxFrameWidth != -1) {
1087 " and will be set to (%d)", mVideoWidth, maxFrameWidth);
1088 mVideoWidth = maxFrameWidth;