• Home
  • Raw
  • Download

Lines Matching refs:sDstBufInfo

182   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()
203 iWidth = sDstBufInfo.UsrData.sSystemBuffer.iWidth; in FlushFrames()
204 iHeight = sDstBufInfo.UsrData.sSystemBuffer.iHeight; in FlushFrames()
240 SBufferInfo sDstBufInfo; in H264DecodeInstance() local
387 memset (&sDstBufInfo, 0, sizeof (SBufferInfo)); in H264DecodeInstance()
388 sDstBufInfo.uiInBsTimeStamp = uiTimeStamp; in H264DecodeInstance()
390 pDecoder->DecodeFrameNoDelay (pBuf + iBufPos, iSliceSize, pData, &sDstBufInfo); in H264DecodeInstance()
392 pDecoder->DecodeFrame2 (pBuf + iBufPos, iSliceSize, pData, &sDstBufInfo); in H264DecodeInstance()
395 if (sDstBufInfo.iBufferStatus == 1) { in H264DecodeInstance()
396 pDst[0] = sDstBufInfo.pDst[0]; in H264DecodeInstance()
397 pDst[1] = sDstBufInfo.pDst[1]; in H264DecodeInstance()
398 pDst[2] = sDstBufInfo.pDst[2]; in H264DecodeInstance()
402 if (sDstBufInfo.iBufferStatus == 1) { in H264DecodeInstance()
403 cOutputModule.Process ((void**)pDst, &sDstBufInfo, pYuvFile); in H264DecodeInstance()
404 iWidth = sDstBufInfo.UsrData.sSystemBuffer.iWidth; in H264DecodeInstance()
405 iHeight = sDstBufInfo.UsrData.sSystemBuffer.iHeight; in H264DecodeInstance()
424 memset (&sDstBufInfo, 0, sizeof (SBufferInfo)); in H264DecodeInstance()
425 sDstBufInfo.uiInBsTimeStamp = uiTimeStamp; in H264DecodeInstance()
426 pDecoder->DecodeFrame2 (NULL, 0, pData, &sDstBufInfo); in H264DecodeInstance()
427 if (sDstBufInfo.iBufferStatus == 1) { in H264DecodeInstance()
428 pDst[0] = sDstBufInfo.pDst[0]; in H264DecodeInstance()
429 pDst[1] = sDstBufInfo.pDst[1]; in H264DecodeInstance()
430 pDst[2] = sDstBufInfo.pDst[2]; in H264DecodeInstance()
434 if (sDstBufInfo.iBufferStatus == 1) { in H264DecodeInstance()
435 cOutputModule.Process ((void**)pDst, &sDstBufInfo, pYuvFile); in H264DecodeInstance()
436 iWidth = sDstBufInfo.UsrData.sSystemBuffer.iWidth; in H264DecodeInstance()
437 iHeight = sDstBufInfo.UsrData.sSystemBuffer.iHeight; in H264DecodeInstance()