Home
last modified time | relevance | path

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

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