Searched refs:SimpleGoldfishOMXComponent (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | SimpleGoldfishOMXComponent.cpp | 28 SimpleGoldfishOMXComponent::SimpleGoldfishOMXComponent( in SimpleGoldfishOMXComponent() function in android::SimpleGoldfishOMXComponent 35 mHandler(new AHandlerReflector<SimpleGoldfishOMXComponent>(this)), in SimpleGoldfishOMXComponent() 48 void SimpleGoldfishOMXComponent::prepareForDestruction() { in prepareForDestruction() 57 OMX_ERRORTYPE SimpleGoldfishOMXComponent::sendCommand( in sendCommand() 69 bool SimpleGoldfishOMXComponent::isSetParameterAllowed( in isSetParameterAllowed() 120 OMX_ERRORTYPE SimpleGoldfishOMXComponent::getParameter( in getParameter() 126 OMX_ERRORTYPE SimpleGoldfishOMXComponent::setParameter( in setParameter() 135 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalGetParameter( in internalGetParameter() 166 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalSetParameter( in internalSetParameter() 208 OMX_ERRORTYPE SimpleGoldfishOMXComponent::internalSetConfig( in internalSetConfig() [all …]
|
D | GoldfishVideoDecoderOMXComponent.cpp | 54 : SimpleGoldfishOMXComponent(name, callbacks, appData, component), in GoldfishVideoDecoderOMXComponent() 406 return SimpleGoldfishOMXComponent::internalGetParameter(index, params); in internalGetParameter() 528 return SimpleGoldfishOMXComponent::internalSetParameter(index, params); in internalSetParameter() 532 return SimpleGoldfishOMXComponent::internalSetParameter(index, params); in internalSetParameter() 757 return SimpleGoldfishOMXComponent::getExtensionIndex(name, index); in getExtensionIndex()
|
D | Android.bp | 24 "SimpleGoldfishOMXComponent.cpp",
|
/device/generic/goldfish-opengl/system/codecs/omx/plugin/include/ |
D | SimpleGoldfishOMXComponent.h | 39 struct SimpleGoldfishOMXComponent : public GoldfishOMXComponent { struct 40 SimpleGoldfishOMXComponent( 104 sp<AHandlerReflector<SimpleGoldfishOMXComponent> > mHandler; argument 166 DISALLOW_EVIL_CONSTRUCTORS(SimpleGoldfishOMXComponent);
|
D | GoldfishVideoDecoderOMXComponent.h | 36 struct GoldfishVideoDecoderOMXComponent : public SimpleGoldfishOMXComponent {
|