Home
last modified time | relevance | path

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

12345678910>>...17

/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 …]
DFDK_crc.h109 UINT bitBufCntBits;
110 UINT validBits;
127 UINT regStart; /*!< Start region marker for synchronization. */
128 UINT regStop; /*!< Stop region marker for synchronization. */
154 const UINT crcPoly,
155 const UINT crcStartValue,
156 const UINT crcLen
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
DIndexDataManager.h26 UINT minIndex;
27 UINT maxIndex;
28 UINT startIndex;
36 IndexBuffer(IDirect3DDevice9 *device, UINT size, D3DFORMAT format);
39 UINT size() const { return mBufferSize; } in size()
40 virtual void *map(UINT requiredSpace, UINT *offset) = 0;
42 virtual void reserveSpace(UINT requiredSpace, GLenum type) = 0;
50 UINT mBufferSize;
59 StreamingIndexBuffer(IDirect3DDevice9 *device, UINT initialSize, D3DFORMAT format);
62 void *map(UINT requiredSpace, UINT *offset);
[all …]
DVertexDataManager.h29 UINT offset;
30 UINT stride; // 0 means not to advance the read pointer at all
31 UINT semanticIndex;
39 VertexBuffer(IDirect3DDevice9 *device, UINT size, DWORD usageFlags);
64 ArrayVertexBuffer(IDirect3DDevice9 *device, UINT size, DWORD usageFlags);
67 UINT size() const { return mBufferSize; } in size()
68 virtual void *map(const VertexAttribute &attribute, UINT requiredSpace, UINT *streamOffset) = 0;
70 void addRequiredSpace(UINT requiredSpace);
74 UINT mBufferSize;
75 UINT mWritePosition;
[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/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 …]
Daacdec_hcrs.h144 UINT Hcr_State_BODY_ONLY (HANDLE_FDK_BITSTREAM, void*);
145 UINT Hcr_State_BODY_SIGN__BODY (HANDLE_FDK_BITSTREAM, void*);
146 UINT Hcr_State_BODY_SIGN__SIGN (HANDLE_FDK_BITSTREAM, void*);
147 UINT Hcr_State_BODY_SIGN_ESC__BODY (HANDLE_FDK_BITSTREAM, void*);
148 UINT Hcr_State_BODY_SIGN_ESC__SIGN (HANDLE_FDK_BITSTREAM, void*);
149 UINT Hcr_State_BODY_SIGN_ESC__ESC_PREFIX (HANDLE_FDK_BITSTREAM, void*);
150 UINT Hcr_State_BODY_SIGN_ESC__ESC_WORD (HANDLE_FDK_BITSTREAM, void*);
Daacdec_hcr_types.h274 UINT errorLog;
300 UINT numSegment;
301 UINT pSegmentBitfield[((1024>>1)/NUMBER_OF_BIT_IN_WORD+1)];
302 UINT pCodewordBitfield[((1024>>1)/NUMBER_OF_BIT_IN_WORD+1)];
303 UINT segmentOffset;
315 UINT numCodeword;
316 UINT numSortedSection;
335 typedef UINT (*STATEFUNC)(HANDLE_FDK_BITSTREAM, void*);
340 UINT iNode[1024>>2]; /* Helper indices for code books */
342 UINT pEscapeSequenceInfo[1024>>2];
[all …]
/external/dexmaker/src/dx/java/com/android/dx/dex/
DSizeOf.java24 public static final int UINT = 4; field in SizeOf
53 public static final int HEADER_ITEM = (8 * UBYTE) + UINT + SIGNATURE + (20 * UINT); // 0x70
58 public static final int STRING_ID_ITEM = UINT;
63 public static final int TYPE_ID_ITEM = UINT;
75 public static final int PROTO_ID_ITEM = UINT + UINT + UINT;
82 public static final int MEMBER_ID_ITEM = USHORT + USHORT + UINT;
94 public static final int CLASS_DEF_ITEM = 8 * UINT;
102 public static final int MAP_ITEM = USHORT + USHORT + UINT + UINT;
/external/webkit/Source/WebKit/win/
DWebCoreStatistics.cpp96 /* [retval][out] */ UINT* count) in javaScriptObjectsCount()
102 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.objectCount(); in javaScriptObjectsCount()
107 /* [retval][out] */ UINT* count) in javaScriptGlobalObjectsCount()
113 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.globalObjectCount(); in javaScriptGlobalObjectsCount()
118 /* [retval][out] */ UINT* count) in javaScriptProtectedObjectsCount()
124 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedObjectCount(); in javaScriptProtectedObjectsCount()
129 /* [retval][out] */ UINT* count) in javaScriptProtectedGlobalObjectsCount()
135 *count = (UINT)JSDOMWindow::commonJSGlobalData()->heap.protectedGlobalObjectCount(); in javaScriptProtectedGlobalObjectsCount()
156 /* [retval][out] */ UINT* count) in iconPageURLMappingCount()
160 *count = (UINT) iconDatabase().pageURLMappingCount(); in iconPageURLMappingCount()
[all …]
DWebCoreStatistics.h46 /* [retval][out] */ UINT *count);
48 /* [retval][out] */ UINT *count);
50 /* [retval][out] */ UINT *count);
52 /* [retval][out] */ UINT *count);
56 /* [retval][out] */ UINT *count);
58 /* [retval][out] */ UINT *count);
60 /* [retval][out] */ UINT *count);
62 /* [retval][out] */ UINT *count);
64 /* [retval][out] */ UINT *count);
66 /* [retval][out] */ UINT *count);
[all …]
/external/aac/libSYS/include/
DgenericStds.h155 UINT GetRequiredMem ## name(void);
159 UINT GetRequiredMem ## name(void);
166 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
172 static UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
178 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); }
184UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAU…
190UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type) + ALIGNMENT_DEFAUL…
196 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type)); }
202 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type)) * (n2); }
208UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAU…
[all …]
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_win.h176 void HandleExternalMsg(UINT msg, UINT flags, const CPoint& screen_point);
278 void OnChar(TCHAR ch, UINT repeat_count, UINT flags);
282 LRESULT OnGetObject(UINT uMsg, WPARAM wparam, LPARAM lparam);
283 LRESULT OnImeComposition(UINT message, WPARAM wparam, LPARAM lparam);
284 void OnKeyDown(TCHAR key, UINT repeat_count, UINT flags);
285 void OnKeyUp(TCHAR key, UINT repeat_count, UINT flags);
287 void OnLButtonDblClk(UINT keys, const CPoint& point);
288 void OnLButtonDown(UINT keys, const CPoint& point);
289 void OnLButtonUp(UINT keys, const CPoint& point);
290 void OnMButtonDblClk(UINT keys, const CPoint& point);
[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/aac/libMpegTPEnc/include/
Dtp_data.h190 UINT m_frameLengthFlag ;
191 UINT m_dependsOnCoreCoder ;
192 UINT m_coreCoderDelay ;
194 UINT m_extensionFlag ;
195 UINT m_extensionFlag3 ;
197 UINT m_layer;
198 UINT m_numOfSubFrame;
199 UINT m_layerLength;
251UINT m_samplingFrequency; /**< Samplerate. …
252UINT m_samplesPerFrame; /**< Amount of samples per frame. …
[all …]
/external/aac/libMpegTPDec/include/
Dtp_data.h190 UINT m_frameLengthFlag ;
191 UINT m_dependsOnCoreCoder ;
192 UINT m_coreCoderDelay ;
194 UINT m_extensionFlag ;
195 UINT m_extensionFlag3 ;
197 UINT m_layer;
198 UINT m_numOfSubFrame;
199 UINT m_layerLength;
251UINT m_samplingFrequency; /**< Samplerate. …
252UINT m_samplesPerFrame; /**< Amount of samples per frame. …
[all …]
Dtpdec_lib.h188 UINT alignAnchor );
209 const UINT channelConfig,
210 const UINT tag,
211 const UINT channelIdx,
288 const UINT length,
289 const UINT layer );
301 const UINT flags );
359 const UINT bufferSize,
360 UINT *pBytesValid,
368 HANDLE_FDK_BITSTREAM transportDec_GetBitstream ( const HANDLE_TRANSPORTDEC hTp, const UINT layer );
[all …]
/external/aac/libSYS/src/
DgenericStds.cpp196 char *FDKstrncpy(char *dest, const char *src, UINT n) { return strncpy(dest, src, n); } in FDKstrncpy()
203 void *FDKcalloc (const UINT n, const UINT size) in FDKcalloc()
214 void *FDKmalloc (const UINT size) in FDKmalloc()
233 void *FDKaalloc(const UINT size, const UINT alignment) in FDKaalloc()
269 void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s) in FDKcalloc_L()
298 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s) in FDKaalloc_L()
330 void FDKmemcpy(void *dst, const void *src, const UINT size) in FDKmemcpy()
337 void FDKmemmove(void *dst, const void *src, const UINT size) { memmove(dst, src, size); } in FDKmemmove()
338 void FDKmemset(void *memPtr, const INT value, const UINT size) { memset(memPtr, value, size); } in FDKmemset()
339 void FDKmemclear(void *memPtr, const UINT size) { FDKmemset(memPtr,0,size); } in FDKmemclear()
[all …]
/external/aac/libAACenc/include/
Daacenc_lib.h795UINT maxOutBufBytes; /*!< Maximum number of encoder bitstream bytes within one…
799UINT maxAncBytes; /*!< Maximum number of ancillary data bytes which can be …
802UINT inBufFillLevel; /*!< Internal input buffer fill level in samples per chan…
805UINT inputChannels; /*!< Number of input channels expected in encoding proces…
807UINT frameLength; /*!< Amount of input audio samples consumed each frame pe…
810UINT encoderDelay; /*!< Codec delay in PCM samples/channel. Depends on frame…
816 UINT confSize; /*!< Number of valid bytes in confBuf. */
1066 const UINT encModules,
1067 const UINT maxChannels
1171 const UINT value
[all …]
/external/aac/libAACdec/include/
Daacdecoder_lib.h511UINT flags; /*!< Copy if internal flags. Only to be written by the deco…
519UINT numTotalBytes; /*!< This is the number of total bytes that have passed thr…
520UINT numBadBytes; /*!< This is the number of total bytes that were considered…
521UINT numTotalAccessUnits; /*!< This is the number of total access units that have pas…
522UINT numBadAccessUnits; /*!< This is the number of total access units that were con…
584 UINT *pFreeBytes);
592 aacDecoder_Open ( TRANSPORT_TYPE transportFmt, UINT nrOfLayers );
608 const UINT length[] );
633 const UINT bufferSize[],
634 UINT *bytesValid );
[all …]
/external/aac/libMpegTPDec/src/
Dtpdec_latm.h111 UINT m_frameLengthType;
112 UINT m_bufferFullness;
113 UINT m_streamID;
114 UINT m_frameLengthInBits;
119 UINT m_taraBufferFullness;
120 UINT m_otherDataLength;
121 UINT m_audioMuxLengthBytes; /* Length of LOAS payload */
162 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux);
/external/webkit/Source/WebKit2/UIProcess/win/
DWebView.h94 static LRESULT CALLBACK WebViewWndProc(HWND, UINT, WPARAM, LPARAM);
95 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
97 LRESULT onMouseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
98 LRESULT onWheelEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
99 LRESULT onHorizontalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
100 LRESULT onVerticalScroll(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
101 LRESULT onGestureNotify(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
102 LRESULT onGesture(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
103 LRESULT onKeyEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
104 LRESULT onPaintEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
[all …]
/external/skia/include/utils/
DSkWGL.h71 BOOL choosePixelFormat(HDC hdc, const int*, const FLOAT*, UINT, int*, UINT*) const;
72 BOOL getPixelFormatAttribiv(HDC, int, int, UINT, const int*, int*) const;
73 BOOL getPixelFormatAttribfv(HDC hdc, int, int, UINT, const int*, FLOAT*) const;
78 …def BOOL (WINAPI *ChoosePixelFormatProc)(HDC hdc, const int *, const FLOAT *, UINT, int *, UINT *);
79 typedef BOOL (WINAPI *GetPixelFormatAttribivProc)(HDC, int, int, UINT, const int*, int*);
80 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);

12345678910>>...17