Searched refs:CodecProfileLevel (Results 1 - 22 of 22) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaCodecInfo.java162 public CodecProfileLevel[] profileLevels; // NOTE this array is modifiable by user
663 CodecProfileLevel pl = new CodecProfileLevel();
670 new CodecProfileLevel[] { pl }, new int[0], true /* encoder */,
679 CodecProfileLevel[] profLevs, int[] colFmts,
691 CodecProfileLevel[] profLevs, int[] colFmts, boolean encoder, int flags,
1735 CodecProfileLevel[] profileLevels = mParent.profileLevels;
1743 for (CodecProfileLevel profileLevel: profileLevels) {
1747 case CodecProfileLevel.AVCLevel1:
1749 case CodecProfileLevel
2421 public static final class CodecProfileLevel { class in class:MediaCodecInfo
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h28 struct CodecProfileLevel;
36 const CodecProfileLevel *profileLevels,
H A DSoftMPEG4Encoder.cpp51 static const CodecProfileLevel kMPEG4ProfileLevels[] = {
55 static const CodecProfileLevel kH263ProfileLevels[] = {
64 const CodecProfileLevel *profileLevels,
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h31 const CodecProfileLevel *profileLevels,
H A DSoftMPEG4.cpp33 static const CodecProfileLevel kM4VProfileLevels[] = {
41 static const CodecProfileLevel kH263ProfileLevels[] = {
56 const CodecProfileLevel *profileLevels,
/frameworks/av/media/libstagefright/include/
H A DSoftVideoDecoderOMXComponent.h37 const CodecProfileLevel *profileLevels,
108 const CodecProfileLevel *mProfileLevels;
H A DSoftVideoEncoderOMXComponent.h35 const CodecProfileLevel *profileLevels,
97 const CodecProfileLevel *mProfileLevels;
/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp84 Vector<CodecProfileLevel> &profileLevels =
90 CodecProfileLevel profileLevel = profileLevels.itemAt(i);
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h34 struct CodecProfileLevel;
277 const CodecProfileLevel& defaultProfileLevel,
278 CodecProfileLevel& profileLevel);
372 Vector<CodecProfileLevel> mProfileLevels;
/frameworks/av/include/media/
H A DIOMX.h261 struct CodecProfileLevel { struct in namespace:android
/frameworks/av/media/libmedia/
H A DMediaCodecInfo.cpp233 const CodecProfileLevel &src = caps.mProfileLevels.itemAt(i);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/
H A DSoftAVC.cpp31 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp47 const CodecProfileLevel *profileLevels,
H A DSoftVideoEncoderOMXComponent.cpp60 const CodecProfileLevel *profileLevels,
/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp56 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/codecs/hevcdec/
H A DSoftHEVC.cpp50 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/codecs/mpeg2dec/
H A DSoftMPEG2.cpp49 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/codecs/on2/enc/
H A DSoftVPXEncoder.cpp54 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp1062 const CodecProfileLevel& defaultProfileLevel,
1063 CodecProfileLevel &profileLevel) {
1133 CodecProfileLevel defaultProfileLevel, profileLevel;
1190 CodecProfileLevel defaultProfileLevel, profileLevel;
1227 CodecProfileLevel defaultProfileLevel, profileLevel;
4329 CodecProfileLevel profileLevel;
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp653 const CodecProfileLevel &profileLevel =
/frameworks/av/media/libstagefright/codecs/avcdec/
H A DSoftAVCDec.cpp51 static const CodecProfileLevel kProfileLevels[] = {
/frameworks/av/media/libstagefright/codecs/avcenc/
H A DSoftAVCEnc.cpp76 static const CodecProfileLevel kProfileLevels[] = {

Completed in 365 milliseconds