Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp182 SBufferInfo sDstBufInfo; in FlushFrames() local
191 memset (&sDstBufInfo, 0, sizeof (SBufferInfo)); in FlushFrames()
192 sDstBufInfo.uiInBsTimeStamp = uiTimeStamp; in FlushFrames()
193 pDecoder->FlushFrame (pData, &sDstBufInfo); in FlushFrames()
194 if (sDstBufInfo.iBufferStatus == 1) { in FlushFrames()
195 pDst[0] = sDstBufInfo.pDst[0]; in FlushFrames()
196 pDst[1] = sDstBufInfo.pDst[1]; in FlushFrames()
197 pDst[2] = sDstBufInfo.pDst[2]; in FlushFrames()
201 if (sDstBufInfo.iBufferStatus == 1) { in FlushFrames()
202 cOutputModule.Process ((void**)pDst, &sDstBufInfo, pYuvFile); in FlushFrames()
[all …]