OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:canDecodeVideo
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java
172
if (isTv() && MediaUtils.
canDecodeVideo
(MIMETYPE_VIDEO_HEVC, 3840, 2160, 30)) {
182
assertTrue(MediaUtils.
canDecodeVideo
(MIMETYPE_VIDEO_VP9, 1920, 1080, 60 /* fps */,
184
if (MediaUtils.
canDecodeVideo
(MIMETYPE_VIDEO_VP9, 3840, 2160, 60 /* fps */)) {
186
assertTrue(MediaUtils.
canDecodeVideo
(MIMETYPE_VIDEO_VP9, 3840, 2160, 60 /* fps */,
[
all
...]
/cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java
555
public static boolean
canDecodeVideo
(String mime, int width, int height, float rate) {
561
public static boolean
canDecodeVideo
(
[
all
...]
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
MediaUtils.java
557
public static boolean
canDecodeVideo
(String mime, int width, int height, float rate) {
563
public static boolean
canDecodeVideo
(
[
all
...]
Completed in 1045 milliseconds