Searched refs:mProfileLevels (Results 1 - 6 of 6) sorted by relevance

/frameworks/wilhelm/src/android/
H A DVideoCodec_to_android.cpp84 VideoDecoderCapabilities[m].editItemAt(0).mProfileLevels;
175 if (!(plIndex < VideoDecoderCapabilities[decoderIndex].itemAt(0).mProfileLevels.size()))
183 itemAt(0).mProfileLevels.itemAt(plIndex).mProfile);
185 itemAt(0).mProfileLevels.itemAt(plIndex).mLevel);
/frameworks/av/media/libstagefright/
H A DMediaCodecList.cpp537 for (size_t i = 0; i < caps.mProfileLevels.size(); ++i) {
538 const CodecProfileLevel &src = caps.mProfileLevels.itemAt(i);
H A DOMXCodec.cpp4595 caps->mProfileLevels.push(profileLevel);
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h365 Vector<CodecProfileLevel> mProfileLevels; member in struct:android::CodecCapabilities
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp640 if (results[i].mProfileLevels.size() == 0) {
645 for (size_t j = 0; j < results[i].mProfileLevels.size(); ++j) {
647 results[i].mProfileLevels[j];
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp703 if (results[i].mProfileLevels.size() == 0) {
721 for (size_t j = 0; j < results[i].mProfileLevels.size(); ++j) {
723 results[i].mProfileLevels[j];
739 for (size_t j = 0; j < results[i].mProfileLevels.size(); ++j) {
741 results[i].mProfileLevels[j];

Completed in 242 milliseconds