/external/opencore/extern_libs_v2/khronos/openmax/include/ |
D | OMX_IVCommon.h | 163 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 …]
|
D | OMX_Audio.h | 138 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 …]
|
D | OMX_Video.h | 174 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 …]
|
D | OMX_Other.h | 103 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
|
D | OMX_Component.h | 80 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 …]
|
D | OMX_Image.h | 159 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
|
D | OMX_Core.h | 292 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
|
D | OMX_Types.h | 355 OMX_U32 nVersion; /**< 32 bit value to make accessing the member
|
/external/opencore/codecs_v2/omx/omx_h264enc/src/ |
D | omx_avcenc_component.cpp | 29 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/ |
D | omx_amrenc_component.cpp | 175 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/ |
D | omx_mp3_component.cpp | 180 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/ |
D | omx_aac_component.cpp | 188 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/ |
D | omx_amr_component.cpp | 183 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/ |
D | omx_avc_component.cpp | 185 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/ |
D | omx_mpeg4enc_component.cpp | 249 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/ |
D | omx_mpeg4_component.cpp | 264 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/ |
D | pvmf_omx_audiodec_node.cpp | 43 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/ |
D | SDL_wingl.c | 194 GL_pfd.nVersion = 1; in WIN_GL_SetupWindow()
|
/external/opencore/nodes/pvomxvideodecnode/src/ |
D | pvmf_omx_videodec_node.cpp | 42 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/ |
D | pvmf_omx_basedec_node.cpp | 37 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/ |
D | pvmf_omx_enc_node.cpp | 38 param.nVersion.s.nVersionMajor = SPECVERSIONMAJOR; \ 39 param.nVersion.s.nVersionMinor = SPECVERSIONMINOR; \ 40 param.nVersion.s.nRevision = SPECREVISION; \ 41 param.nVersion.s.nStep = SPECSTEP;
|