Searched refs:nBlockSize (Results 1 – 5 of 5) sorted by relevance
29 CComHeapPtrList(_In_ UINT nBlockSize = 10) throw() in CComHeapPtrList() argument30 :CHeapPtrList<T, CComAllocator>(nBlockSize) in CComHeapPtrList()
463 CAtlList(_In_ UINT nBlockSize = 10);524 CAtlList< E, ETraits >::CAtlList(_In_ UINT nBlockSize) : in CAtlList() argument526 m_BlockSize(nBlockSize), in CAtlList()532 ATLASSERT(nBlockSize > 0); in CAtlList()949 CHeapPtrList(_In_ UINT nBlockSize = 10) :950 CAtlList<CHeapPtr<E, Allocator>, CHeapPtrElementTraits<E, Allocator> >(nBlockSize)
434 WORD nBlockSize; member
1296 src.nBlockSize = 576; in test_mp3()1322 src.nBlockSize = 0; in test_mp3()1332 src.nBlockSize = 576; in test_mp3()
441 mp3format->nBlockSize = format->nBlockAlign; in MPEGSplitter_init_audio()