OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mProfileLevels
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
SoftVideoEncoderOMXComponent.h
98
const CodecProfileLevel *
mProfileLevels
;
SoftVideoDecoderOMXComponent.h
175
const CodecProfileLevel *
mProfileLevels
;
/frameworks/av/media/libmedia/include/media/
MediaCodecInfo.h
72
Vector<ProfileLevel>
mProfileLevels
;
/frameworks/wilhelm/src/android/
VideoCodec_to_android.cpp
41
Vector<MediaCodecInfo::ProfileLevel>
mProfileLevels
;
92
VideoDecoderCapabilities[m].
mProfileLevels
;
181
if (!(plIndex < VideoDecoderCapabilities[decoderIndex].
mProfileLevels
.size()))
189
mProfileLevels
.itemAt(plIndex).mProfile);
191
mProfileLevels
.itemAt(plIndex).mLevel);
Completed in 156 milliseconds