Home
last modified time | relevance | path

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

/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DMediaUtils.java640 …c static boolean canDecodeVideo(String mime, int width, int height, float rate, float decodeRate) { in canDecodeVideo() argument
643 return canDecode(format, decodeRate); in canDecodeVideo()
654 Integer profile, Integer level, Integer bitrate, float decodeRate) { in canDecodeVideo() argument
666 return canDecode(format, decodeRate); in canDecodeVideo()