Searched refs:CodecProfileLevel (Results 1 – 25 of 25) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 232 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user 754 for (CodecProfileLevel pl : profileLevels) { in isFormatSupported() 802 for (CodecProfileLevel pl: profileLevels) { in supportsProfileLevel() 815 if (pl.level != level && pl.level == CodecProfileLevel.H263Level45 in supportsProfileLevel() 816 && level > CodecProfileLevel.H263Level10) { in supportsProfileLevel() 824 if (pl.level != level && pl.level == CodecProfileLevel.MPEG4Level1 in supportsProfileLevel() 825 && level > CodecProfileLevel.MPEG4Level0) { in supportsProfileLevel() 833 (pl.level & CodecProfileLevel.HEVCHighTierLevels) != 0; in supportsProfileLevel() 834 boolean checkingHighTier = (level & CodecProfileLevel.HEVCHighTierLevels) != 0; in supportsProfileLevel() 956 CodecProfileLevel pl = new CodecProfileLevel(); in createFromProfileLevel() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.h | 27 struct CodecProfileLevel; 35 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4Encoder.cpp | 52 static const CodecProfileLevel kMPEG4ProfileLevels[] = { 56 static const CodecProfileLevel kH263ProfileLevels[] = { 65 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 36 const CodecProfileLevel *profileLevels, 100 const CodecProfileLevel *mProfileLevels;
|
D | SoftVideoDecoderOMXComponent.h | 44 const CodecProfileLevel *profileLevels, 186 const CodecProfileLevel *mProfileLevels;
|
D | SimpleSoftOMXComponent.h | 34 struct CodecProfileLevel { struct
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.h | 31 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4.cpp | 32 static const CodecProfileLevel kM4VProfileLevels[] = { 36 static const CodecProfileLevel kH263ProfileLevels[] = { 47 const CodecProfileLevel *profileLevels, in SoftMPEG4()
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.h | 69 const CodecProfileLevel *profileLevels,
|
D | SoftVP8Encoder.cpp | 35 static const CodecProfileLevel kVp8ProfileLevels[] = {
|
D | SoftVP9Encoder.cpp | 31 static const CodecProfileLevel kVp9ProfileLevels[] = {
|
D | SoftVPXEncoder.cpp | 69 const CodecProfileLevel *profileLevels, in SoftVPXEncoder()
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.cpp | 32 static const CodecProfileLevel kVP9ProfileLevels[] = {
|
/frameworks/av/media/libstagefright/codecs/avcdec/ |
D | SoftAVCDec.cpp | 50 static const CodecProfileLevel kProfileLevels[] = {
|
/frameworks/av/media/libstagefright/codecs/hevcdec/ |
D | SoftHEVC.cpp | 50 static const CodecProfileLevel kProfileLevels[] = {
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 61 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent()
|
D | SoftVideoDecoderOMXComponent.cpp | 47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 49 static const CodecProfileLevel kProfileLevels[] = {
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 75 static const CodecProfileLevel kProfileLevels[] = {
|
/frameworks/base/config/ |
D | preloaded-classes | 2291 android.media.MediaCodecInfo$CodecProfileLevel
|
D | boot-image-profile.txt | 9527 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZLandroid/… 9528 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZLjava/uti… 34593 Landroid/media/MediaCodecInfo$CodecProfileLevel;
|
D | hiddenapi-greylist-max-o.txt | 37024 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZILandroid… 37025 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZILjava/ut… 37050 Landroid/media/MediaCodecInfo$CodecProfileLevel;->HEVCHighTierLevels:I
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14647 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels; 14650 public static final class MediaCodecInfo.CodecProfileLevel { 14651 ctor public MediaCodecInfo.CodecProfileLevel();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 24655 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels; 24658 public static final class MediaCodecInfo.CodecProfileLevel { 24659 ctor public MediaCodecInfo.CodecProfileLevel();
|
/frameworks/base/api/ |
D | current.txt | 24655 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels; 24658 public static final class MediaCodecInfo.CodecProfileLevel { 24659 ctor public MediaCodecInfo.CodecProfileLevel();
|