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

  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 20 import android.media.MediaCodecInfo.CodecProfileLevel;
38 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileBaseline,
39 CodecProfileLevel.AVCLevel1)) {
47 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileBaseline,
48 CodecProfileLevel.AVCLevel12)) {
62 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileBaseline,
63 CodecProfileLevel.AVCLevel3)) {
77 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileHigh,
78 CodecProfileLevel.AVCLevel31)) {
93 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileHigh
    [all...]
MediaCodecTest.java 28 import android.media.MediaCodecInfo.CodecProfileLevel;
483 for (CodecProfileLevel lvl : cap.profileLevels) {
494 case CodecProfileLevel.AVCLevel1:
495 case CodecProfileLevel.AVCLevel11:
496 case CodecProfileLevel.AVCLevel12:
497 case CodecProfileLevel.AVCLevel13:
498 case CodecProfileLevel.AVCLevel1b:
499 case CodecProfileLevel.AVCLevel2:
501 case CodecProfileLevel.AVCLevel21:
507 case CodecProfileLevel.AVCLevel22
    [all...]
MediaCodecListTest.java 22 import android.media.MediaCodecInfo.CodecProfileLevel;
122 int profile = CodecProfileLevel.H263ProfileBaseline;
129 int profile = CodecProfileLevel.AVCProfileBaseline;
136 int profile = CodecProfileLevel.MPEG4ProfileSimple;
163 CodecProfileLevel[] profileLevels = cap.profileLevels;
EncodeVirtualDisplayWithCompositionTest.java 34 import android.media.MediaCodecInfo.CodecProfileLevel;
    [all...]
ExtractDecodeEditEncodeMuxTest.java 77 MediaCodecInfo.CodecProfileLevel.AACObjectHE;
    [all...]
AdaptivePlaybackTest.java 26 import android.media.MediaCodecInfo.CodecProfileLevel;
    [all...]
  /cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
CodecInfo.java 21 import android.media.MediaCodecInfo.CodecProfileLevel;
74 for (CodecProfileLevel lvl : cap.profileLevels) {
88 case CodecProfileLevel.AVCLevel1:
89 case CodecProfileLevel.AVCLevel11:
90 case CodecProfileLevel.AVCLevel12:
91 case CodecProfileLevel.AVCLevel13:
92 case CodecProfileLevel.AVCLevel1b:
93 case CodecProfileLevel.AVCLevel2:
95 case CodecProfileLevel.AVCLevel21:
101 case CodecProfileLevel.AVCLevel22
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
SoftMPEG4.h 31 const CodecProfileLevel *profileLevels,
SoftMPEG4.cpp 32 static const CodecProfileLevel kM4VProfileLevels[] = {
40 static const CodecProfileLevel kH263ProfileLevels[] = {
55 const CodecProfileLevel *profileLevels,
  /frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h 39 const CodecProfileLevel *profileLevels,
85 const CodecProfileLevel *mProfileLevels;
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 85 public CodecProfileLevel[] profileLevels;
165 * <p>You can get a set of {@link MediaCodecInfo.CodecProfileLevel} objects for a given
169 public static final class CodecProfileLevel {
  /frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp 84 Vector<CodecProfileLevel> &profileLevels =
90 CodecProfileLevel profileLevel = profileLevels.itemAt(i);
  /frameworks/av/include/media/stagefright/
OMXCodec.h 34 struct CodecProfileLevel;
275 const CodecProfileLevel& defaultProfileLevel,
276 CodecProfileLevel& profileLevel);
369 Vector<CodecProfileLevel> mProfileLevels;
  /frameworks/av/include/media/
IOMX.h 215 struct CodecProfileLevel {
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 43 const CodecProfileLevel *profileLevels,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/
SoftAVC.cpp 31 static const CodecProfileLevel kProfileLevels[] = {
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 539 const CodecProfileLevel &src = caps.mProfileLevels.itemAt(i);
OMXCodec.cpp 956 const CodecProfileLevel& defaultProfileLevel,
957 CodecProfileLevel &profileLevel) {
1027 CodecProfileLevel defaultProfileLevel, profileLevel;
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 722 const CodecProfileLevel &profileLevel =
740 const CodecProfileLevel &profileLevel =
    [all...]
  /frameworks/av/cmds/stagefright/
stagefright.cpp 645 const CodecProfileLevel &profileLevel =
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1010 milliseconds