HomeSort by relevance Sort by last modified time
    Searched refs:canDecodeVideo (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/media/src/android/media/cts/
DecodeAccuracyTest.java 210 if (!MediaUtils.canDecodeVideo(vf.getMimeType(), vf.getWidth(), vf.getHeight(), 30)) {
DecoderTest.java     [all...]
MediaCodecCapabilitiesTest.java 170 if (isTv() && MediaUtils.canDecodeVideo(MIMETYPE_VIDEO_HEVC, 3840, 2160, 30)) {
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 554 public static boolean canDecodeVideo(String mime, int width, int height, float rate) {
560 public static boolean canDecodeVideo(
    [all...]

Completed in 273 milliseconds