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

/frameworks/av/media/libstagefright/
H A DOMXCodec.cpp197 bool createEncoder, const char *matchComponentName,
223 if (matchComponentName && strcmp(componentName, matchComponentName)) {
292 const char *matchComponentName,
310 mime, createEncoder, matchComponentName, flags, &matchingCodecs);
314 "matchComponentName: %s, flags: 0x%x)",
315 mime, createEncoder ? "true" : "false", matchComponentName, flags);
4463 NULL /*matchComponentName*/,
195 findMatchingCodecs( const char *mime, bool createEncoder, const char *matchComponentName, uint32_t flags, Vector<CodecNameAndQuirks> *matchingCodecs) argument
288 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 487 milliseconds