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

1 2 34 5 6 7 8 91011>>

  /external/aac/libMpegTPDec/src/
tpdec_adif.h 101 UINT BitRate;
  /external/aac/libMpegTPEnc/include/
mpegFileWrite.h 116 UINT confSize
  /external/aac/libMpegTPEnc/src/
tpenc_asc.h 124 UINT alignAnchor
  /external/aac/libPCMutils/include/
pcmutils_lib.h 196 UINT value
209 UINT ancDataBytes,
235 UINT flags
254 UINT frameSize,
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.h 105 resetFreqBandTables(HANDLE_SBR_HEADER_DATA hHeaderData, const UINT flags);
sbrdec_drc.h 111 UINT numBandsCurr;
112 UINT numBandsNext;
  /external/aac/libSYS/include/
conv_string.h 122 INT hexString2CharBuf(const char *string, UCHAR *charBuf, UINT charBufLength);
  /external/webkit/Source/WebKit/win/
WebWorkersPrivate.h 50 virtual HRESULT STDMETHODCALLTYPE workerThreadCount(UINT*);
  /external/webkit/Source/WebKit2/Shared/win/
NativeWebKeyboardEventWin.cpp 33 NativeWebKeyboardEvent::NativeWebKeyboardEvent(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Tools/WebKitAPITest/
HostWindow.h 45 static LRESULT CALLBACK wndProc(HWND, UINT uMsg, WPARAM, LPARAM);
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 90 DBAPI DspManager_Open(UINT argc, PVOID argp)
131 DBAPI DspManager_Close(UINT argc, PVOID argp)
164 DBAPI DSPManager_EnumNodeInfo(UINT uNode, OUT struct DSP_NDBPROPS *pNDBProps,
165 UINT uNDBPropsSize, OUT UINT *puNumNodes)
174 !DSP_ValidWritePtr(puNumNodes, sizeof(UINT))) {
208 DBAPI DSPManager_EnumProcessorInfo(UINT uProcessor,
210 UINT uProcessorInfoSize, OUT UINT *puNumProcs)
219 && !DSP_ValidWritePtr(puNumProcs, sizeof(UINT))) {
    [all...]
  /external/aac/libSBRenc/include/
sbr_encoder.h 132 UINT bitrateFrom; /*!< inclusive */
133 UINT bitrateTo; /*!< exclusive */
168 UINT useSpeechConfig; /*!< Flag: adapt tuning parameters according to speech. */
219 UINT sbrSyntaxFlags; /**< SBR syntax flags derived from AOT. */
285 UINT sbrEncoder_LimitBitRate(UINT bitRate, UINT numChannels, UINT coreSampleRate, AUDIO_OBJECT_TYPE aot);
346 UINT timeInStride,
347 UINT sbrDataBits[(6)]
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_lowvideo.h 109 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
141 LRESULT CALLBACK WinMessage(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
147 typedef int (WINAPI *ToUnicodeFN)(UINT, UINT, const BYTE *, LPWSTR, int, UINT);
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.h 94 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/webkit/Source/WebKit/win/Interfaces/
IWebUndoManager.idl 105 HRESULT levelsOfUndo([out, retval] UINT* result);
135 HRESULT registerUndoWithTarget([in] IUnknown* target, [in] UINT aSelector, [in] IUnknown* anObject);
165 HRESULT setLevelsOfUndo([in] UINT anInt);
249 HRESULT selector([out, retval] UINT* result);
264 HRESULT setSelector([in] UINT selector);
288 HRESULT frameLength([out, retval] UINT* result);
293 HRESULT getArgumentTypeAtIndex([in] UINT index, [out, retval] BSTR* result);
303 HRESULT methodReturnLength([out, retval] UINT* result);
313 HRESULT numberOfArguments([out, retval] UINT* result);
IWebJavaScriptCollector.idl 42 HRESULT objectCount([out, retval] UINT* count);
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
481 extern BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
485 typedef BOOL (WINAPI * PFNWGLCHOOSEPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats)
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h 121 static LRESULT CALLBACK InspectorViewWndProc(HWND, UINT, WPARAM, LPARAM);
122 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
124 LRESULT onSizeEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
125 LRESULT onMinMaxInfoEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
126 LRESULT onSetFocusEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
127 LRESULT onCloseEvent(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
  /external/aac/libSBRenc/src/
ps_bitenc.cpp 98 inline UCHAR FDKsbrEnc_WriteBits_ps(HANDLE_FDK_BITSTREAM hBitStream, UINT value,
99 const UINT numberOfBits)
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...]
nf_est.h 125 UINT sbrSyntaxFlags
136 UINT useSpeechConfig /*!< Flag: adapt tuning parameters according to speech */
  /external/aac/libAACdec/src/
aacdec_hcr_bit.cpp 124 UINT HcrGetABitFromBitstream(HANDLE_FDK_BITSTREAM bs,
129 UINT bit;
conceal.h 109 UINT
139 const UINT flags);
  /external/clang/test/Lexer/
ms-extensions.c 18 #define UINT 0xffffffffui32
24 unsigned int n = UINT;
  /external/webkit/Source/JavaScriptCore/wtf/win/
MainThreadWin.cpp 42 static UINT threadingFiredMessage;
45 LRESULT CALLBACK ThreadingWindowWndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
  /external/webkit/Source/WebCore/platform/graphics/win/
QTMovieGWorld.h 52 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
78 static LRESULT fullscreenWndProc(HWND, UINT message, WPARAM, LPARAM);

Completed in 709 milliseconds

1 2 34 5 6 7 8 91011>>