Home
last modified time | relevance | path

Searched refs:nSize (Results 1 – 25 of 44) sorted by relevance

12

/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h145 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 …]
DOMX_Audio.h120 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 …]
DOMX_Video.h156 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 …]
DOMX_Other.h85 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
DOMX_Component.h62 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 …]
DOMX_Image.h141 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
DOMX_VideoExt.h55 OMX_U32 nSize; member
86 OMX_U32 nSize; member
97 OMX_U32 nSize; member
110 OMX_U32 nSize; member
DOMX_ContentPipe.h157 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);
DOMX_Core.h274 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
DOMX_ComponentExt.h45 OMX_U32 nSize; member
52 OMX_U32 nSize; member
DOMX_CoreExt.h61 OMX_U32 nSize; /**< size of the structure in bytes */ member
/third_party/skia/tests/
DAnnotationTest.cpp29 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/
DAnnotationTest.cpp29 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/
DStackWalker.h109 DWORD nSize,
186 DWORD nSize,
DStackWalker.cpp186 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/
DStackWalker.h109 DWORD nSize,
186 DWORD nSize,
DStackWalker.cpp186 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/
Dwgl_utils.cpp22 pixelFormatDescriptor.nSize = sizeof(pixelFormatDescriptor); in GetDefaultPixelFormatDescriptor()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
Dwgl_utils.cpp22 pixelFormatDescriptor.nSize = sizeof(pixelFormatDescriptor); in GetDefaultPixelFormatDescriptor()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264d.c90 avctype.nSize = sizeof (OMX_VIDEO_PARAM_AVCTYPE); in instantiate_h264d_input_port()
Dh264e.c140 avctype.nSize = sizeof (OMX_VIDEO_PARAM_AVCTYPE); in instantiate_h264e_output_port()
/third_party/flutter/skia/third_party/externals/angle2/util/windows/
DWGLWindow.cpp23 pixelFormatDescriptor.nSize = sizeof(pixelFormatDescriptor); in GetDefaultPixelFormatDescriptor()
/third_party/cef/tests/cefclient/browser/
Dosr_render_handler_win_gl.cc162 pfd.nSize = sizeof(pfd); in EnableGL()
/third_party/openGLES/xml/
Dwgltypes.txt18 WORD nSize;
65 WORD nSize;
/third_party/skia/third_party/externals/opengl-registry/xml/
Dwgltypes.txt18 WORD nSize;
65 WORD nSize;

12