Searched refs:UINT (Results 101 - 125 of 239) sorted by relevance

12345678910

/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_wgl.c54 UINT mask )
114 wglSwapMultipleBuffers(UINT n,
117 UINT i;
129 UINT fuPlanes )
169 UINT nBytes,
295 UINT nBytes,
H A Dstw_ext_pixelformat.c378 UINT nMaxFormats,
380 UINT *nNumFormats )
466 UINT nAttributes,
470 UINT i;
490 UINT nAttributes,
494 UINT i;
/external/aac/libSBRenc/src/
H A Dsbr_encoder.cpp164 getSbrTuningTableIndex(UINT bitrate, /*! the total bitrate in bits/sec */
165 UINT numChannels,/*! the number of channels for the core coder */
166 UINT sampleRate, /*! the sampling rate of the core coder */
168 UINT *pBitRateClosest
172 UINT bitRateClosestUpper = 0, bitRateClosestLower=DISTANCE_CEIL_VALUE;
246 getPsTuningTableIndex(UINT bitrate, UINT *pBitRateClosest){
250 UINT bitRateClosestUpper = 0, bitRateClosestLower=DISTANCE_CEIL_VALUE;
349 static UINT
351 UINT bitrat
[all...]
H A Denv_bit.cpp144 UINT sbrSyntaxFlags) /*!< SBR syntax flags */
183 UINT sbrSyntaxFlags)
H A Dinvf_est.h167 UINT useSpeechConfig);
H A Dps_encode.h181 UINT maxEnvelopes,
/external/aac/libMpegTPDec/src/
H A Dtpdec_lib.cpp131 UINT globalFramePos; /* Global transport frame reference bit position. */
132 UINT accessUnitAnchor[2]; /* Current access unit start bit position. */
135 UINT avgBitRate; /* Average bit rate used for frame loss estimation. */
136 UINT lastValidBufferFullness; /* Last valid buffer fullness value for frame loss estimation */
139 UINT burstPeriod; /* Data burst period in mili seconds. */
140 UINT holdOffFrames; /* Amount of frames that were already hold off due to buffer fullness condition not being met. */
141 UINT flags; /* Flags. */
158 HANDLE_TRANSPORTDEC transportDec_Open( const TRANSPORT_TYPE transportFmt, const UINT flags)
217 TRANSPORTDEC_ERROR transportDec_OutOfBandConfig(HANDLE_TRANSPORTDEC hTp, UCHAR *conf, const UINT length, UINT laye
[all...]
/external/aac/libAACdec/src/
H A Dblock.cpp163 UINT flags
275 const UINT flags)
403 UINT freeBits = CntLeadingZeros(value);
404 UINT exponent = 32 - freeBits;
406 UINT x = (UINT) (LONG)value << (INT) freeBits;
408 UINT tableIndex = x >> 24;
411 UINT r0=(UINT)(LONG)InverseQuantTabler[tableIndex+0];
412 UINT r
[all...]
H A Dpulsedata.cpp106 const UINT MaxSfBands = GetScaleFactorBandsTransmitted((CIcsInfo*)pIcsInfo);
/external/aac/libSYS/include/
H A DFDK_audio.h363 UINT flags; /**< flags */
568 UINT flags;
583 static inline UINT FDKlibInfo_getCapabilities( const LIB_INFO* info, FDK_MODULE_ID module_id )
626 UINT *pBufSize; /*!< Pointer to an array containing the number of elements that can
628 UINT *pEleSize; /*!< Pointer to an array containing the element size for each buffer
631 UINT *pBufType; /*!< Pointer to an array of bit fields containing a description
633 UINT numBufs; /*!< Total number of buffers. */
/external/aac/libSYS/src/
H A Dwav_file.cpp259 INT WAV_InputRead (HANDLE_WAV wav, void *buffer, UINT numSamples, int nBits)
261 UINT result = 0 ;
262 UINT i;
350 static UINT LittleEndian32(UINT v)
388 UINT size = 0;
465 INT WAV_OutputWrite(HANDLE_WAV wav, void *sampleBuffer, UINT numberOfSamples, int nBufBits, int nSigBits)
473 UINT i;
529 UINT size = 0;
/external/mesa3d/src/gallium/auxiliary/indices/
H A Du_unfilled_gen.py28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint'
31 INTYPES = (GENERATE, UBYTE, USHORT, UINT)
32 OUTTYPES = (USHORT, UINT)
/external/aac/libFDK/src/
H A Dfixpoint_math.cpp247 LNK_SECTION_DATA_L1 static const UINT exp2_tab_long[32]={
261 LNK_SECTION_DATA_L1 static const UINT exp2w_tab_long[32]={
274 LNK_SECTION_DATA_L1 static const UINT exp2x_tab_long[32]={
292 UINT index3 = (UINT)(LONG)(x >> 10) & 0x1F;
293 UINT index2 = (UINT)(LONG)(x >> 15) & 0x1F;
294 UINT index1 = (UINT)(LONG)(x >> 20) & 0x1F;
297 UINT lookup
[all...]
/external/aac/libSBRdec/src/
H A Dsbrdec_freq_sca.cpp117 getStartBand(UINT fs, /*!< Output sampling frequency */
119 UINT headerDataFlags) /*!< Info to SBR mode */
122 UINT fsMapped;
169 getStopBand(UINT fs, /*!< Output sampling frequency */
171 UINT headerDataFlags, /*!< Info to SBR mode */
257 UINT fs, /*!< SBR working sampling rate */
259 UINT flags)
719 resetFreqBandTables(HANDLE_SBR_HEADER_DATA hHeaderData, const UINT flags)
/external/deqp/framework/platform/win32/
H A DtcuWin32Window.cpp29 static LRESULT CALLBACK win32WindowProc (HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
137 LRESULT Win32Window::windowProc (UINT uMsg, WPARAM wParam, LPARAM lParam)
/external/mesa3d/src/gallium/targets/graw-gdi/
H A Dgraw_gdi.c39 UINT uMsg,
70 UINT style = WS_VISIBLE | WS_TILEDWINDOW;
/external/aac/libAACenc/src/
H A Dpsy_main.h158 UINT syntaxFlags,
/external/aac/libMpegTPEnc/src/
H A Dtpenc_adif.cpp116 UINT alignAnchor = FDKgetValidBits(hBs);
/external/lzma/CPP/7zip/Archive/Common/
H A DItemNameUtils.cpp39 bool HasTailSlash(const AString &name, UINT codePage)
/external/lzma/CPP/Common/
H A DListFileUtils.cpp20 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &resultStrings, UINT codePage)
H A DStdInStream.cpp82 dest = MultiByteToUnicodeString(s, (UINT)codePage);
H A DStdOutStream.cpp81 dest = UnicodeStringToMultiByte(s, (UINT)codePage);
/external/lzma/CPP/Windows/
H A DFileDir.h96 UINT MyGetTempFileName(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath);
98 UINT MyGetTempFileName(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
109 UINT Create(LPCTSTR dirPath, LPCTSTR prefix, CSysString &resultPath);
125 UINT Create(LPCWSTR dirPath, LPCWSTR prefix, UString &resultPath);
H A DPropVariant.cpp76 UINT len = (UINT)strlen(s);
77 bstrVal = ::SysAllocStringByteLen(0, (UINT)len * sizeof(OLECHAR));
86 for (UINT i = 0; i <= len; i++)
/external/skia/include/views/
H A DSkOSWindow_Win.h44 bool wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);

Completed in 982 milliseconds

12345678910