Home
last modified time | relevance | path

Searched refs:CodecProfileLevel (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java162 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user
660 for (CodecProfileLevel pl : profileLevels) { in isFormatSupported()
708 for (CodecProfileLevel pl: profileLevels) { in supportsProfileLevel()
721 if (pl.level != level && pl.level == CodecProfileLevel.H263Level45 in supportsProfileLevel()
722 && level > CodecProfileLevel.H263Level10) { in supportsProfileLevel()
730 if (pl.level != level && pl.level == CodecProfileLevel.MPEG4Level1 in supportsProfileLevel()
731 && level > CodecProfileLevel.MPEG4Level0) { in supportsProfileLevel()
739 (pl.level & CodecProfileLevel.HEVCHighTierLevels) != 0; in supportsProfileLevel()
740 boolean checkingHighTier = (level & CodecProfileLevel.HEVCHighTierLevels) != 0; in supportsProfileLevel()
862 CodecProfileLevel pl = new CodecProfileLevel(); in createFromProfileLevel()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h28 struct CodecProfileLevel;
36 const CodecProfileLevel *profileLevels,
DSoftMPEG4Encoder.cpp52 static const CodecProfileLevel kMPEG4ProfileLevels[] = {
56 static const CodecProfileLevel kH263ProfileLevels[] = {
65 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoEncoderOMXComponent.h34 const CodecProfileLevel *profileLevels,
98 const CodecProfileLevel *mProfileLevels;
DSoftVideoDecoderOMXComponent.h39 const CodecProfileLevel *profileLevels,
175 const CodecProfileLevel *mProfileLevels;
DSimpleSoftOMXComponent.h32 struct CodecProfileLevel { struct
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.h31 const CodecProfileLevel *profileLevels,
DSoftMPEG4.cpp33 static const CodecProfileLevel kM4VProfileLevels[] = {
37 static const CodecProfileLevel kH263ProfileLevels[] = {
48 const CodecProfileLevel *profileLevels, in SoftMPEG4()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h71 const CodecProfileLevel *profileLevels,
DSoftVP8Encoder.cpp35 static const CodecProfileLevel kVp8ProfileLevels[] = {
DSoftVP9Encoder.cpp31 static const CodecProfileLevel kVp9ProfileLevels[] = {
DSoftVPXEncoder.cpp68 const CodecProfileLevel *profileLevels, in SoftVPXEncoder()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.cpp32 static const CodecProfileLevel kVP9ProfileLevels[] = {
/frameworks/av/media/libstagefright/codecs/hevcdec/
DSoftHEVC.cpp50 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/codecs/avcdec/
DSoftAVCDec.cpp50 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/omx/
DSoftVideoDecoderOMXComponent.cpp47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent()
DSoftVideoEncoderOMXComponent.cpp61 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent()
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
DSoftMPEG2.cpp49 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/codecs/avcenc/
DSoftAVCEnc.cpp75 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/base/config/
Dhiddenapi-public-dex.txt22332 …/MediaCodecInfo$CodecCapabilities;->profileLevels:[Landroid/media/MediaCodecInfo$CodecProfileLevel;
22333 Landroid/media/MediaCodecInfo$CodecProfileLevel;
22334 Landroid/media/MediaCodecInfo$CodecProfileLevel;-><init>()V
22335 Landroid/media/MediaCodecInfo$CodecProfileLevel;->AACObjectELD:I
22336 Landroid/media/MediaCodecInfo$CodecProfileLevel;->AACObjectERLC:I
22337 Landroid/media/MediaCodecInfo$CodecProfileLevel;->AACObjectERScalable:I
22338 Landroid/media/MediaCodecInfo$CodecProfileLevel;->AACObjectHE:I
22339 Landroid/media/MediaCodecInfo$CodecProfileLevel;->AACObjectHE_PS:I
22340 Landroid/media/MediaCodecInfo$CodecProfileLevel;->AACObjectLC:I
22341 Landroid/media/MediaCodecInfo$CodecProfileLevel;->AACObjectLD:I
[all …]
Dpreloaded-classes2039 android.media.MediaCodecInfo$CodecProfileLevel
Dboot-image-profile.txt25022 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZILandroid…
25023 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZILjava/ut…
56418 Landroid/media/MediaCodecInfo$CodecProfileLevel;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14647 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
14650 public static final class MediaCodecInfo.CodecProfileLevel {
14651 ctor public MediaCodecInfo.CodecProfileLevel();
/frameworks/base/api/
Dcurrent.txt23169 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels;
23172 public static final class MediaCodecInfo.CodecProfileLevel {
23173 ctor public MediaCodecInfo.CodecProfileLevel();