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

1 23 4 5 6 7 8 91011>>

  /external/aac/libAACenc/src/
metadata_main.h 155 const UINT frameLength,
156 const UINT sampleRate,
157 const UINT nChannels,
190 UINT * nMetaDataExtensions,
  /external/aac/libMpegTPDec/include/
tp_data.h 190 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;
251 UINT m_samplingFrequency; /**< Samplerate. */
252 UINT m_samplesPerFrame; /**< Amount of samples per frame. *
    [all...]
tpdec_lib.h 188 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/libMpegTPDec/src/
mpegFileFormat.h 104 FILE_FORMAT GetFileFormat(UCHAR *fileData, UCHAR **pAu, UINT *length);
  /external/aac/libMpegTPEnc/include/
tp_data.h 190 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;
251 UINT m_samplingFrequency; /**< Samplerate. */
252 UINT m_samplesPerFrame; /**< Amount of samples per frame. *
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateFullscreenWindow.h 40 typedef unsigned int UINT;
51 virtual LRESULT fullscreenClientWndProc(HWND, UINT message, WPARAM, LPARAM) = 0;
71 static LRESULT __stdcall staticWndProc(HWND, UINT message, WPARAM, LPARAM);
72 LRESULT wndProc(HWND, UINT message, WPARAM, LPARAM);
  /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...]
aacdec_hcr_types.h 274 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...]
rvlcbit.cpp 110 UINT bit;
  /external/aac/libSBRenc/src/
env_bit.h 114 UINT sbrSyntaxFlags);
120 UINT sbrSyntaxFlags);
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 176 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)
    [all...]
  /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/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.h 38 virtual LRESULT wndProc(UINT message, WPARAM, LPARAM, bool& handled) = 0;
44 static LRESULT CALLBACK staticWndProc(HWND, UINT message, WPARAM, LPARAM);
  /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...]
  /hardware/ti/omap3/dspbridge/inc/
cfgdefs.h 130 UINT uMemType; /* Type of memory. */
136 UINT uChipType; /* DSP chip type. */
137 UINT uWordSize; /* Number of bytes in a word */
138 UINT cChips; /* Number of chips. */
139 UINT cMemTypes; /* Types of memory. */
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 78 static LRESULT CALLBACK WebPopupMenuProxyWndProc(HWND, UINT, WPARAM, LPARAM);
79 LRESULT wndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
82 LRESULT onMouseActivate(HWND, UINT message, WPARAM, LPARAM, bool& handled);
83 LRESULT onSize(HWND, UINT message, WPARAM, LPARAM, bool& handled);
84 LRESULT onKeyDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
85 LRESULT onChar(HWND, UINT message, WPARAM, LPARAM, bool& handled);
86 LRESULT onMouseMove(HWND, UINT message, WPARAM, LPARAM, bool& handled);
87 LRESULT onLButtonDown(HWND, UINT message, WPARAM, LPARAM, bool& handled);
88 LRESULT onLButtonUp(HWND, UINT message, WPARAM, LPARAM, bool& handled);
89 LRESULT onMouseWheel(HWND, UINT message, WPARAM, LPARAM, bool& handled)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
win32window.h 58 virtual bool OnMessage(UINT uMsg, WPARAM wParam, LPARAM lParam,
65 static LRESULT CALLBACK WndProc(HWND hwnd, UINT uMsg, WPARAM wParam,
  /external/qemu/distrib/sdl-1.2.15/src/video/windx5/
SDL_dx5events_c.h 30 DX5_HandleMessage(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
  /external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.h 45 TextCodecWinCE(UINT codePage);
64 UINT m_codePage;
  /external/webkit/Source/WebCore/plugins/win/
PluginMessageThrottlerWin.h 39 UINT msg;
51 void appendMessage(HWND, UINT msg, WPARAM, LPARAM);
  /external/webkit/Source/WebKit/win/Interfaces/
IWebWorkersPrivate.idl 51 HRESULT workerThreadCount([out, retval] UINT* number);
  /external/webkit/Source/WebKit/win/
WebNodeHighlight.h 56 virtual void windowReceivedMessage(HWND, UINT message, WPARAM, LPARAM);
68 friend static LRESULT CALLBACK OverlayWndProc(HWND, UINT, WPARAM, LPARAM);
  /external/aac/libAACdec/include/
aacdecoder_lib.h 511 UINT flags; /*!< Copy if internal flags. Only to be written by the decoder, and only to be read externally. */
519 UINT numTotalBytes; /*!< This is the number of total bytes that have passed through the decoder. */
520 UINT numBadBytes; /*!< This is the number of total bytes that were considered with errors from numTotalBytes. */
521 UINT numTotalAccessUnits; /*!< This is the number of total access units that have passed through the decoder. */
522 UINT numBadAccessUnits; /*!< This is the number of total access units that were considered with errors from numTotalBytes. */
    [all...]
  /external/aac/libFDK/include/
FDK_hybrid.h 130 UINT LFmemorySize; /*!< Size of LF states buffer. */
131 UINT HFmemorySize; /*!< Size of HF states buffer. */
165 const UINT LFmemorySize,
167 const UINT HFmemorySize

Completed in 438 milliseconds

1 23 4 5 6 7 8 91011>>