/third_party/openmax/api/1.1.2/ |
D | OMX_IVCommon.h | 145 OMX_U32 nSize; /**< Size of the structure in bytes */ member 159 OMX_U32 nSize; /**< Size of the structure in bytes */ member 198 OMX_U32 nSize; member 219 OMX_U32 nSize; member 239 OMX_U32 nSize; member 285 OMX_U32 nSize; member 304 OMX_U32 nSize; member 322 OMX_U32 nSize; member 359 OMX_U32 nSize; member 377 OMX_U32 nSize; member [all …]
|
D | OMX_Audio.h | 120 OMX_U32 nSize; /**< size of the structure in bytes */ member 160 OMX_U32 nSize; /**< Size of this structure, in Bytes */ member 205 OMX_U32 nSize; /**< size of the structure in bytes */ member 275 OMX_U32 nSize; /**< Size of this structure, in Bytes */ member 298 OMX_U32 nSize; /**< size of the structure in bytes */ member 351 OMX_U32 nSize; /**< size of the structure in bytes */ member 384 OMX_U32 nSize; /**< Size of this structure, in Bytes */ member 410 OMX_U32 nSize; /**< size of the structure in bytes */ member 429 OMX_U32 nSize; /**< size of the structure in bytes */ member 454 OMX_U32 nSize; /**< size of the structure in bytes */ member [all …]
|
D | OMX_Video.h | 156 OMX_U32 nSize; member 180 OMX_U32 nSize; member 203 OMX_U32 nSize; member 239 OMX_U32 nSize; member 276 OMX_U32 nSize; member 316 OMX_U32 nSize; member 343 OMX_U32 nSize; member 370 OMX_U32 nSize; member 494 OMX_U32 nSize; member 554 OMX_U32 nSize; member [all …]
|
D | OMX_Other.h | 85 OMX_U32 nSize; /**< size of the structure in bytes */ member 113 OMX_U32 nSize; /**< size of the structure in bytes */ member 176 OMX_U32 nSize; /**< size of the structure in bytes */ member 217 OMX_U32 nSize; /**< size of the structure in bytes */ member 244 OMX_U32 nSize; /**< size of the structure in bytes */ member 273 OMX_U32 nSize; /**< size of the structure in bytes */ member 289 OMX_U32 nSize; /**< size of the structure in bytes */ member 297 OMX_U32 nSize; /**< size of the structure in bytes */ member 306 OMX_U32 nSize; /**< size of the structure in bytes */ member 325 OMX_U32 nSize; /**< size of the structure in bytes */ member
|
D | OMX_Component.h | 62 OMX_U32 nSize; /**< Size of the structure in bytes */ member 90 OMX_U32 nSize; /**< Size of this structure, in Bytes */ member 107 OMX_U32 nSize; member 123 OMX_U32 nSize; member 129 OMX_U32 nSize; member 138 OMX_U32 nSize; /**< size of the structure in bytes, including member 148 OMX_U32 nSize; /**< size of the structure in bytes */ member 155 OMX_U32 nSize; /**< size of the structure in bytes */ member 230 OMX_U32 nSize; member 240 OMX_U32 nSize; member [all …]
|
D | OMX_Image.h | 141 OMX_U32 nSize; member 179 OMX_U32 nSize; member 213 OMX_U32 nSize; member 238 OMX_U32 nSize; member 276 OMX_U32 nSize; member 314 OMX_U32 nSize; member
|
D | OMX_VideoExt.h | 55 OMX_U32 nSize; member 86 OMX_U32 nSize; member 97 OMX_U32 nSize; member 110 OMX_U32 nSize; member
|
D | OMX_ContentPipe.h | 157 CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); 171 … CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy); 178 CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize); 183 CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);
|
D | OMX_Core.h | 274 OMX_U32 nSize; /**< size of the structure in bytes */ member 285 OMX_U32 nSize; /**< size of the structure in bytes */ member 400 OMX_U32 nSize; /**< size of the structure in bytes */ member 462 OMX_U32 nSize; member 472 OMX_U32 nSize; /**< size of the structure in bytes */ member 616 OMX_U32 nSize; /**< size of the structure in bytes */ member
|
D | OMX_ComponentExt.h | 45 OMX_U32 nSize; member 52 OMX_U32 nSize; member
|
D | OMX_CoreExt.h | 61 OMX_U32 nSize; /**< size of the structure in bytes */ member
|
/third_party/skia/tests/ |
D | AnnotationTest.cpp | 29 size_t nSize = strlen(needle); in ContainsString() local 30 for (size_t i = 0; i < dataSize - nSize; i++) { in ContainsString() 31 if (strncmp(&data[i], needle, nSize) == 0) { in ContainsString()
|
/third_party/flutter/skia/tests/ |
D | AnnotationTest.cpp | 29 size_t nSize = strlen(needle); in ContainsString() local 30 for (size_t i = 0; i < dataSize - nSize; i++) { in ContainsString() 31 if (strncmp(&data[i], needle, nSize) == 0) { in ContainsString()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 109 DWORD nSize, 186 DWORD nSize,
|
D | StackWalker.cpp | 186 DWORD nSize, 635 DWORD nSize); in GetModuleListPSAPI() 638 DWORD nSize); in GetModuleListPSAPI() 640 typedef BOOL(__stdcall * tGMI)(HANDLE hProcess, HMODULE hModule, LPMODULEINFO pmi, DWORD nSize); in GetModuleListPSAPI() 1335 DWORD nSize, in myReadProcMem() argument 1341 BOOL bRet = ReadProcessMemory(hProcess, (LPVOID)qwBaseAddress, lpBuffer, nSize, &st); in myReadProcMem() 1348 return s_readMemoryFunction(hProcess, qwBaseAddress, lpBuffer, nSize, lpNumberOfBytesRead, in myReadProcMem()
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 109 DWORD nSize, 186 DWORD nSize,
|
D | StackWalker.cpp | 186 DWORD nSize, 635 DWORD nSize); in GetModuleListPSAPI() 638 DWORD nSize); in GetModuleListPSAPI() 640 typedef BOOL(__stdcall * tGMI)(HANDLE hProcess, HMODULE hModule, LPMODULEINFO pmi, DWORD nSize); in GetModuleListPSAPI() 1335 DWORD nSize, in myReadProcMem() argument 1341 BOOL bRet = ReadProcessMemory(hProcess, (LPVOID)qwBaseAddress, lpBuffer, nSize, &st); in myReadProcMem() 1348 return s_readMemoryFunction(hProcess, qwBaseAddress, lpBuffer, nSize, lpNumberOfBytesRead, in myReadProcMem()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | wgl_utils.cpp | 22 pixelFormatDescriptor.nSize = sizeof(pixelFormatDescriptor); in GetDefaultPixelFormatDescriptor()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/ |
D | wgl_utils.cpp | 22 pixelFormatDescriptor.nSize = sizeof(pixelFormatDescriptor); in GetDefaultPixelFormatDescriptor()
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264d.c | 90 avctype.nSize = sizeof (OMX_VIDEO_PARAM_AVCTYPE); in instantiate_h264d_input_port()
|
D | h264e.c | 140 avctype.nSize = sizeof (OMX_VIDEO_PARAM_AVCTYPE); in instantiate_h264e_output_port()
|
/third_party/flutter/skia/third_party/externals/angle2/util/windows/ |
D | WGLWindow.cpp | 23 pixelFormatDescriptor.nSize = sizeof(pixelFormatDescriptor); in GetDefaultPixelFormatDescriptor()
|
/third_party/cef/tests/cefclient/browser/ |
D | osr_render_handler_win_gl.cc | 162 pfd.nSize = sizeof(pfd); in EnableGL()
|
/third_party/openGLES/xml/ |
D | wgltypes.txt | 18 WORD nSize; 65 WORD nSize;
|
/third_party/skia/third_party/externals/opengl-registry/xml/ |
D | wgltypes.txt | 18 WORD nSize; 65 WORD nSize;
|