OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchingCodecs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
OMXCodec.cpp
186
Vector<CodecNameAndQuirks> *
matchingCodecs
) {
187
matchingCodecs
->clear();
220
ssize_t index =
matchingCodecs
->add();
221
CodecNameAndQuirks *entry = &
matchingCodecs
->editItemAt(index);
231
matchingCodecs
->sort(CompareSoftwareCodecsFirst);
295
Vector<CodecNameAndQuirks>
matchingCodecs
;
297
mime, createEncoder, matchComponentName, flags, &
matchingCodecs
);
299
if (
matchingCodecs
.isEmpty()) {
309
for (size_t i = 0; i <
matchingCodecs
.size(); ++i) {
310
const char *componentNameBase =
matchingCodecs
[i].mName.string()
[
all
...]
ACodec.cpp
[
all
...]
Completed in 30 milliseconds