Searched defs:componentRole (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp31 const char *componentRole,
37 name, componentRole, codingType,
29 SoftVPX( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp53 const char *componentRole,
61 name, componentRole, codingType, profileLevels, numProfileLevels,
51 SoftMPEG4( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp44 const char *componentRole,
64 mComponentRole(componentRole),
42 SoftVideoDecoderOMXComponent( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const CodecProfileLevel *profileLevels, size_t numProfileLevels, int32_t width, int32_t height, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp280 const char *componentName, const char *componentRole) {
296 err = setRole(node, componentRole);
446 static const char *GetMimeFromComponentRole(const char *componentRole) { argument
472 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
562 const char *componentName, const char *componentRole) {
564 !strncmp(componentRole, "audio_encoder.", 14)
565 || !strncmp(componentRole, "video_encoder.", 14);
574 const char *mime = GetMimeFromComponentRole(componentRole);
577 printf(" * Cannot perform seek test with this componentRole (%s)\n",
578 componentRole);
279 testStateTransitions( const char *componentName, const char *componentRole) argument
561 testSeek( const char *componentName, const char *componentRole) argument
744 test( const char *componentName, const char *componentRole) argument
775 const char *componentRole = (*role_it).string(); local
[all...]

Completed in 87 milliseconds