Home
last modified time | relevance | path

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

12

/frameworks/base/media/java/android/media/
DMediaCodecInfo.java233 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user
788 for (CodecProfileLevel pl : profileLevels) { in isFormatSupported()
793 || pl.level != CodecProfileLevel.H263Level45 in isFormatSupported()
794 || maxLevel == CodecProfileLevel.H263Level10) { in isFormatSupported()
842 for (CodecProfileLevel pl: profileLevels) { in supportsProfileLevel()
855 if (pl.level != level && pl.level == CodecProfileLevel.H263Level45 in supportsProfileLevel()
856 && level > CodecProfileLevel.H263Level10) { in supportsProfileLevel()
864 if (pl.level != level && pl.level == CodecProfileLevel.MPEG4Level1 in supportsProfileLevel()
865 && level > CodecProfileLevel.MPEG4Level0) { in supportsProfileLevel()
873 (pl.level & CodecProfileLevel.HEVCHighTierLevels) != 0; in supportsProfileLevel()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h27 struct CodecProfileLevel;
35 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.h36 const CodecProfileLevel *profileLevels,
100 const CodecProfileLevel *mProfileLevels;
DSoftVideoDecoderOMXComponent.h44 const CodecProfileLevel *profileLevels,
186 const CodecProfileLevel *mProfileLevels;
DSimpleSoftOMXComponent.h34 struct CodecProfileLevel { struct
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.h31 const CodecProfileLevel *profileLevels,
DSoftMPEG4.cpp32 static const CodecProfileLevel kM4VProfileLevels[] = {
36 static const CodecProfileLevel kH263ProfileLevels[] = {
47 const CodecProfileLevel *profileLevels, in SoftMPEG4()
/frameworks/av/media/libstagefright/codecs/on2/enc/
DSoftVPXEncoder.h69 const CodecProfileLevel *profileLevels,
DSoftVP8Encoder.cpp35 static const CodecProfileLevel kVp8ProfileLevels[] = {
DSoftVP9Encoder.cpp31 static const CodecProfileLevel kVp9ProfileLevels[] = {
DSoftVPXEncoder.cpp69 const CodecProfileLevel *profileLevels, in SoftVPXEncoder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
DScreenMediaRecorder.java134 MediaCodecInfo.CodecProfileLevel.AVCProfileHigh, in prepare()
135 MediaCodecInfo.CodecProfileLevel.AVCLevel42); in prepare()
DScreenInternalAudioRecorder.java121 MediaCodecInfo.CodecProfileLevel.AACObjectLC); in setupSimple()
/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/
DSoftVideoEncoderOMXComponent.cpp61 const CodecProfileLevel *profileLevels, in SoftVideoEncoderOMXComponent()
DSoftVideoDecoderOMXComponent.cpp47 const CodecProfileLevel *profileLevels, in SoftVideoDecoderOMXComponent()
/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/
Dpreloaded-classes3752 android.media.MediaCodecInfo$CodecProfileLevel
Dboot-image-profile.txt13062 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZLandroid/…
13063 …CodecInfo$CodecCapabilities;-><init>([Landroid/media/MediaCodecInfo$CodecProfileLevel;[IZLjava/uti…
43938 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/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...

12