Home
last modified time | relevance | path

Searched refs:matchingCodecs (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightMetadataRetriever.cpp227 Vector<AString> matchingCodecs; in getImageInternal() local
232 &matchingCodecs); in getImageInternal()
234 for (size_t i = 0; i < matchingCodecs.size(); ++i) { in getImageInternal()
235 const AString &componentName = matchingCodecs[i]; in getImageInternal()
351 Vector<AString> matchingCodecs; in getFrameInternal() local
356 &matchingCodecs); in getFrameInternal()
358 for (size_t i = 0; i < matchingCodecs.size(); ++i) { in getFrameInternal()
359 const AString &componentName = matchingCodecs[i]; in getFrameInternal()
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMediaCodecList.h76 Vector<AString> *matchingCodecs);
84 Vector<AString> *matchingCodecs);
/aosp12/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp62 Vector<AString> matchingCodecs; in Create() local
64 mime, false /* encoder */, flags, &matchingCodecs); in Create()
99 for (size_t i = 0; i < matchingCodecs.size(); ++i) { in Create()
100 const AString &componentName = matchingCodecs[i]; in Create()
H A DMediaCodecSource.cpp531 Vector<AString> matchingCodecs; in initEncoder() local
535 &matchingCodecs); in initEncoder()
537 for (size_t ix = 0; ix < matchingCodecs.size(); ++ix) { in initEncoder()
539 mCodecLooper, matchingCodecs[ix]); in initEncoder()
H A DMediaCodec.cpp667 Vector<AString> matchingCodecs; in CreateByType() local
674 &matchingCodecs); in CreateByType()
679 for (size_t i = 0; i < matchingCodecs.size(); ++i) { in CreateByType()
681 AString componentName = matchingCodecs[i]; in CreateByType()