Searched defs:ExtractorPlugin (Results 1 – 1 of 1) sorted by relevance
105 struct ExtractorPlugin : public RefBase { struct106 MediaExtractor::ExtractorDef def;107 void *libHandle;108 String8 libPath;109 String8 uuidString;111 ExtractorPlugin(MediaExtractor::ExtractorDef definition, void *handle, String8 &path) in ExtractorPlugin() argument117 ~ExtractorPlugin() { in ~ExtractorPlugin()