Home
last modified time | relevance | path

Searched refs:nVersion (Results 1 – 21 of 21) sorted by relevance

/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_IVCommon.h163 OMX_VERSIONTYPE nVersion; /**< OMX specification version info */ member
177 OMX_VERSIONTYPE nVersion; /**< OMX specification version info */ member
216 OMX_VERSIONTYPE nVersion; member
237 OMX_VERSIONTYPE nVersion; member
257 OMX_VERSIONTYPE nVersion; member
303 OMX_VERSIONTYPE nVersion; member
322 OMX_VERSIONTYPE nVersion; member
340 OMX_VERSIONTYPE nVersion; member
377 OMX_VERSIONTYPE nVersion; member
395 OMX_VERSIONTYPE nVersion; member
[all …]
DOMX_Audio.h138 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
178 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
223 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
293 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
316 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
369 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
402 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
428 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
447 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
472 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
[all …]
DOMX_Video.h174 OMX_VERSIONTYPE nVersion; member
198 OMX_VERSIONTYPE nVersion; member
221 OMX_VERSIONTYPE nVersion; member
257 OMX_VERSIONTYPE nVersion; member
294 OMX_VERSIONTYPE nVersion; member
334 OMX_VERSIONTYPE nVersion; member
361 OMX_VERSIONTYPE nVersion; member
388 OMX_VERSIONTYPE nVersion; member
512 OMX_VERSIONTYPE nVersion; member
572 OMX_VERSIONTYPE nVersion; member
[all …]
DOMX_Other.h103 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
131 OMX_VERSIONTYPE nVersion; /**< OMX specification version member
194 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
235 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
262 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
291 OMX_VERSIONTYPE nVersion; /**< OMX specification version member
307 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
315 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
324 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
343 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
DOMX_Component.h80 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
108 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
125 OMX_VERSIONTYPE nVersion; member
141 OMX_VERSIONTYPE nVersion; member
147 OMX_VERSIONTYPE nVersion; member
157 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
166 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
173 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
248 OMX_VERSIONTYPE nVersion; member
258 OMX_VERSIONTYPE nVersion; member
[all …]
DOMX_Image.h159 OMX_VERSIONTYPE nVersion; member
197 OMX_VERSIONTYPE nVersion; member
231 OMX_VERSIONTYPE nVersion; member
256 OMX_VERSIONTYPE nVersion; member
294 OMX_VERSIONTYPE nVersion; member
332 OMX_VERSIONTYPE nVersion; member
DOMX_Core.h292 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
303 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
418 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
480 OMX_VERSIONTYPE nVersion; member
490 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
634 OMX_VERSIONTYPE nVersion; /**< OMX specification version information */ member
DOMX_Types.h355 OMX_U32 nVersion; /**< 32 bit value to make accessing the member
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp29 param.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; \
30 param.nVersion.s.nVersionMinor = SPECVERSIONMINOR; \
31 param.nVersion.s.nRevision = SPECREVISION; \
32 param.nVersion.s.nStep = SPECSTEP;
187 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
188 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
189 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
190 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp175 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
176 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
177 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
178 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp180 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
181 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
182 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
183 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp188 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
189 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
190 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
191 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp183 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
184 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
185 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
186 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp185 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
186 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
187 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
188 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp249 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
250 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
251 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
252 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp264 iOmxComponent.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; in ConstructComponent()
265 iOmxComponent.nVersion.s.nVersionMinor = SPECVERSIONMINOR; in ConstructComponent()
266 iOmxComponent.nVersion.s.nRevision = SPECREVISION; in ConstructComponent()
267 iOmxComponent.nVersion.s.nStep = SPECSTEP; in ConstructComponent()
/external/opencore/nodes/pvomxaudiodecnode/src/
Dpvmf_omx_audiodec_node.cpp43 param.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; \
44 param.nVersion.s.nVersionMinor = SPECVERSIONMINOR; \
45 param.nVersion.s.nRevision = SPECREVISION; \
46 param.nVersion.s.nStep = SPECSTEP;
/external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
DSDL_wingl.c194 GL_pfd.nVersion = 1; in WIN_GL_SetupWindow()
/external/opencore/nodes/pvomxvideodecnode/src/
Dpvmf_omx_videodec_node.cpp42 param.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; \
43 param.nVersion.s.nVersionMinor = SPECVERSIONMINOR; \
44 param.nVersion.s.nRevision = SPECREVISION; \
45 param.nVersion.s.nStep = SPECSTEP;
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp37 param.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; \
38 param.nVersion.s.nVersionMinor = SPECVERSIONMINOR; \
39 param.nVersion.s.nRevision = SPECREVISION; \
40 param.nVersion.s.nStep = SPECSTEP;
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp38 param.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; \
39 param.nVersion.s.nVersionMinor = SPECVERSIONMINOR; \
40 param.nVersion.s.nRevision = SPECREVISION; \
41 param.nVersion.s.nStep = SPECSTEP;