Searched refs:srcVideoFormat (Results 1 – 1 of 1) sorted by relevance
445 MediaFormat srcVideoFormat = getVideoTrackFormat(fileUri); in transcodeFile() local446 assertNotNull(srcVideoFormat); in transcodeFile()448 int width = srcVideoFormat.getInteger(MediaFormat.KEY_WIDTH); in transcodeFile()449 int height = srcVideoFormat.getInteger(MediaFormat.KEY_HEIGHT); in transcodeFile()460 if (!isFormatSupported(srcVideoFormat, false) in transcodeFile()