OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGlobalSettings
(Results
1 - 4
of
4
) sorted by null
/frameworks/av/media/libstagefright/
MediaCodecListWriter.cpp
29
mGlobalSettings
.emplace_back(key, value);
52
for (const std::pair<std::string, std::string> &kv :
mGlobalSettings
) {
MediaCodecList.cpp
204
mGlobalSettings
= new AMessage();
217
writer.writeGlobalSettings(
mGlobalSettings
);
312
return
mGlobalSettings
;
/frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecListWriter.h
64
std::vector<std::pair<std::string, std::string>>
mGlobalSettings
;
MediaCodecList.h
92
sp<AMessage>
mGlobalSettings
;
Completed in 3141 milliseconds