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

  /frameworks/wilhelm/tests/examples/
xaVideoDecoderCapabilities.cpp 134 }, AVC[] = {
152 {XA_VIDEOCODEC_AVC, AVC, sizeof(AVC) / sizeof(AVC[0])},
185 }, AVC[] = {
216 {XA_VIDEOCODEC_AVC, AVC, sizeof(AVC) / sizeof(AVC[0])},
  /cts/tests/video/src/android/video/cts/
VideoEncoderDecoderTest.java 70 private static final String AVC = MediaFormat.MIMETYPE_VIDEO_AVC;
197 // AVC tests
198 public void testAvcCount0320x0240() throws Exception { count(AVC, 320, 240, 1, 4); }
199 public void testAvcGoog0Qual0320x0240() throws Exception { qual(AVC, 320, 240, GOOG, 0); }
200 public void testAvcGoog0Perf0320x0240() throws Exception { perf(AVC, 320, 240, GOOG, 0); }
201 public void testAvcOther0Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 0); }
202 public void testAvcOther0Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 0); }
203 public void testAvcOther1Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 1); }
204 public void testAvcOther1Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 1); }
205 public void testAvcOther2Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 2);
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 140 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
418 AVC,
439 mStreamType = AVC;
488 if (mStreamType == AVC) {
498 if (mStreamType != AVC || mSawFirstIDRFrame) {
    [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 140 AVC,
150 ssize_t mNALSizeLen; // for type AVC
229 mType = AVC;
256 if (mType == AVC && mNALSizeLen < 0) {
694 if (mType != AVC || mNALSizeLen == 0) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 126 private final static String AVC = MediaFormat.MIMETYPE_VIDEO_AVC;
    [all...]
VideoDecoderPerfTest.java 52 private static final String AVC = MediaFormat.MIMETYPE_VIDEO_AVC;
328 // AVC tests
    [all...]
  /hardware/intel/common/omx-components/videocodec/
Android.mk 391 #Build secure AVC video decoder only on supported platforms

Completed in 401 milliseconds