HomeSort by relevance Sort by last modified time
    Searched refs:UINT (Results 76 - 100 of 925) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/aac/libMpegTPEnc/include/
tp_data.h 193 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;
254 UINT m_samplingFrequency; /**< Samplerate. */
255 UINT m_samplesPerFrame; /**< Amount of samples per frame. *
    [all...]
  /external/chromium_org/ui/base/win/
message_box_win.h 22 UINT flags);
touch_input.h 17 UINT count,
foreground_helper.h 38 void OnHotKey(int id, UINT vcode, UINT modifiers);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d11.h 262 UINT left;
263 UINT top;
264 UINT front;
265 UINT right;
266 UINT bottom;
267 UINT back;
271 UINT FirstElement;
272 UINT ElementOffset;
275 UINT NumElements;
276 UINT ElementWidth
    [all...]
d3d10_1shader.h 36 STDMETHOD_(struct ID3D10ShaderReflectionConstantBuffer *, GetConstantBufferByIndex)(THIS_ UINT index) PURE;
38 STDMETHOD(GetResourceBindingDesc)(THIS_ UINT index, D3D10_SHADER_INPUT_BIND_DESC *desc) PURE;
39 STDMETHOD(GetInputParameterDesc)(THIS_ UINT index, D3D10_SIGNATURE_PARAMETER_DESC *desc) PURE;
40 STDMETHOD(GetOutputParameterDesc)(THIS_ UINT index, D3D10_SIGNATURE_PARAMETER_DESC *desc) PURE;
43 STDMETHOD(GetMovInstructionCount)(THIS_ UINT *count) PURE;
44 STDMETHOD(GetMovcInstructionCount)(THIS_ UINT *count) PURE;
45 STDMETHOD(GetConversionInstructionCount)(THIS_ UINT *count) PURE;
46 STDMETHOD(GetBitwiseInstructionCount)(THIS_ UINT *count) PURE;
cchannel.h 14 typedef VOID _stdcall CHANNEL_INIT_EVENT_FN(LPVOID pInitHandle,UINT event,LPVOID pData,UINT dataLength);
23 typedef VOID _stdcall CHANNEL_OPEN_EVENT_FN(DWORD openHandle,UINT event,LPVOID pData,UINT32 dataLength,UINT32 totalLength,UINT32 dataFlags);
55 typedef UINT _stdcall VIRTUALCHANNELINIT(LPVOID *ppInitHandle,PCHANNEL_DEF pChannel,INT channelCount,ULONG versionRequested,PCHANNEL_INIT_EVENT_FN pChannelInitEventProc);
57 typedef UINT _stdcall VIRTUALCHANNELOPEN(LPVOID pInitHandle,LPDWORD pOpenHandle,PCHAR pChannelName,PCHANNEL_OPEN_EVENT_FN pChannelOpenEventProc);
59 typedef UINT _stdcall VIRTUALCHANNELCLOSE(DWORD openHandle);
61 typedef UINT _stdcall VIRTUALCHANNELWRITE(DWORD openHandle,LPVOID pData,ULONG dataLength,LPVOID pUserData);
slpublic.h 40 UINT *pcbTicketBlob,
50 UINT *pcbValue,
55 UINT *pnReturnedAppIds,
61 UINT *pcbXmlLicenseData,
68 UINT *pcbValue,
79 UINT cbXmlLicenseData,
93 UINT cbValue,
d3d10_1.h 110 UINT *pDataSize,
116 UINT DataSize,
170 static FORCEINLINE HRESULT ID3D10BlendState1_GetPrivateData(ID3D10BlendState1* This,REFGUID guid,UINT *pDataSize,void *pData) {
173 static FORCEINLINE HRESULT ID3D10BlendState1_SetPrivateData(ID3D10BlendState1* This,REFGUID guid,UINT DataSize,const void *pData) {
204 UINT MostDetailedMip;
205 UINT MipLevels;
206 UINT First2DArrayFace;
207 UINT NumCubes;
268 UINT *pDataSize,
274 UINT DataSize
    [all...]
d3dx9effect.h 38 UINT Parameters;
39 UINT Techniques;
40 UINT Functions;
48 UINT Rows;
49 UINT Columns;
50 UINT Elements;
51 UINT Annotations;
52 UINT StructMembers;
54 UINT Bytes;
59 UINT Passes
    [all...]
d3dx9anim.h 146 UINT Track;
219 STDMETHOD_(UINT, GetNumAnimations)(THIS) PURE;
220 STDMETHOD(GetAnimationNameByIndex)(THIS_ UINT index, LPCSTR *name) PURE;
221 STDMETHOD(GetAnimationIndexByName)(THIS_ LPCSTR name, UINT *index) PURE;
222 STDMETHOD(GetSRT)(THIS_ DOUBLE periodic_position, UINT animation, D3DXVECTOR3 *scale,
240 STDMETHOD_(UINT, GetNumAnimations)(THIS) PURE;
241 STDMETHOD(GetAnimationNameByIndex)(THIS_ UINT index, LPCSTR *name) PURE;
242 STDMETHOD(GetAnimationIndexByName)(THIS_ LPCSTR name, UINT *index) PURE;
243 STDMETHOD(GetSRT)(THIS_ DOUBLE periodic_position, UINT animation, D3DXVECTOR3 *scale,
250 STDMETHOD_(UINT, GetNumScaleKeys)(THIS_ UINT animation) PURE
    [all...]
d3dx9tex.h 74 UINT Width;
75 UINT Height;
76 UINT Depth;
77 UINT MipLevels;
104 HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3DXIMAGE_INFO *info);
125 const PALETTEENTRY *destpalette, const RECT *destrect, const void *srcdata, UINT srcdatasize,
134 D3DFORMAT src_format, UINT src_pitch, const PALETTEENTRY *src_palette, const RECT *src_rect,
166 const PALETTEENTRY *destpalette, const D3DBOX *destbox, const void *srcdata, UINT srcdatasize,
175 D3DFORMAT srcformat, UINT srcrowpitch, UINT srcslicepitch, const PALETTEENTRY *srcpalette
    [all...]
  /external/aac/libAACenc/include/
aacenc_lib.h     [all...]
  /external/aac/libAACdec/src/
aacdec_hcrs.cpp 102 static UINT InitSegmentBitfield(UINT *pNumSegment,
104 UINT *pSegmentBitfield,
113 UINT offset,
114 UINT *pBitfield);
123 UINT numValidSegment;
127 UINT trial;
129 UINT *pNumSegment;
131 UINT *pSegmentBitfield;
134 UINT *pCodewordBitfield
    [all...]
  /external/aac/libSBRenc/src/
env_bit.h 114 UINT sbrSyntaxFlags);
120 UINT sbrSyntaxFlags);
  /external/chromium_org/third_party/skia/include/utils/
SkWGL.h 71 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;
95 typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC hdc, const int *, const FLOAT *, UINT, int *, UINT *);
96 typedef BOOL (WINAPI *GetPixelFormatAttribivProc)(HDC, int, int, UINT, const int*, int*);
97 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);
  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibevents_c.h 30 DIB_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /external/skia/include/utils/
SkWGL.h 71 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;
95 typedef BOOL (WINAPI *ChoosePixelFormatProc)(HDC hdc, const int *, const FLOAT *, UINT, int *, UINT *);
96 typedef BOOL (WINAPI *GetPixelFormatAttribivProc)(HDC, int, int, UINT, const int*, int*);
97 typedef BOOL (WINAPI *GetPixelFormatAttribfvProc)(HDC hdc, int, int, UINT, const int*, FLOAT*);
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.h 30 StatusIconWin(StatusTrayWin* tray, UINT id, HWND window, UINT message);
44 UINT icon_id() const { return icon_id_; }
46 UINT message_id() const { return message_id_; }
68 UINT icon_id_;
74 UINT message_id_;
  /external/chromium_org/ui/gfx/win/
window_impl.h 24 UINT message,
63 void set_initial_class_style(UINT class_style) {
68 UINT initial_class_style() const { return class_style_; }
72 virtual LRESULT OnWndProc(UINT message, WPARAM w_param, LPARAM l_param);
85 UINT message,
103 UINT class_style_;
  /external/aac/libMpegTPDec/include/
tpdec_lib.h 189 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/chromium_org/media/formats/webm/
webm_parser.cc 25 UINT,
50 {UINT, kWebMIdEBMLVersion},
51 {UINT, kWebMIdEBMLReadVersion},
52 {UINT, kWebMIdEBMLMaxIDLength},
53 {UINT, kWebMIdEBMLMaxSizeLength},
55 {UINT, kWebMIdDocTypeVersion},
56 {UINT, kWebMIdDocTypeReadVersion},
76 {UINT, kWebMIdSeekPosition},
88 {UINT, kWebMIdTimecodeScale},
97 {UINT, kWebMIdChapterTranslateEditionUID}
    [all...]
  /external/chromium_org/content/browser/renderer_host/
legacy_render_widget_host_win.h 121 LRESULT OnEraseBkGnd(UINT message, WPARAM w_param, LPARAM l_param);
122 LRESULT OnGetObject(UINT message, WPARAM w_param, LPARAM l_param);
123 LRESULT OnKeyboardRange(UINT message, WPARAM w_param, LPARAM l_param,
125 LRESULT OnMouseLeave(UINT message, WPARAM w_param, LPARAM l_param);
126 LRESULT OnMouseRange(UINT message, WPARAM w_param, LPARAM l_param,
128 LRESULT OnMouseActivate(UINT message, WPARAM w_param, LPARAM l_param);
129 LRESULT OnTouch(UINT message, WPARAM w_param, LPARAM l_param);
130 LRESULT OnScroll(UINT message, WPARAM w_param, LPARAM l_param);
131 LRESULT OnNCHitTest(UINT message, WPARAM w_param, LPARAM l_param);
133 LRESULT OnNCPaint(UINT message, WPARAM w_param, LPARAM l_param)
    [all...]
  /external/aac/libSYS/src/
genericStds.cpp 196 char *FDKstrncpy(char *dest, const char *src, UINT n) { return strncpy(dest, src, n); }
203 void *FDKcalloc (const UINT n, const UINT size)
214 void *FDKmalloc (const UINT size)
233 void *FDKaalloc(const UINT size, const UINT alignment)
269 void *FDKcalloc_L(const UINT dim, const UINT size, MEMORY_SECTION s)
298 void *FDKaalloc_L(const UINT size, const UINT alignment, MEMORY_SECTION s
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
JS_Console.h 41 UINT m_nID;
42 UINT m_stxLeft : 4; // when left resizing ...
43 UINT m_stxRight : 4; // when right resizing ...
44 UINT m_styTop : 4; // when top resizing ...
45 UINT m_styBottom : 4; // when bottom resizing ...
46 UINT m_bFlickerFree : 1;
47 UINT m_bInvalidate : 1; // Invalidate ctrl's rect(eg. no-automatical update for static when resize+move)
48 UINT m_r0 : 14;
69 CJS_ResizeDlg(UINT nID,CWnd *pParentWnd = NULL);
78 UINT m_nDelaySide; //drag side of window
    [all...]

Completed in 2366 milliseconds

1 2 34 5 6 7 8 91011>>