Searched refs:componentRole (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h67 const char *componentName, const char *componentRole);
70 const char *componentName, const char *componentRole);
73 const char *componentName, const char *componentRole);
H A DOMXHarness.cpp277 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 141 milliseconds