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

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
H A DSoftMPEG4.cpp46 const char *componentRole,
54 name, componentRole, codingType, profileLevels, numProfileLevels,
44 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.cpp62 const char *componentRole,
71 name, componentRole, codingType,
60 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.cpp40 const char *componentRole,
46 name, componentRole, codingType,
38 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,
69 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.cpp59 const char *componentRole,
77 mComponentRole(componentRole),
57 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.cpp291 const char *componentName, const char *componentRole) {
311 err = setRole(componentRole);
461 static const char *GetMimeFromComponentRole(const char *componentRole) { argument
487 if (!strcmp(componentRole, kRoleToMime[i].mRole)) {
577 const char *componentName, const char *componentRole) {
579 !strncmp(componentRole, "audio_encoder.", 14)
580 || !strncmp(componentRole, "video_encoder.", 14);
589 const char *mime = GetMimeFromComponentRole(componentRole);
592 printf(" * Cannot perform seek test with this componentRole (%s)\n",
593 componentRole);
290 testStateTransitions( const char *componentName, const char *componentRole) argument
576 testSeek( const char *componentName, const char *componentRole) argument
758 test( const char *componentName, const char *componentRole) argument
789 const char *componentRole = (*role_it).string(); local
[all...]

Completed in 366 milliseconds