Home
last modified time | relevance | path

Searched refs:GoldfishOMXComponent (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp27 GoldfishOMXComponent::GoldfishOMXComponent( in GoldfishOMXComponent() function in android::GoldfishOMXComponent
66 GoldfishOMXComponent::~GoldfishOMXComponent() { in ~GoldfishOMXComponent()
71 void GoldfishOMXComponent::setLibHandle(void *libHandle) { in setLibHandle()
76 void *GoldfishOMXComponent::libHandle() const { in libHandle()
80 OMX_ERRORTYPE GoldfishOMXComponent::initCheck() { in initCheck()
85 GoldfishOMXComponent::prepareForDestruction() { in prepareForDestruction()
88 const char *GoldfishOMXComponent::name() const { in name()
92 void GoldfishOMXComponent::notify( in notify()
104 void GoldfishOMXComponent::notifyEmptyBufferDone(OMX_BUFFERHEADERTYPE *header) { in notifyEmptyBufferDone()
109 void GoldfishOMXComponent::notifyFillBufferDone(OMX_BUFFERHEADERTYPE *header) { in notifyFillBufferDone()
[all …]
DGoldfishOMXComponent.h29 struct GoldfishOMXComponent : public RefBase { struct
30 GoldfishOMXComponent(
44 virtual ~GoldfishOMXComponent();
168 DISALLOW_EVIL_CONSTRUCTORS(GoldfishOMXComponent);
DGoldfishOMXPlugin.cpp135 typedef GoldfishOMXComponent *(*CreateGoldfishOMXComponentFunc)( in makeComponentInstance()
153 sp<GoldfishOMXComponent> codec = in makeComponentInstance()
182 GoldfishOMXComponent *me = in destroyComponentInstance()
183 (GoldfishOMXComponent *) in destroyComponentInstance()
DAndroid.mk19 GoldfishOMXComponent.cpp \
DSimpleGoldfishOMXComponent.h39 struct SimpleGoldfishOMXComponent : public GoldfishOMXComponent {
DSimpleGoldfishOMXComponent.cpp33 : GoldfishOMXComponent(name, callbacks, appData, component), in SimpleGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.cpp499 android::GoldfishOMXComponent *createGoldfishOMXComponent( in createGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.cpp632 android::GoldfishOMXComponent *createGoldfishOMXComponent( in createGoldfishOMXComponent()