Searched refs:UINT (Results 1 - 25 of 239) sorted by relevance

12345678910

/external/dexmaker/src/dx/java/com/android/dx/dex/
H A DSizeOf.java24 public static final int UINT = 4; field in class: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;
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d11shader.idl50 UINT SemanticIndex;
51 UINT Register;
56 UINT Stream;
63 UINT Variables;
64 UINT Size;
65 UINT uFlags;
71 UINT StartOffset;
72 UINT Size;
73 UINT uFlags;
75 UINT StartTextur
[all...]
H A Dd3d10shader.idl84 UINT SemanticIndex;
85 UINT Register;
96 UINT Variables;
97 UINT Size;
98 UINT uFlags;
104 UINT StartOffset;
105 UINT Size;
106 UINT uFlags;
108 UINT StartTexture;
109 UINT TextureSiz
[all...]
H A Ddxgitype.idl27 UINT Count;
28 UINT Quality;
53 UINT Numerator;
54 UINT Denominator;
58 UINT Width;
59 UINT Height;
70 UINT NumGammaControlPoints;
H A Dd3d11.idl412 UINT SemanticIndex;
414 UINT InputSlot;
415 UINT AlignedByteOffset;
417 UINT InstanceDataStepRate;
439 UINT Stream;
441 UINT SemanticIndex;
573 UINT left;
574 UINT top;
575 UINT front;
576 UINT righ
[all...]
H A Dd3d10misc.h37 HMODULE swrast, UINT flags, UINT sdk_version, ID3D10Device **device);
40 HMODULE swrast, UINT flags, UINT sdk_version, DXGI_SWAP_CHAIN_DESC *swapchain_desc,
H A Dd3d10.idl434 UINT MaxAnisotropy;
465 UINT MiscFlags;
477 UINT NumSimultaneousCounters;
497 UINT ByteWidth;
499 UINT BindFlags;
500 UINT CPUAccessFlags;
501 UINT MiscFlags;
513 UINT Width;
514 UINT MipLevels;
515 UINT ArraySiz
[all...]
/external/aac/libFDK/include/
H A 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 bufSiz
[all...]
H A 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
H A 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,
209 const UINT numberOfBits)
215 UINT bits = hBitStream->CacheWord << missingBits;
225 const UINT validMas
[all...]
/external/aac/libAACdec/src/
H A 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*);
H A Daacdec_hcr.h102 UINT HcrInit(H_HCR_INFO pHcr,
106 UINT HcrDecoder (H_HCR_INFO hHcr,
112 UINT treeNode,
113 UINT *branchValue,
114 UINT *branchNode
H A Daacdec_drc_types.h114 UINT expiryCount;
115 UINT numBands;
125 UINT excludedChnsMask;
141 UINT expiryFrame;
162 UINT prlExpiryCount; /* Counter that can be used to monitor the life time of the program reference level. */
166 UINT dvbAncDataPosition; /* Used to store the DVB ancillary data payload position in the bitstream (only one per frame) */
167 UINT drcPayloadPosition[MAX_DRC_THREADS]; /* Used to store the DRC payload positions in the bitstream */
H A Dchannel.h119 UINT flags,
141 const UINT flags,
142 const UINT frame_length,
H A Daacdec_hcr_bit.h100 UINT HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM bs,
H A 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 )
237 UINT freeBits;
238 UINT exponent;
245 UINT
[all...]
H A Dstereo.h130 UINT flags
/external/lzma/CPP/Common/
H A DListFileUtils.h9 bool ReadNamesFromListFile(LPCWSTR fileName, UStringVector &strings, UINT codePage = CP_OEMCP);
H A DStringConvert.h10 UString MultiByteToUnicodeString(const AString &srcString, UINT codePage = CP_ACP);
11 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage, char defaultChar, bool &defaultCharWasUsed);
12 AString UnicodeStringToMultiByte(const UString &srcString, UINT codePage = CP_ACP);
21 inline UString GetUnicodeString(const AString &multiByteString, UINT codePage)
23 inline const wchar_t* GetUnicodeString(const wchar_t* unicodeString, UINT)
25 inline const UString& GetUnicodeString(const UString &unicodeString, UINT)
48 inline const wchar_t* GetSystemString(const wchar_t* unicodeString, UINT /* codePage */)
50 inline const UString& GetSystemString(const UString &unicodeString, UINT /* codePage */)
52 inline UString GetSystemString(const AString &multiByteString, UINT codePage)
59 inline const AString& GetSystemString(const AString &multiByteString, UINT)
[all...]
/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp100 const UINT BitMask [32+1] =
113 const UINT *const RESTRICT pBitMask = BitMask;
116 UINT bufSize)
126 UINT bufSize, UINT validBits)
140 UINT x = 0, n=bufSize;
158 INT FDK_get (HANDLE_FDK_BITBUF hBitBuf, const UINT numberOfBits)
160 UINT byteOffset = hBitBuf->BitNdx >> 3 ;
161 UINT bitOffset = hBitBuf->BitNdx & 0x07 ;
167 UINT byteMas
[all...]
/external/aac/libMpegTPDec/src/
H A 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 */
173 UINT CLatmDemux_GetNrOfSubFrames(CLatmDemux *pLatmDemux);
/external/aac/libSYS/include/
H A Dwav_file.h141 UINT riffSize;
144 UINT formatSize;
147 UINT sampleRate;
148 UINT bytesPerSecond;
152 UINT dataSize;
159 UINT channelMask;
186 INT WAV_InputRead (HANDLE_WAV wav, void *sampleBuffer, UINT numSamples, int nBufBits);
219 INT WAV_OutputWrite(HANDLE_WAV wav, void *sampleBuffer, UINT numberOfSamples, int nBufBits, int nSigBits);
H A 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); }
181 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((num) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)); }
187 UINT GetRequiredMem ## name(void) { return ALGN_SIZE_EXTRES((n1) * sizeof(type) + ALIGNMENT_DEFAULT + sizeof(void *)) * (n2); }
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); }
205 UINT GetRequiredMe
[all...]
/external/aac/libMpegTPDec/include/
H A DmpegFileRead.h129 UINT confSize[],
160 UINT bufferSize,
161 UINT *bytesValid
/external/aac/libAACenc/src/
H A Dbitenc.h144 UINT syntaxFlags,
170 UINT syntaxFlags,
177 UINT alignAnchor,
178 UINT syntaxFlags,

Completed in 440 milliseconds

12345678910