HomeSort by relevance Sort by last modified time
    Searched defs:nSize (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_ComponentExt.h 45 OMX_U32 nSize;
52 OMX_U32 nSize;
OMX_CoreExt.h 61 OMX_U32 nSize; /**< size of the structure in bytes */
OMX_VideoExt.h 56 OMX_U32 nSize;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_ComponentExt.h 45 OMX_U32 nSize;
52 OMX_U32 nSize;
OMX_CoreExt.h 61 OMX_U32 nSize; /**< size of the structure in bytes */
OMX_VideoExt.h 56 OMX_U32 nSize;
OMX_TI_Common.h 81 OMX_U32 nSize; /**< Size of the structure in bytes */
90 OMX_U32 nSize;
116 * @ param nSize : Size of the structure.
127 OMX_U32 nSize;
144 * @ param nSize : Size of the structure.
171 OMX_U32 nSize;
204 OMX_U32 nSize;
  /hardware/qcom/media/mm-core/inc/
OMX_CoreExt.h 54 OMX_U32 nSize; /**< size of the structure in bytes */
QOMX_CoreExtensions.h 129 * nSize : Size of the structure in bytes
136 OMX_U32 nSize;
148 * nSize : Size of the structure in bytes
154 OMX_U32 nSize;
QOMX_SourceExtensions.h 73 * nSize : Size of the structure in bytes
79 OMX_U32 nSize;
89 * nSize : Size of the structure in bytes
95 OMX_U32 nSize;
105 * nSize : Size of the structure in bytes
111 OMX_U32 nSize;
122 * nSize : Size of the structure in bytes
146 OMX_U32 nSize;
OMX_VideoExt.h 56 OMX_U32 nSize;
87 OMX_U32 nSize;
98 OMX_U32 nSize;
111 OMX_U32 nSize;
QOMX_FileFormatExtensions.h 99 OMX_U32 nSize;
113 OMX_U32 nSize; /**< size of the structure in bytes */
124 OMX_U32 nSize; /**< size of the structure in bytes */
133 OMX_U32 nSize;/**< size of the structure in bytes */
149 OMX_U32 nSize; /**< size of the structure in bytes */
  /external/chromium_org/third_party/skia/tests/
AnnotationTest.cpp 18 size_t nSize = strlen(needle);
19 for (size_t i = 0; i < dataSize - nSize; i++) {
20 if (strncmp(&data[i], needle, nSize) == 0) {
  /external/skia/tests/
AnnotationTest.cpp 18 size_t nSize = strlen(needle);
19 for (size_t i = 0; i < dataSize - nSize; i++) {
20 if (strncmp(&data[i], needle, nSize) == 0) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsdexts.h 20 DWORD nSize;
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_HuffmanTable.cpp 96 if(NTEMP >= nSize) \
98 nSize += 16; \
99 PREFLEN = (int*)m_pModule->JBig2_Realloc(PREFLEN,sizeof(int)*nSize); \
100 RANGELEN = (int*)m_pModule->JBig2_Realloc(RANGELEN,sizeof(int)*nSize); \
101 RANGELOW = (int*)m_pModule->JBig2_Realloc(RANGELOW,sizeof(int)*nSize); \
108 int nSize = 16;
123 PREFLEN = (int*)m_pModule->JBig2_Malloc2(sizeof(int), nSize);
124 RANGELEN = (int*)m_pModule->JBig2_Malloc2(sizeof(int), nSize);
125 RANGELOW = (int*)m_pModule->JBig2_Malloc2(sizeof(int), nSize);
  /frameworks/native/include/media/openmax/
OMX_AudioExt.h 53 OMX_U32 nSize; /**< size of the structure in bytes */
62 OMX_U32 nSize; /**< size of the structure in bytes */
76 OMX_U32 nSize; /**< size of the structure in bytes */
  /hardware/ti/omap4-aah/security/tf_sdk/include/
sst.h 63 uint32_t nSize;
126 uint32_t nSize);
130 uint32_t nSize,
149 uint32_t nSize);
  /hardware/ti/omap4xxx/security/tf_sdk/include/
sst.h 63 uint32_t nSize;
126 uint32_t nSize);
130 uint32_t nSize,
149 uint32_t nSize);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
OMX_JpegEnc_CustomCmd.h 75 OMX_U32 nSize;
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusMetaHeader.h 21 DWORD nSize; // Record size in bytes. This may be greater
  /external/pdfium/fpdfsdk/src/javascript/
JS_Runtime.cpp 354 int nSize = 0;
357 CJS_Border::GetConsts(pConsts, nSize);
359 CJS_Display::GetConsts(pConsts, nSize);
361 CJS_Font::GetConsts(pConsts, nSize);
363 CJS_Highlight::GetConsts(pConsts, nSize);
365 CJS_Position::GetConsts(pConsts, nSize);
367 CJS_ScaleHow::GetConsts(pConsts, nSize);
369 CJS_ScaleWhen::GetConsts(pConsts, nSize);
371 CJS_Style::GetConsts(pConsts, nSize);
373 CJS_Zoomtype::GetConsts(pConsts, nSize);
    [all...]
  /external/smack/src/org/jivesoftware/smack/
ServerTrustManager.java 104 int nSize = x509Certificates.length;
113 for (int i = nSize -1; i >= 0 ; i--) {
143 trusted = trustStore.getCertificateAlias(x509Certificates[nSize - 1]) != null;
144 if (!trusted && nSize == 1 && configuration.isSelfSignedCertificateEnabled())
180 for (int i = 0; i < nSize; i++) {
  /frameworks/native/include/media/hardware/
HardwareAPI.h 49 OMX_U32 nSize;
79 OMX_U32 nSize;
109 OMX_U32 nSize;
123 OMX_U32 nSize;
137 OMX_U32 nSize; // IN
155 OMX_U32 nSize;
204 OMX_U32 nSize;
230 OMX_U32 nSize; // IN
  /hardware/qcom/media/mm-core/omxcore/inc/
QOMX_AudioExtensions.h 78 * nSize : Size of the structure in bytes
90 OMX_U32 nSize;
109 * nSize : Size of the structure in bytes
126 OMX_U32 nSize;
169 OMX_U32 nSize;

Completed in 1193 milliseconds

1 2 3 4 5 6