Home
last modified time | relevance | path

Searched refs:componentRole (Results 1 – 12 of 12) sorted by relevance

/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp302 const char *componentName, const char *componentRole) { in testStateTransitions() argument
322 err = setRole(componentRole); in testStateTransitions()
472 static const char *GetMimeFromComponentRole(const char *componentRole) { in GetMimeFromComponentRole() argument
498 if (!strcmp(componentRole, kRoleToMime[i].mRole)) { in GetMimeFromComponentRole()
588 const char *componentName, const char *componentRole) { in testSeek() argument
590 !strncmp(componentRole, "audio_encoder.", 14) in testSeek()
591 || !strncmp(componentRole, "video_encoder.", 14); in testSeek()
600 const char *mime = GetMimeFromComponentRole(componentRole); in testSeek()
604 componentRole); in testSeek()
614 mime, componentRole); in testSeek()
[all …]
DOMXHarness.h68 const char *componentName, const char *componentRole);
71 const char *componentName, const char *componentRole);
74 const char *componentName, const char *componentRole);
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/
DSoftMPEG4.h29 const char *componentRole,
DSoftMPEG4.cpp45 const char *componentRole, in SoftMPEG4() argument
53 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
/frameworks/av/media/libstagefright/codecs/on2/dec/
DSoftVPX.h33 const char *componentRole,
DSoftVPX.cpp41 const char *componentRole, in SoftVPX() argument
47 name, componentRole, codingType, in SoftVPX()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
DSoftMPEG4Encoder.h32 const char *componentRole,
DSoftMPEG4Encoder.cpp62 const char *componentRole, in SoftMPEG4Encoder() argument
71 name, componentRole, codingType, in SoftMPEG4Encoder()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DSoftVideoEncoderOMXComponent.h34 const char *componentRole,
DSoftVideoDecoderOMXComponent.h42 const char *componentRole,
/frameworks/av/media/libstagefright/omx/
DSoftVideoEncoderOMXComponent.cpp59 const char *componentRole, in SoftVideoEncoderOMXComponent() argument
77 mComponentRole(componentRole), in SoftVideoEncoderOMXComponent()
DSoftVideoDecoderOMXComponent.cpp45 const char *componentRole, in SoftVideoDecoderOMXComponent() argument
69 mComponentRole(componentRole), in SoftVideoDecoderOMXComponent()