Searched refs:FlushFrames (Results 1 – 3 of 3) 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() function 340 …FlushFrames (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, i… in H264DecodeInstance() 454 …FlushFrames (pDecoder, iTotal, pYuvFile, pOptionFile, iFrameCount, uiTimeStamp, iWidth, iHeight, i… in H264DecodeInstance()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 1295 static int FlushFrames(WebPAnimEncoder* const enc) { in FlushFrames() function 1362 if (enc->count_ == enc->size_ && !FlushFrames(enc)) { in WebPAnimEncoderAdd() 1408 ok = CacheFrame(enc, &config) && FlushFrames(enc); in WebPAnimEncoderAdd() 1553 if (!FlushFrames(enc)) { in WebPAnimEncoderAssemble()
|
/third_party/flutter/skia/third_party/externals/libwebp/src/mux/ |
D | anim_encode.c | 1297 static int FlushFrames(WebPAnimEncoder* const enc) { in FlushFrames() function 1404 ok = CacheFrame(enc, &config) && FlushFrames(enc); in WebPAnimEncoderAdd() 1549 if (!FlushFrames(enc)) { in WebPAnimEncoderAssemble()
|