Searched refs:componentRole (Results 1 – 12 of 12) sorted by relevance
/frameworks/av/media/libstagefright/omx/tests/ |
D | OMXHarness.cpp | 302 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 …]
|
D | OMXHarness.h | 68 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/ |
D | SoftMPEG4.h | 29 const char *componentRole,
|
D | SoftMPEG4.cpp | 45 const char *componentRole, in SoftMPEG4() argument 53 name, componentRole, codingType, profileLevels, numProfileLevels, in SoftMPEG4()
|
/frameworks/av/media/libstagefright/codecs/on2/dec/ |
D | SoftVPX.h | 33 const char *componentRole,
|
D | SoftVPX.cpp | 41 const char *componentRole, in SoftVPX() argument 47 name, componentRole, codingType, in SoftVPX()
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/ |
D | SoftMPEG4Encoder.h | 32 const char *componentRole,
|
D | SoftMPEG4Encoder.cpp | 62 const char *componentRole, in SoftMPEG4Encoder() argument 71 name, componentRole, codingType, in SoftMPEG4Encoder()
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | SoftVideoEncoderOMXComponent.h | 34 const char *componentRole,
|
D | SoftVideoDecoderOMXComponent.h | 42 const char *componentRole,
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 59 const char *componentRole, in SoftVideoEncoderOMXComponent() argument 77 mComponentRole(componentRole), in SoftVideoEncoderOMXComponent()
|
D | SoftVideoDecoderOMXComponent.cpp | 45 const char *componentRole, in SoftVideoDecoderOMXComponent() argument 69 mComponentRole(componentRole), in SoftVideoDecoderOMXComponent()
|