Searched refs:sDstBufInfo (Results 1 – 1 of 1) sorted by relevance
182 SBufferInfo sDstBufInfo; in FlushFrames() local191 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 …]