HomeSort by relevance Sort by last modified time
    Searched refs:AVC (Results 1 - 9 of 9) 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, 2, 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 testAvcGoog1Qual0320x0240() throws Exception { qual(AVC, 320, 240, GOOG, 1); }
202 public void testAvcGoog1Perf0320x0240() throws Exception { perf(AVC, 320, 240, GOOG, 1); }
204 public void testAvcOther0Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 0); }
205 public void testAvcOther0Perf0320x0240() throws Exception { perf(AVC, 320, 240, OTHER, 0); }
206 public void testAvcOther1Qual0320x0240() throws Exception { qual(AVC, 320, 240, OTHER, 1);
    [all...]
  /compatibility/cdd/5_multimedia/
5_7_network-protocols.md 37 <li class="table_list">H264 AVC</li>
41 See <a href="#5_1_3_video_codecs">section 5.1.3</a> for details on H264 AVC, MPEG2-4 SP,<br/>
76 <td>H264 AVC</td>
79 for details on H264 AVC</td>
5_1_media-codecs.md 259 <td>H.264 AVC</td>
  /frameworks/av/cmds/stagefright/
stagefright.cpp 142 fprintf(stderr, "AVC video profile %d and level %d\n", profile, level);
423 AVC,
444 mStreamType = AVC;
493 if (mStreamType == AVC) {
503 if (mStreamType != AVC || mSawFirstIDRFrame) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaRecorderTest.java 129 private final static String AVC = MediaFormat.MIMETYPE_VIDEO_AVC;
    [all...]
VideoDecoderPerfTest.java 54 private static final String AVC = MediaFormat.MIMETYPE_VIDEO_AVC;
330 // AVC tests
    [all...]
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp 143 AVC,
154 ssize_t mNALSizeLen; // for type AVC or HEVC
233 mType = AVC;
273 if (mType == AVC && mNALSizeLen < 0) {
806 if ((mType != AVC && mType != HEVC) || mNALSizeLen == 0) {
    [all...]
  /hardware/intel/common/omx-components/videocodec/
Android.mk 410 #Build secure AVC video decoder only on supported platforms

Completed in 163 milliseconds