Home
last modified time | relevance | path

Searched refs:wLongsPerEntry (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/include/dxsdk/
H A Daviriff.h185 WORD wLongsPerEntry; member
198 WORD wLongsPerEntry; member
222 WORD wLongsPerEntry; member
241 WORD wLongsPerEntry; member
255 WORD wLongsPerEntry; member
283 WORD wLongsPerEntry; member
296 WORD wLongsPerEntry; member
312 WORD wLongsPerEntry; member
/reactos/dll/directx/wine/quartz/
H A Davisplit.c573 TRACE("wLongsPerEntry: %hd\n", pIndex->wLongsPerEntry); in AVISplitter_ProcessIndex()
582 || pIndex->wLongsPerEntry != 2 in AVISplitter_ProcessIndex()
583 || rest < (pIndex->nEntriesInUse * sizeof(DWORD) * pIndex->wLongsPerEntry) in AVISplitter_ProcessIndex()
587 pIndex->bIndexType, AVI_INDEX_OF_CHUNKS, pIndex->wLongsPerEntry, 2, in AVISplitter_ProcessIndex()
588 rest, (DWORD)(pIndex->nEntriesInUse * sizeof(DWORD) * pIndex->wLongsPerEntry), in AVISplitter_ProcessIndex()
823 TRACE("wLongsPerEntry: %hd\n", pIndex->wLongsPerEntry); in AVISplitter_ProcessStreamList()
836 || pIndex->wLongsPerEntry != 4 in AVISplitter_ProcessStreamList()
837 || rest < (pIndex->nEntriesInUse * sizeof(DWORD) * pIndex->wLongsPerEntry) in AVISplitter_ProcessStreamList()
/reactos/dll/directx/wine/qcap/
H A Davimux.c700 This->in[i]->ix->wLongsPerEntry = 2; in AviMux_Run()
708 This->in[i]->indx->wLongsPerEntry = 4; in AviMux_Run()