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

  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 198 public static boolean isGoogle(String codecName) {
214 if (isGoog != null && isGoogle(info.getName()) != isGoog) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
AdaptivePlaybackTest.java     [all...]
VpxCodecTestBase.java 104 return MediaUtils.isGoogle(codecName);
142 boolean isGoogleCodec = MediaUtils.isGoogle(codecInfo.getName());
    [all...]
ImageReaderDecoderTest.java 323 if (info.isEncoder() || MediaUtils.isGoogle(info.getName()) != goog) {
    [all...]
VideoEncoderTest.java     [all...]

Completed in 960 milliseconds