HomeSort by relevance Sort by last modified time
    Searched refs:AVC (Results 1 - 11 of 11) 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])},
  /compatibility/cdd/5_multimedia/
5_3_video-decoding.md 5 * [H-0-1] MUST support decoding of H.264 AVC.
13 * [T-0-1] MUST support decoding of H.264 AVC.
23 * [A-0-1] MUST support decoding of H.264 AVC.
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_2_video-encoding.md 6 * [H-0-1] H.264 AVC
11 * [T-0-1] H.264 AVC
16 * [A-0-1] H.264 AVC
5_1_media-codecs.md 283 <td>H.264 AVC</td>
  /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 141 AVC,
151 ssize_t mNALSizeLen; // for type AVC
230 mType = AVC;
257 if (mType == AVC && mNALSizeLen < 0) {
695 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 409 #Build secure AVC video decoder only on supported platforms

Completed in 4320 milliseconds