Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.h33 OMX_PTR appData,
50 OMX_U32 data1, OMX_U32 data2, OMX_PTR data);
56 OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data);
59 OMX_INDEXTYPE index, OMX_PTR params);
62 OMX_INDEXTYPE index, const OMX_PTR params);
65 OMX_INDEXTYPE index, OMX_PTR params);
68 OMX_INDEXTYPE index, const OMX_PTR params);
76 OMX_PTR appPrivate,
83 OMX_PTR appPrivate,
109 OMX_PTR data);
[all …]
DSimpleGoldfishOMXComponent.h43 OMX_PTR appData,
77 OMX_INDEXTYPE index, OMX_PTR params);
80 OMX_INDEXTYPE index, const OMX_PTR params);
83 OMX_INDEXTYPE index, const OMX_PTR params, bool *frameConfig);
113 OMX_INDEXTYPE index, const OMX_PTR params) const;
116 OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data);
119 OMX_INDEXTYPE index, OMX_PTR params);
122 OMX_INDEXTYPE index, const OMX_PTR params);
125 OMX_INDEXTYPE index, const OMX_PTR params);
130 OMX_PTR appPrivate,
[all …]
DGoldfishOMXComponent.cpp30 OMX_PTR appData, in GoldfishOMXComponent()
94 OMX_U32 data1, OMX_U32 data2, OMX_PTR data) { in notify()
119 OMX_PTR data) { in SendCommandWrapper()
131 OMX_PTR params) { in GetParameterWrapper()
143 OMX_PTR params) { in SetParameterWrapper()
155 OMX_PTR params) { in GetConfigWrapper()
167 OMX_PTR params) { in SetConfigWrapper()
192 OMX_PTR appPrivate, in UseBufferWrapper()
207 OMX_PTR appPrivate, in AllocateBufferWrapper()
264 OMX_COMMANDTYPE /* cmd */, OMX_U32 /* param */, OMX_PTR /* data */) { in sendCommand() argument
[all …]
DGoldfishVideoDecoderOMXComponent.h46 OMX_PTR appData,
69 OMX_INDEXTYPE index, OMX_PTR params);
72 OMX_INDEXTYPE index, const OMX_PTR params);
75 OMX_INDEXTYPE index, OMX_PTR params);
78 OMX_INDEXTYPE index, const OMX_PTR params, bool *frameConfig);
DSimpleGoldfishOMXComponent.cpp31 OMX_PTR appData, in SimpleGoldfishOMXComponent()
58 OMX_COMMANDTYPE cmd, OMX_U32 param, OMX_PTR data) { in sendCommand()
70 OMX_INDEXTYPE index, const OMX_PTR params) const { in isSetParameterAllowed()
121 OMX_INDEXTYPE index, OMX_PTR params) { in getParameter()
127 OMX_INDEXTYPE index, const OMX_PTR params) { in setParameter()
136 OMX_INDEXTYPE index, OMX_PTR params) { in internalGetParameter()
167 OMX_INDEXTYPE index, const OMX_PTR params) { in internalSetParameter()
209 OMX_INDEXTYPE index __unused, const OMX_PTR params __unused, bool *frameConfig __unused) { in internalSetConfig()
214 OMX_INDEXTYPE index, const OMX_PTR params) { in setConfig()
226 OMX_PTR appPrivate, in useBuffer()
[all …]
DGoldfishOMXPlugin.h32 OMX_PTR appData,
DGoldfishOMXPlugin.cpp109 OMX_PTR appData, in makeComponentInstance()
137 OMX_PTR, OMX_COMPONENTTYPE **); in makeComponentInstance()
DGoldfishVideoDecoderOMXComponent.cpp52 OMX_PTR appData, in GoldfishVideoDecoderOMXComponent()
348 OMX_INDEXTYPE index, OMX_PTR params) { in internalGetParameter()
411 OMX_INDEXTYPE index, const OMX_PTR params) { in internalSetParameter()
537 OMX_INDEXTYPE index, OMX_PTR params) { in getConfig()
638 OMX_INDEXTYPE index, const OMX_PTR params, bool *frameConfig){ in internalSetConfig()
/device/generic/goldfish-opengl/system/codecs/omx/vpxdec/
DGoldfishVPX.h45 OMX_PTR appData,
59 OMX_PTR params);
62 const OMX_PTR params);
DGoldfishVPX.cpp60 OMX_PTR appData, in GoldfishVPX()
402 OMX_PTR params) { in internalGetParameter()
421 const OMX_PTR params) { in internalSetParameter()
501 OMX_PTR appData, OMX_COMPONENTTYPE **component) { in createGoldfishOMXComponent()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DGoldfishAVCDec.h58 OMX_PTR appData, OMX_COMPONENTTYPE **component, RenderMode renderMode);
68 virtual OMX_ERRORTYPE internalGetParameter(OMX_INDEXTYPE index, OMX_PTR params);
70 virtual OMX_ERRORTYPE internalSetParameter(OMX_INDEXTYPE index, const OMX_PTR params);
DGoldfishAVCDec.cpp76 OMX_PTR appData, in GoldfishAVCDec()
544 OMX_INDEXTYPE index, OMX_PTR params) { in internalGetParameter()
561 OMX_INDEXTYPE index, const OMX_PTR params) { in internalSetParameter()
633 const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, in createGoldfishOMXComponent()