Home
last modified time | relevance | path

Searched refs:roles (Results 1 – 9 of 9) sorted by relevance

/frameworks/av/media/libstagefright/omx/
DSoftOMXPlugin.cpp194 Vector<String8> *roles) { in getRolesOfComponent() argument
200 roles->clear(); in getRolesOfComponent()
201 roles->push(String8(kComponents[i].mRole)); in getRolesOfComponent()
DOMXMaster.cpp209 Vector<String8> *roles) { in getRolesOfComponent() argument
212 roles->clear(); in getRolesOfComponent()
221 return plugin->getRolesOfComponent(name, roles); in getRolesOfComponent()
/frameworks/av/media/libstagefright/omx/1.0/
DOmx.cpp64 ::android::Vector<::android::String8> roles; in listNodes()
66 mMaster->getRolesOfComponent(componentName, &roles); in listNodes()
68 for (OMX_U32 i = 0; i < roles.size(); ++i) { in listNodes()
69 info.mRoles.push_back(roles[i]); in listNodes()
/frameworks/av/media/libstagefright/
DOmxInfoBuilder.cpp102 hidl_vec<IOmxStore::RoleInfo> roles; in buildMediaCodecList() local
104 [&roles] ( in buildMediaCodecList()
106 roles = inRoleList; in buildMediaCodecList()
145 for (const IOmxStore::RoleInfo& role : roles) { in buildMediaCodecList()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftOMXPlugin.h45 Vector<String8> *roles);
DOMXMaster.h50 Vector<String8> *roles);
/frameworks/native/headers/media_plugin/media/hardware/
DOMXPluginBase.h50 Vector<String8> *roles) = 0;
/frameworks/base/tests/AccessoryDisplay/
DREADME6 There are two applications with two distinct roles: a sink
/frameworks/native/headers/media_plugin/media/openmax/
DOMX_Core.h1480 OMX_OUT OMX_U8 **roles);