Home
last modified time | relevance | path

Searched refs:pbDstStream (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/directx/wine/quartz/
H A Dacmwrapper.c67 LPBYTE pbDstStream; in ACMWrapper_Receive() local
133 hr = IMediaSample_GetPointer(pOutSample, &pbDstStream); in ACMWrapper_Receive()
143 ash.pbDst = pbDstStream; in ACMWrapper_Receive()
H A Davidec.c115 LPBYTE pbDstStream; in AVIDec_Receive() local
151 hr = IMediaSample_GetPointer(pOutSample, &pbDstStream); in AVIDec_Receive()
171 res = ICDecompress(This->hvid, flags, This->pBihIn, pbSrcStream, This->pBihOut, pbDstStream); in AVIDec_Receive()