Searched refs:CodecProfileLevel (Results 1 – 24 of 24) sorted by relevance
/frameworks/base/media/java/android/media/ |
D | MediaCodecInfo.java | 162 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() 852 CodecProfileLevel pl = new CodecProfileLevel(); in createFromProfileLevel() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.h | 28 struct CodecProfileLevel; 36 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4Encoder.cpp | 53 static const CodecProfileLevel kMPEG4ProfileLevels[] = { 57 static const CodecProfileLevel kH263ProfileLevels[] = { 66 const CodecProfileLevel *profileLevels, in SoftMPEG4Encoder()
|
/frameworks/av/media/libstagefright/include/ |
D | SoftVideoEncoderOMXComponent.h | 35 const CodecProfileLevel *profileLevels, 97 const CodecProfileLevel *mProfileLevels;
|
D | SoftVideoDecoderOMXComponent.h | 38 const CodecProfileLevel *profileLevels, 168 const CodecProfileLevel *mProfileLevels;
|
D | SimpleSoftOMXComponent.h | 32 struct CodecProfileLevel { struct
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/ |
D | SoftMPEG4.h | 31 const CodecProfileLevel *profileLevels,
|
D | SoftMPEG4.cpp | 33 static const CodecProfileLevel kM4VProfileLevels[] = { 41 static const CodecProfileLevel kH263ProfileLevels[] = { 56 const CodecProfileLevel *profileLevels, in SoftMPEG4()
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
D | SoftVPXEncoder.h | 71 const CodecProfileLevel *profileLevels,
|
D | SoftVP8Encoder.cpp | 35 static const CodecProfileLevel kVp8ProfileLevels[] = {
|
D | SoftVP9Encoder.cpp | 31 static const CodecProfileLevel kVp9ProfileLevels[] = {
|
D | SoftVPXEncoder.cpp | 68 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/on2/h264dec/ |
D | SoftAVC.cpp | 31 static const CodecProfileLevel kProfileLevels[] = {
|
/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 | SoftVideoDecoderOMXComponent.cpp | 47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent()
|
D | SoftVideoEncoderOMXComponent.cpp | 62 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent()
|
/frameworks/av/media/libstagefright/codecs/mpeg2dec/ |
D | SoftMPEG2.cpp | 49 static const CodecProfileLevel kProfileLevels[] = {
|
/frameworks/av/media/libstagefright/codecs/avcenc/ |
D | SoftAVCEnc.cpp | 77 static const CodecProfileLevel kProfileLevels[] = {
|
/frameworks/base/ |
D | compiled-classes-phone | 2548 android.media.MediaCodecInfo$CodecProfileLevel
|
/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/api/ |
D | current.txt | 22045 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels; 22048 public static final class MediaCodecInfo.CodecProfileLevel { 22049 ctor public MediaCodecInfo.CodecProfileLevel();
|
D | system-current.txt | 23887 field public android.media.MediaCodecInfo.CodecProfileLevel[] profileLevels; 23890 public static final class MediaCodecInfo.CodecProfileLevel { 23891 ctor public MediaCodecInfo.CodecProfileLevel();
|