Searched defs:componentRole (Results 1 - 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/omx/tests/ |
H A D | OMXHarness.cpp | 277 const char *componentName, const char *componentRole) { 293 err = setRole(node, componentRole); 443 static const char *GetMimeFromComponentRole(const char *componentRole) { argument 467 if (!strcmp(componentRole, kRoleToMime[i].mRole)) { 556 const char *componentName, const char *componentRole) { 558 !strncmp(componentRole, "audio_encoder.", 14) 559 || !strncmp(componentRole, "video_encoder.", 14); 568 const char *mime = GetMimeFromComponentRole(componentRole); 571 printf(" * Cannot perform seek test with this componentRole (%s)\n", 572 componentRole); 276 testStateTransitions( const char *componentName, const char *componentRole) argument 555 testSeek( const char *componentName, const char *componentRole) argument 738 test( const char *componentName, const char *componentRole) argument 769 const char *componentRole = (*role_it).string(); local [all...] |
Completed in 104 milliseconds