Searched refs:roles (Results 1 - 10 of 10) sorted by relevance

/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftOMXPlugin.h45 Vector<String8> *roles);
H A DOMXMaster.h50 Vector<String8> *roles);
/frameworks/native/headers/media_plugin/media/hardware/
H A DOMXPluginBase.h50 Vector<String8> *roles) = 0;
/frameworks/native/include/media/hardware/
H A DOMXPluginBase.h50 Vector<String8> *roles) = 0;
/frameworks/av/media/libstagefright/omx/
H A DSoftOMXPlugin.cpp194 Vector<String8> *roles) {
200 roles->clear();
201 roles->push(String8(kComponents[i].mRole));
192 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
H A DOMXMaster.cpp209 Vector<String8> *roles) {
212 roles->clear();
221 return plugin->getRolesOfComponent(name, roles);
207 getRolesOfComponent( const char *name, Vector<String8> *roles) argument
/frameworks/av/media/libstagefright/
H A DOmxInfoBuilder.cpp102 hidl_vec<IOmxStore::RoleInfo> roles; local
104 [&roles] (
106 roles = inRoleList;
109 ALOGE("Fail to obtain codec roles from IOmxStore.");
134 // Convert roles to lists of codecs
145 for (const IOmxStore::RoleInfo& role : roles) {
/frameworks/av/media/libstagefright/omx/1.0/
H A DOmx.cpp64 ::android::Vector<::android::String8> roles; local
66 mMaster->getRolesOfComponent(componentName, &roles);
68 for (OMX_U32 i = 0; i < roles.size(); ++i) {
69 info.mRoles.push_back(roles[i]);
/frameworks/native/headers/media_plugin/media/openmax/
H A DOMX_Core.h1452 /** The OMX_GetRolesOfComponent method will return the number of roles supported by the given
1453 component and (if the roles field is non-NULL) the names of those roles. The call will fail if
1456 * first call this function with the roles field NULL to determine the number of role names
1457 * second call this function with the roles field pointing to an array of names allocated
1467 If roles is NULL, the input is ignored and the output specifies how many roles the component supports.
1470 on output, it specifies the number of roles string names listed within the roles parameter.
1471 @param [out] roles
[all...]
/frameworks/native/include/media/openmax/
H A DOMX_Core.h1452 /** The OMX_GetRolesOfComponent method will return the number of roles supported by the given
1453 component and (if the roles field is non-NULL) the names of those roles. The call will fail if
1456 * first call this function with the roles field NULL to determine the number of role names
1457 * second call this function with the roles field pointing to an array of names allocated
1467 If roles is NULL, the input is ignored and the output specifies how many roles the component supports.
1470 on output, it specifies the number of roles string names listed within the roles parameter.
1471 @param [out] roles
[all...]

Completed in 158 milliseconds