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;
36 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileBaseline,
37 CodecProfileLevel.AVCLevel1)) {
45 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileBaseline,
46 CodecProfileLevel.AVCLevel12)) {
60 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileBaseline,
61 CodecProfileLevel.AVCLevel3)) {
75 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileHigh,
76 CodecProfileLevel.AVCLevel31)) {
91 if (!supports(AVC_MIME, CodecProfileLevel.AVCProfileHigh
    [all...]
MediaCodecTest.java 24 import android.media.MediaCodecInfo.CodecProfileLevel;
287 for (CodecProfileLevel lvl : cap.profileLevels) {
298 case CodecProfileLevel.AVCLevel1:
299 case CodecProfileLevel.AVCLevel11:
300 case CodecProfileLevel.AVCLevel12:
301 case CodecProfileLevel.AVCLevel13:
302 case CodecProfileLevel.AVCLevel1b:
303 case CodecProfileLevel.AVCLevel2:
305 case CodecProfileLevel.AVCLevel21:
311 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 29 import android.media.MediaCodecInfo.CodecProfileLevel;
    [all...]
ExtractDecodeEditEncodeMuxTest.java 77 MediaCodecInfo.CodecProfileLevel.AACObjectHE;
    [all...]
  /cts/suite/pts/deviceTests/videoperf/src/com/android/pts/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...]
VideoEncoderDecoderTest.java 23 import android.media.MediaCodecInfo.CodecProfileLevel;
  /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 214 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 961 const CodecProfileLevel& defaultProfileLevel,
962 CodecProfileLevel &profileLevel) {
1032 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 2467 milliseconds