Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 25 of 414) sorted by relevance

12345678910>>...17

/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
Dtilingtraits.h37 static UINT GetCu() { SWR_ASSERT(0); return 0; } in GetCu()
38 static UINT GetCv() { SWR_ASSERT(0); return 0; } in GetCv()
39 static UINT GetCr() { SWR_ASSERT(0); return 0; } in GetCr()
40 static UINT GetTileIDShift() { SWR_ASSERT(0); return 0; } in GetTileIDShift()
43 static UINT GetPdepX() { SWR_ASSERT(0); return 0x37; } in GetPdepX()
44 static UINT GetPdepY() { SWR_ASSERT(0); return 0xC8; } in GetPdepY()
50 static UINT GetCu() { return 0; }
51 static UINT GetCv() { return 0; }
52 static UINT GetCr() { return 0; }
53 static UINT GetTileIDShift() { return 0; }
[all …]
/external/aac/libFDK/include/
DFDK_bitbuffer.h100 UINT ValidBits;
101 UINT ReadOffset;
102 UINT WriteOffset;
103 UINT BitCnt;
104 UINT BitNdx;
107 UINT bufSize;
108 UINT bufBits;
118 extern const UINT BitMask [32+1];
124 void FDK_CreateBitBuffer (HANDLE_FDK_BITBUF *hBitBuffer, UCHAR *pBuffer, UINT bufSize) ;
127 UINT bufSize, UINT validBits) ;
[all …]
DFDK_bitstream.h111 UINT CacheWord ;
112 UINT BitsInCache ;
114 UINT ConfigCache ;
130 UINT bufSize,
157 UINT bufSize,
158 UINT validBits,
208 FDK_INLINE UINT FDKreadBits(HANDLE_FDK_BITSTREAM hBitStream, in FDKreadBits()
209 const UINT numberOfBits) in FDKreadBits()
215 UINT bits = hBitStream->CacheWord << missingBits; in FDKreadBits()
225 const UINT validMask = BitMask [numberOfBits] ; in FDKreadBits()
[all …]
/external/aac/libFDK/src/
DFDK_bitbuffer.cpp100 const UINT BitMask [32+1] =
113 const UINT *const RESTRICT pBitMask = BitMask;
116 UINT bufSize) in FDK_CreateBitBuffer()
126 UINT bufSize, UINT validBits) in FDK_InitBitBuffer()
140 UINT x = 0, n=bufSize; in FDK_InitBitBuffer()
158 INT FDK_get (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits) in FDK_get()
160 UINT byteOffset = hBitBuf->BitNdx >> 3 ; in FDK_get()
161 UINT bitOffset = hBitBuf->BitNdx & 0x07 ; in FDK_get()
167 UINT byteMask = hBitBuf->bufSize - 1 ; in FDK_get()
169 UINT tx = (hBitBuf->Buffer [ byteOffset & byteMask] << 24) | in FDK_get()
[all …]
/external/mesa3d/src/gallium/state_trackers/nine/
Ddevice9.h220 UINT NINE_WINAPI
236 UINT iSwapChain,
245 UINT XHotSpot,
246 UINT YHotSpot,
266 UINT iSwapChain,
269 UINT NINE_WINAPI
285 UINT iSwapChain,
286 UINT iBackBuffer,
292 UINT iSwapChain,
301 UINT iSwapChain,
[all …]
Dnine_state.h207 UINT stream_freq[PIPE_MAX_ATTRIBS];
270 UINT stream_freq[PIPE_MAX_ATTRIBS];
362 UINT StreamNumber,
364 UINT OffsetInBytes,
365 UINT Stride);
369 UINT StreamNumber,
370 UINT Setting);
386 UINT StartRegister,
389 UINT Vector4fCount);
393 UINT StartRegister,
[all …]
Ddevice9ex.h52 UINT width,
53 UINT height,
62 UINT NumRects,
93 UINT iSwapChain );
102 UINT MaxLatency );
106 UINT *pMaxLatency );
114 UINT Width,
115 UINT Height,
126 UINT Width,
127 UINT Height,
[all …]
Dvolumetexture9.h43 UINT Width, UINT Height, UINT Depth, UINT Levels,
52 UINT Level,
57 UINT Level,
62 UINT Level,
69 UINT Level );
/external/aac/libAACdec/src/
Daacdec_hcrs.cpp102 static UINT InitSegmentBitfield(UINT *pNumSegment,
104 UINT *pSegmentBitfield,
113 UINT offset,
114 UINT *pBitfield);
123 UINT numValidSegment; in DecodeNonPCWs()
127 UINT trial; in DecodeNonPCWs()
129 UINT *pNumSegment; in DecodeNonPCWs()
131 UINT *pSegmentBitfield; in DecodeNonPCWs()
134 UINT *pCodewordBitfield; in DecodeNonPCWs()
137 UINT tempWord; in DecodeNonPCWs()
[all …]
Dblock.h137 const UINT flags,
144 const UINT flags);
167 const UINT flags
179 const UINT flags);
185 const UINT flags);
200 const UINT flags,
234 UINT lsb ) in EvaluatePower43()
237 UINT freeBits; in EvaluatePower43()
238 UINT exponent; in EvaluatePower43()
245 UINT x = (((int)value << freeBits) >> 19) ; in EvaluatePower43()
[all …]
/external/webrtc/webrtc/modules/audio_device/win/
Daudio_mixer_manager_win.h82 UINT Devices() const;
85 UINT DestinationLines(UINT mixId) const;
86 UINT SourceLines(UINT mixId, DWORD destId) const;
87 bool GetCapabilities(UINT mixId, MIXERCAPS& caps, bool trace = false) const;
88 … bool GetDestinationLineInfo(UINT mixId, DWORD destId, MIXERLINE& line, bool trace = false) const;
89 …bool GetSourceLineInfo(UINT mixId, DWORD destId, DWORD srcId, MIXERLINE& line, bool trace = false)…
91 …bool GetAllLineControls(UINT mixId, const MIXERLINE& line, MIXERCONTROL* controlArray, bool trace …
92 bool GetLineControl(UINT mixId, DWORD dwControlID, MIXERCONTROL& control) const;
93 bool GetControlDetails(UINT mixId, MIXERCONTROL& controlArray, bool trace = false) const;
94 bool GetUnsignedControlValue(UINT mixId, DWORD dwControlID, DWORD& dwValue) const;
[all …]
/external/aac/libSYS/include/
DgenericStds.h152 UINT GetRequiredMem ## name(void);
156 UINT GetRequiredMem ## name(void);
163 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
169 static UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
175 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); }
181UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAU…
187UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type) + ALIGNMENT_DEFAUL…
193 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
199 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); }
205UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAU…
[all …]
/external/mesa3d/include/D3D9/
Dd3d9.h86 virtual UINT WINAPI GetAdapterCount() = 0;
87 …virtual HRESULT WINAPI GetAdapterIdentifier(UINT Adapter, DWORD Flags, D3DADAPTER_IDENTIFIER9 *pId…
88 virtual UINT WINAPI GetAdapterModeCount(UINT Adapter, D3DFORMAT Format) = 0;
89 …virtual HRESULT WINAPI EnumAdapterModes(UINT Adapter, D3DFORMAT Format, UINT Mode, D3DDISPLAYMODE …
90 virtual HRESULT WINAPI GetAdapterDisplayMode(UINT Adapter, D3DDISPLAYMODE *pMode) = 0;
91 …virtual HRESULT WINAPI CheckDeviceType(UINT Adapter, D3DDEVTYPE DevType, D3DFORMAT AdapterFormat, …
92 …virtual HRESULT WINAPI CheckDeviceFormat(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT AdapterFor…
93 …virtual HRESULT WINAPI CheckDeviceMultiSampleType(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT S…
94 …virtual HRESULT WINAPI CheckDepthStencilMatch(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT Adapt…
95 …virtual HRESULT WINAPI CheckDeviceFormatConversion(UINT Adapter, D3DDEVTYPE DeviceType, D3DFORMAT …
[all …]
Dd3d9types.h74 typedef unsigned int UINT; typedef
1271 UINT Size;
1272 UINT Width;
1273 UINT Height;
1274 UINT RefreshRate;
1280 UINT Size;
1312 UINT SequenceNumber;
1324 UINT StartSequenceQuery;
1325 UINT StartSequenceConfigure;
1331 UINT ProtectionEnabled : 1;
[all …]
/external/aac/libSBRenc/src/
Dps_bitenc.cpp98 inline UCHAR FDKsbrEnc_WriteBits_ps(HANDLE_FDK_BITSTREAM hBitStream, UINT value, in FDKsbrEnc_WriteBits_ps()
99 const UINT numberOfBits) in FDKsbrEnc_WriteBits_ps()
120 static const UINT iidDeltaFreqCoarse_Length[] =
126 static const UINT iidDeltaFreqCoarse_Code[] =
134 static const UINT iidDeltaFreqFine_Length[] =
144 static const UINT iidDeltaFreqFine_Code[] =
156 static const UINT iidDeltaTimeCoarse_Length[] =
162 static const UINT iidDeltaTimeCoarse_Code[] =
170 static const UINT iidDeltaTimeFine_Length[] =
180 static const UINT iidDeltaTimeFine_Code[] =
[all …]
/external/lzma/CPP/Common/
DStringConvert.h9 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP);
12 void MultiByteToUnicodeString2(UString &dest, const AString &srcString, UINT codePage = CP_ACP);
14 void UnicodeStringToMultiByte2(AString &dest, const UString &srcString, UINT codePage);
16 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &d…
17 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
25 inline UString GetUnicodeString(const AString &multiByteString, UINT codePage) in GetUnicodeString()
27 inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT) in GetUnicodeString() argument
29 inline const UString& GetUnicodeString(const UString &unicodeString, UINT) in GetUnicodeString() argument
52 inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT /* codePage */) in GetSystemString() argument
54 inline const UString& GetSystemString(const UString &unicodeString, UINT /* codePage */) in GetSystemString() argument
[all …]
/external/aac/libSYS/src/
DgenericStds.cpp201 char *FDKstrncpy(char *dest, const char *src, UINT n) { return strncpy(dest, src, n); } in FDKstrncpy()
208 void *FDKcalloc (const UINT n, const UINT size) in FDKcalloc()
219 void *FDKmalloc (const UINT size) in FDKmalloc()
238 void *FDKaalloc(const UINT size, const UINT alignment) in FDKaalloc()
274 void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s) in FDKcalloc_L()
303 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) in FDKaalloc_L()
335 void FDKmemcpy(void *dst, const void *src, const UINT size) in FDKmemcpy()
342 void FDKmemmove(void *dst, const void *src, const UINT size) { memmove(dst, src, size); } in FDKmemmove()
343 void FDKmemset(void *memPtr, const INT value, const UINT size) { memset(memPtr, value, size); } in FDKmemset()
344 void FDKmemclear(void *memPtr, const UINT size) { FDKmemset(memPtr,0,size); } in FDKmemclear()
[all …]
/external/aac/libMpegTPEnc/include/
Dtp_data.h193 UINT m_frameLengthFlag ;
194 UINT m_dependsOnCoreCoder ;
195 UINT m_coreCoderDelay ;
197 UINT m_extensionFlag ;
198 UINT m_extensionFlag3 ;
200 UINT m_layer;
201 UINT m_numOfSubFrame;
202 UINT m_layerLength;
254UINT m_samplingFrequency; /**< Samplerate. …
255UINT m_samplesPerFrame; /**< Amount of samples per frame. …
[all …]
/external/aac/libMpegTPDec/include/
Dtp_data.h193 UINT m_frameLengthFlag ;
194 UINT m_dependsOnCoreCoder ;
195 UINT m_coreCoderDelay ;
197 UINT m_extensionFlag ;
198 UINT m_extensionFlag3 ;
200 UINT m_layer;
201 UINT m_numOfSubFrame;
202 UINT m_layerLength;
254UINT m_samplingFrequency; /**< Samplerate. …
255UINT m_samplesPerFrame; /**< Amount of samples per frame. …
[all …]
Dtpdec_lib.h189 UINT alignAnchor );
210 const UINT channelConfig );
231 UINT channelConfig,
232 const UINT tag,
233 const UINT channelIdx,
316 const UINT length,
317 const UINT layer );
329 const UINT flags );
387 const UINT bufferSize,
388 UINT *pBytesValid,
[all …]
/external/mesa3d/src/gallium/drivers/swr/
Dswr_memory.h30 UINT x, UINT y, uint32_t renderTargetArrayIndex,
37 UINT x, UINT y, uint32_t renderTargetArrayIndex,
43 UINT x,
44 UINT y,
52 UINT x, UINT y, in swr_LoadHotTile()
66 UINT x, UINT y, in swr_StoreHotTile()
79 UINT x, in swr_StoreHotTileClear()
80 UINT y, in swr_StoreHotTileClear()
/external/swiftshader/include/GL/
Dwglext.h61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
211 …TPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const …
212 …TPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const …
213 …c, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *n…
215 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
216 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
217 …c, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *n…
292 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
294 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
/external/mesa3d/include/GL/
Dwglext.h61 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
66 HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
218 …TPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const …
219 …TPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const …
220 …c, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *n…
222 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
223 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttribu…
224 …c, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *n…
299 typedef BOOL (WINAPI * PFNWGLSETSTEREOEMITTERSTATE3DLPROC) (HDC hDC, UINT uState);
301 BOOL WINAPI wglSetStereoEmitterState3DL (HDC hDC, UINT uState);
[all …]
/external/aac/libAACenc/include/
Daacenc_lib.h762UINT maxOutBufBytes; /*!< Maximum number of encoder bitstream bytes within one…
766UINT maxAncBytes; /*!< Maximum number of ancillary data bytes which can be …
769UINT inBufFillLevel; /*!< Internal input buffer fill level in samples per chan…
772UINT inputChannels; /*!< Number of input channels expected in encoding proces…
774UINT frameLength; /*!< Amount of input audio samples consumed each frame pe…
777UINT encoderDelay; /*!< Codec delay in PCM samples/channel. Depends on frame…
783 UINT confSize; /*!< Number of valid bytes in confBuf. */
1090 const UINT encModules,
1091 const UINT maxChannels
1195 const UINT value
[all …]
/external/aac/libAACdec/include/
Daacdecoder_lib.h559UINT outputDelay; /*!< The number of samples the output is additionally delay…
561UINT flags; /*!< Copy of internal flags. Only to be written by the deco…
569UINT numTotalBytes; /*!< This is the number of total bytes that have passed thr…
570UINT numBadBytes; /*!< This is the number of total bytes that were considered…
571UINT numTotalAccessUnits; /*!< This is the number of total access units that have pas…
572UINT numBadAccessUnits; /*!< This is the number of total access units that were con…
649 UINT *pFreeBytes);
657 aacDecoder_Open ( TRANSPORT_TYPE transportFmt, UINT nrOfLayers );
673 const UINT length[] );
698 const UINT bufferSize[],
[all …]

12345678910>>...17