HomeSort by relevance Sort by last modified time
    Searched full: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 91 hasEncoder(MIMETYPE_VIDEO_AVC, AVCProfileBaseline, AVCLevel3));
93 if (hasEncoder(MIMETYPE_VIDEO_AVC, AVCProfileMain, AVCLevel4)) {
126 hasEncoder(MIMETYPE_VIDEO_H263, MPEG4ProfileSimple, H263Level45));
321 private boolean hasEncoder(String mime, int profile, int level) {
MediaRecorderTest.java     [all...]
EncodeDecodeTest.java 348 if (!MediaUtils.hasEncoder(mMimeType)) {
    [all...]
  /cts/libs/deviceutil/src/android/cts/util/
MediaUtils.java 498 public static boolean hasEncoder(String... mimes) {

Completed in 627 milliseconds