Searched refs:pOptionFile (Results 1 – 1 of 1) sorted by relevance
/third_party/openh264/codec/console/dec/src/ |
D | h264dec.cpp | 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() [all …]
|