Home
last modified time | relevance | path

Searched refs:mSrcVideoFormatHint (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Media/apex/framework/java/android/media/
DMediaTranscodingManager.java874 private MediaFormat mSrcVideoFormatHint; field in MediaTranscodingManager.TranscodingRequest.VideoFormatResolver
893 mSrcVideoFormatHint = srcVideoFormatHint; in VideoFormatResolver()
917 mSrcVideoFormatHint = srcVideoFormatHint; in VideoFormatResolver()
930 mSrcVideoFormatHint.getString(MediaFormat.KEY_MIME))) { in shouldTranscode()
953 MediaFormat videoTrackFormat = new MediaFormat(mSrcVideoFormatHint); in resolveVideoFormat()
956 int width = mSrcVideoFormatHint.getInteger(MediaFormat.KEY_WIDTH, -1); in resolveVideoFormat()
957 int height = mSrcVideoFormatHint.getInteger(MediaFormat.KEY_HEIGHT, -1); in resolveVideoFormat()
964 mSrcVideoFormatHint.getNumber(MediaFormat.KEY_FRAME_RATE, 30.0) in resolveVideoFormat()