• Home
  • Raw
  • Download

Lines Matching refs:pOptionFile

178 void FlushFrames (ISVCDecoder* pDecoder, int64_t& iTotal, FILE* pYuvFile, FILE* pOptionFile, int32_…  in FlushFrames()  argument
205 if (pOptionFile != NULL) { in FlushFrames()
207 fwrite (&iFrameCount, sizeof (iFrameCount), 1, pOptionFile); in FlushFrames()
208 fwrite (&iWidth, sizeof (iWidth), 1, pOptionFile); in FlushFrames()
209 fwrite (&iHeight, sizeof (iHeight), 1, pOptionFile); in FlushFrames()
224 FILE* pOptionFile = NULL; in H264DecodeInstance() local
283 pOptionFile = fopen (pOptionFileName, "wb"); in H264DecodeInstance()
284 if (pOptionFile == NULL) { in H264DecodeInstance()
340 …FlushFrames (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, i… in H264DecodeInstance()
407 if (pOptionFile != NULL) { in H264DecodeInstance()
409 fwrite (&iFrameCount, sizeof (iFrameCount), 1, pOptionFile); in H264DecodeInstance()
410 fwrite (&iWidth, sizeof (iWidth), 1, pOptionFile); in H264DecodeInstance()
411 fwrite (&iHeight, sizeof (iHeight), 1, pOptionFile); in H264DecodeInstance()
439 if (pOptionFile != NULL) { in H264DecodeInstance()
441 fwrite (&iFrameCount, sizeof (iFrameCount), 1, pOptionFile); in H264DecodeInstance()
442 fwrite (&iWidth, sizeof (iWidth), 1, pOptionFile); in H264DecodeInstance()
443 fwrite (&iHeight, sizeof (iHeight), 1, pOptionFile); in H264DecodeInstance()
454 …FlushFrames (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, i… in H264DecodeInstance()
482 if (pOptionFile) { in H264DecodeInstance()
483 fclose (pOptionFile); in H264DecodeInstance()
484 pOptionFile = NULL; in H264DecodeInstance()