OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchingcodecs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
OMXCodec.cpp
199
Vector<CodecNameAndQuirks> *
matchingCodecs
) {
200
matchingCodecs
->clear();
235
ssize_t index =
matchingCodecs
->add();
236
CodecNameAndQuirks *entry = &
matchingCodecs
->editItemAt(index);
246
matchingCodecs
->sort(CompareSoftwareCodecsFirst);
308
Vector<CodecNameAndQuirks>
matchingCodecs
;
310
mime, createEncoder, matchComponentName, flags, &
matchingCodecs
);
312
if (
matchingCodecs
.isEmpty()) {
322
for (size_t i = 0; i <
matchingCodecs
.size(); ++i) {
323
const char *componentNameBase =
matchingCodecs
[i].mName.string()
[
all
...]
ACodec.cpp
[
all
...]
Completed in 64 milliseconds