Home
last modified time | relevance | path

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

/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp178 void FlushFrames (ISVCDecoder* pDecoder, int64_t& iTotal, FILE* pYuvFile, FILE* pOptionFile, int32_… in FlushFrames() argument
202 cOutputModule.Process ((void**)pDst, &sDstBufInfo, pYuvFile); in FlushFrames()
223 FILE* pYuvFile = NULL; in H264DecodeInstance() local
270 pYuvFile = fopen (kpOuputFileName, "wb"); in H264DecodeInstance()
271 if (pYuvFile == NULL) { in H264DecodeInstance()
340 …FlushFrames (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, i… in H264DecodeInstance()
403 cOutputModule.Process ((void**)pDst, &sDstBufInfo, pYuvFile); in H264DecodeInstance()
435 cOutputModule.Process ((void**)pDst, &sDstBufInfo, pYuvFile); in H264DecodeInstance()
454 …FlushFrames (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, i… in H264DecodeInstance()
478 if (pYuvFile) { in H264DecodeInstance()
[all …]
/third_party/openh264/test/api/
DBaseThreadDecoderTest.cpp142 …: decoder_ (NULL), uiTimeStamp (0), pYuvFile (NULL), bEnableYuvDumpTest (false), decodeStatus_ (Op… in BaseThreadDecoderTest()
185 Process (&sBufInfo, pYuvFile); in DecodeFrame()
223 Process (&sBufInfo, pYuvFile); in FlushFrame()
273 pYuvFile = fopen (outFileName.c_str(), "wb"); in ThreadDecodeFile()
305 fclose (pYuvFile); in ThreadDecodeFile()
/third_party/openh264/test/
DBaseThreadDecoderTest.h53 FILE* pYuvFile; variable