OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mProfileLevels
(Results
1 - 8
of
8
) sorted by null
/frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp
85
VideoDecoderCapabilities[m].editItemAt(0).
mProfileLevels
;
176
if (!(plIndex < VideoDecoderCapabilities[decoderIndex].itemAt(0).
mProfileLevels
.size()))
184
itemAt(0).
mProfileLevels
.itemAt(plIndex).mProfile);
186
itemAt(0).
mProfileLevels
.itemAt(plIndex).mLevel);
/frameworks/av/media/libstagefright/include/
SoftVideoDecoderOMXComponent.h
85
const CodecProfileLevel *
mProfileLevels
;
/frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp
60
mProfileLevels
(profileLevels),
188
profileLevel->eProfile =
mProfileLevels
[index].mProfile;
189
profileLevel->eLevel =
mProfileLevels
[index].mLevel;
/frameworks/av/media/libstagefright/
MediaCodecList.cpp
538
for (size_t i = 0; i < caps.
mProfileLevels
.size(); ++i) {
539
const CodecProfileLevel &src = caps.
mProfileLevels
.itemAt(i);
OMXCodec.cpp
[
all
...]
/frameworks/av/include/media/stagefright/
OMXCodec.h
369
Vector<CodecProfileLevel>
mProfileLevels
;
/frameworks/av/cmds/stagefright/
stagefright.cpp
639
if (results[i].
mProfileLevels
.size() == 0) {
644
for (size_t j = 0; j < results[i].
mProfileLevels
.size(); ++j) {
646
results[i].
mProfileLevels
[j];
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
703
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];
[
all
...]
Completed in 171 milliseconds