Searched refs:UINT (Results 126 - 150 of 239) sorted by relevance

12345678910

/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh200 template <typename UINT>
219 UINT formatReserved; /* Subtable format and (maybe) padding. */
220 UINT lengthZ; /* Byte length of this subtable. */
221 UINT languageZ; /* Ignore. */
222 UINT startCharCode; /* First character code covered. */
223 ArrayOf<GlyphID, UINT>
227 DEFINE_SIZE_ARRAY (5 * sizeof (UINT), glyphIdArray);
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
H A Dd3d1xstutil.h845 UINT *pDataSize,
877 UINT DataSize,
935 UINT *pDataSize,
943 UINT DataSize,
963 UINT *pDataSize,
971 UINT DataSize,
1039 UINT NumResources)
1061 UINT *pMaxLatency
1069 UINT MaxLatency)
/external/lzma/CPP/Windows/
H A DFileDir.cpp34 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
45 UINT needLength = ::GetWindowsDirectory(path.GetBuffer(MAX_PATH + 1), MAX_PATH + 1);
52 UINT needLength = ::GetSystemDirectory(path.GetBuffer(MAX_PATH + 1), MAX_PATH + 1);
64 UINT needLength = ::GetWindowsDirectoryW(path.GetBuffer(MAX_PATH + 1), MAX_PATH + 1);
79 UINT needLength = ::GetSystemDirectoryW(path.GetBuffer(MAX_PATH + 1), MAX_PATH + 1);
733 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &path)
735 UINT number = ::GetTempFileName(dirPath, prefix, 0, path.GetBuffer(MAX_PATH + 1));
741 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &path)
745 UINT number = ::GetTempFileNameW(dirPath, prefix, 0, path.GetBuffer(MAX_PATH));
750 UINT numbe
[all...]
H A DDLL.cpp56 static inline UINT GetCurrentCodePage() { return ::AreFileApisANSI() ? CP_ACP : CP_OEMCP; }
/external/aac/libFDK/include/
H A Dcommon_fix.h346 inline UINT fMax(UINT a, UINT b)
348 inline UINT fMin(UINT a, UINT b)
H A Dqmf.h172 UINT flags; /*!< flags */
/external/aac/libAACenc/src/
H A Dbitenc.cpp178 UINT syntaxFlags)
237 UINT useVCB11)
292 static INT FDKaacEnc_encodeScaleFactorData(UINT *maxValueInSfb,
739 UINT alignAnchor )
825 UINT alignAnchor, /* for DSE only */
826 UINT syntaxFlags,
994 UINT syntaxFlags,
1042 UINT *pChMaxValueInSfb = NULL;
1287 UINT syntaxFlags,
1299 UINT alignAncho
[all...]
H A Dqc_data.h168 UINT maxValueInSfb[MAX_GROUPED_SFB];
/external/aac/libAACdec/src/
H A Daacdecoder_lib.cpp123 LINKSPEC_CPP AAC_DECODER_ERROR aacDecoder_GetFreeBytes ( const HANDLE_AACDECODER self, UINT *pFreeBytes){
157 const UINT length[] )
161 UINT layer, nrOfLayers = self->nrOfLayers;
633 LINKSPEC_CPP HANDLE_AACDECODER aacDecoder_Open(TRANSPORT_TYPE transportFmt, UINT nrOfLayers)
705 const UINT bufferSize[],
706 UINT *pBytesValid
785 const UINT flags)
971 self->streamInfo.outputDelay = (UINT)(INT)fMult((FIXP_DBL)self->streamInfo.outputDelay<<UPS_SCALE, upsampleFactor);
H A Daacdec_drc.cpp284 self->params.expiryFrame = (UINT)value;
301 static int parseExcludedChannels( UINT *excludedChnsMask,
304 UINT excludeMask = 0;
305 UINT i, j;
322 FDK_ASSERT(j < (UINT)-1);
344 UINT bsStartPos;
470 UINT payloadPosition )
552 UINT payloadPosition )
677 UINT backupBsPosition;
1086 UINT numBand
[all...]
H A Drvlc.cpp231 UINT treeNode;
232 UINT branchValue;
233 UINT branchNode;
236 const UINT* pEscTree;
349 UINT branchValue;
350 UINT branchNode;
352 const UINT *pRvlCodeTree = pRvlc->pHuffTreeRvlCodewds;
355 UINT treeNode = *pRvlCodeTree;
1134 UINT saveBitCnt;
1176 const UINT flag
[all...]
H A Dchannel.cpp135 UINT flags,
233 const UINT flags,
234 const UINT frame_length,
/external/aac/libMpegTPEnc/src/
H A Dtpenc_latm.cpp113 UINT transportEnc_LatmWriteValue(HANDLE_FDK_BITSTREAM hBs, int value)
141 UINT transportEnc_LatmCountFixBitDemandHeader ( HANDLE_LATM_STREAM hAss )
190 UINT transportEnc_LatmCountVarBitDemandHeader ( HANDLE_LATM_STREAM hAss , unsigned int streamDataLength )
271 //UINT pos = streamCntPosition-FDKgetValidBits(hAss->hAssemble);
342 UINT bits;
601 UINT audioMuxVersion,
644 UINT transportEnc_LatmCountTotalBitDemandHeader ( HANDLE_LATM_STREAM hAss , unsigned int streamDataLength )
646 UINT bitDemand = 0;
807 //FDKfetchBuffer(hBs, buffer, (UINT*)bytes);
831 UINT audioMuxVersio
[all...]
H A Dtpenc_asc.cpp175 UINT i;
226 UINT alignAnchor)
373 UINT alignAnchor
458 UINT extFlag = 0;
463 UINT alignAnchor = FDKgetValidBits(asc);
/external/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp74 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddLines(const D2D1_POINT_2F *points, UINT pointsCount) {
112 void STDMETHODCALLTYPE SkDWriteGeometrySink::AddBeziers(const D2D1_BEZIER_SEGMENT *beziers, UINT beziersCount) {
/external/aac/libSBRenc/src/
H A Denv_est.h166 ,UINT sbrSyntaxFlags
H A Dmh_det.h186 UINT sbrSyntaxFlags);
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc73 LRESULT CALLBACK WndProc(HWND, UINT, WPARAM, LPARAM);
74 INT_PTR CALLBACK About(HWND, UINT, WPARAM, LPARAM);
358 UINT message,
447 UINT message,
/external/deqp/framework/platform/win32/
H A DtcuWGL.cpp119 typedef BOOL (WINAPI* wglSwapLayerBuffersFunc) (HDC dhc, UINT fuPlanes);
122 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
123 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
124 typedef BOOL (WINAPI* wglChoosePixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
/external/aac/libMpegTPDec/src/
H A Dtpdec_asc.cpp128 const UINT alignmentAnchor
136 UINT startAnchor = FDKgetValidBits(bs);
181 UINT alignmentAnchor
364 const UINT channelConfig )
478 UINT channelConfig,
479 UINT index
565 UINT channelConfig,
566 const UINT tag,
567 const UINT channelIdx,
1007 UINT ascStartAncho
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp159 UINT adapter,
166 UINT adapter,
201 UINT flags)
328 UINT output,
467 UINT flags,
468 UINT *pcount,
1087 UINT sync_interval,
1088 UINT flags)
1253 UINT Buffer,
1303 UINT buffer_coun
[all...]
/external/aac/libSBRdec/src/
H A Denv_extr.cpp143 const UINT nrOfChannels,
144 const UINT flags
151 const UINT flags);
168 const UINT flags
271 const UINT flags,
481 const UINT flags,
560 const UINT flags,
762 const UINT flags)
989 const UINT nrOfChannels,
990 const UINT flag
[all...]
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_indices_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint'
31 INTYPES = (GENERATE, UBYTE, USHORT, UINT)
32 OUTTYPES = (USHORT, UINT)
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwgl.c298 UINT nBytes,
577 UINT mask)
637 UINT nBytes,
679 UINT fuPlanes)
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.cpp61 #undef UINT macro
62 #define UINT ((Imf::PixelType)0) macro
174 uintcnt += ( m_red->type == UINT );
179 uintcnt += ( m_green->type == UINT );
184 uintcnt += ( m_blue->type == UINT );
186 m_type = (chcnt == uintcnt) ? UINT : FLOAT;
546 else // UINT
604 type = UINT;
634 else if( depth > 16 || type == UINT )
680 if(type == UINT)
[all...]

Completed in 737 milliseconds

12345678910