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

/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.h68 const char *componentName, const char *componentRole);
71 const char *componentName, const char *componentRole);
74 const char *componentName, const char *componentRole);
H A DOMXHarness.cpp303 const char *componentName, const char *componentRole) {
325 err = setRole(componentRole);
475 static const char *GetMimeFromComponentRole(const char *componentRole) { argument
501 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
591 const char *componentName, const char *componentRole) {
593 !strncmp(componentRole, "audio_encoder.", 14)
594 || !strncmp(componentRole, "video_encoder.", 14);
603 const char *mime = GetMimeFromComponentRole(componentRole);
606 printf(" * Cannot perform seek test with this componentRole (%s)\n",
607 componentRole);
302 testStateTransitions( const char *componentName, const char *componentRole) argument
590 testSeek( const char *componentName, const char *componentRole) argument
772 test( const char *componentName, const char *componentRole) argument
803 const char *componentRole = (*role_it).string(); local
[all...]
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.h29 const char *componentRole,
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/on2/dec/
H A DSoftVPX.h31 const char *componentRole,
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/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.h33 const char *componentRole,
H A DSoftMPEG4Encoder.cpp63 const char *componentRole,
72 name, componentRole, codingType,
61 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/include/media/stagefright/
H A DSoftVideoEncoderOMXComponent.h33 const char *componentRole,
H A DSoftVideoDecoderOMXComponent.h36 const char *componentRole,
/frameworks/av/media/libstagefright/foundation/include/
H A DSoftVideoEncoderOMXComponent.h33 const char *componentRole,
H A DSoftVideoDecoderOMXComponent.h36 const char *componentRole,
/frameworks/av/media/libstagefright/include/
H A DSoftVideoEncoderOMXComponent.h33 const char *componentRole,
H A DSoftVideoDecoderOMXComponent.h36 const char *componentRole,
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoDecoderOMXComponent.cpp45 const char *componentRole,
68 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.cpp60 const char *componentRole,
78 mComponentRole(componentRole),
58 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

Completed in 1586 milliseconds