Searched defs:matchComponentName (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp184 bool createEncoder, const char *matchComponentName,
208 if (matchComponentName && strcmp(componentName, matchComponentName)) {
279 const char *matchComponentName,
297 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
301 "matchComponentName: %s, flags: 0x%x)",
302 mime, createEncoder ? "true" : "false", matchComponentName, flags);
4538 NULL /*matchComponentName*/,
182 findMatchingCodecs( const char *mime, bool createEncoder, const char *matchComponentName, uint32_t flags, Vector<CodecNameAndQuirks> *matchingCodecs) argument
275 Create( const sp<IOMX> &omx, const sp<MetaData> &meta, bool createEncoder, const sp<MediaSource> &source, const char *matchComponentName, uint32_t flags, const sp<ANativeWindow> &nativeWindow) argument

Completed in 59 milliseconds