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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp54 const char *componentRole,
62 name, componentRole, codingType, profileLevels, numProfileLevels,
52 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/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp65 const char *componentRole,
74 name, componentRole, codingType,
63 SoftMPEG4Encoder( const char *name, const char *componentRole, OMX_VIDEO_CODINGTYPE codingType, const char *mime, const CodecProfileLevel *profileLevels, size_t numProfileLevels, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
/frameworks/av/media/libstagefright/codecs/on2/dec/
H A DSoftVPX.cpp38 const char *componentRole,
44 name, componentRole, codingType,
36 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/omx/
H A DSoftVideoDecoderOMXComponent.cpp45 const char *componentRole,
67 mComponentRole(componentRole),
43 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
H A DSoftVideoEncoderOMXComponent.cpp57 const char *componentRole,
75 mComponentRole(componentRole),
55 SoftVideoEncoderOMXComponent( 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.cpp259 const char *componentName, const char *componentRole) {
275 err = setRole(node, componentRole);
425 static const char *GetMimeFromComponentRole(const char *componentRole) { argument
451 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
541 const char *componentName, const char *componentRole) {
543 !strncmp(componentRole, "audio_encoder.", 14)
544 || !strncmp(componentRole, "video_encoder.", 14);
553 const char *mime = GetMimeFromComponentRole(componentRole);
556 printf(" * Cannot perform seek test with this componentRole (%s)\n",
557 componentRole);
258 testStateTransitions( const char *componentName, const char *componentRole) argument
540 testSeek( const char *componentName, const char *componentRole) argument
722 test( const char *componentName, const char *componentRole) argument
753 const char *componentRole = (*role_it).string(); local
[all...]

Completed in 118 milliseconds