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

  /hardware/intel/common/utils/ISV/include/
isv_worker.h 81 uint32_t hasEncoder;
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 88 hasEncoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3));
90 if (hasEncoder(MIMETYPE_VIDEO_AVC, AVCProfileMain, AVCLevel4)) {
123 hasEncoder(MIMETYPE_VIDEO_H263, MPEG4ProfileSimple, H263Level45));
318 private boolean hasEncoder(String mime, int profile, int level) {
MediaRecorderTest.java     [all...]
EncodeDecodeTest.java 373 if (!MediaUtils.hasEncoder(mMimeType)) {
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
MediaUtils.java 520 public static boolean hasEncoder(String... mimes) {
    [all...]

Completed in 312 milliseconds