Searched refs:SetFrame (Results 1 - 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 51 SetFrame, enumerator 208 Inst.Op = FPOInstruction::SetFrame; in emitFPOSetFrame() 240 return Inst.Op == FPOInstruction::SetFrame; in emitFPOStackAlign() 421 case FPOInstruction::SetFrame:
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
H A D | demux.c | 862 static int SetFrame(int frame_num, WebPIterator* const iter) { in SetFrame() function 880 return SetFrame(frame, iter); in WebPDemuxGetFrame() 885 return SetFrame(iter->frame_num + 1, iter); in WebPDemuxNextFrame() 891 return SetFrame(iter->frame_num - 1, iter); in WebPDemuxPrevFrame()
|
/third_party/skia/third_party/externals/libwebp/src/mux/ |
H A D | anim_encode.c | 1056 static WebPEncodingError SetFrame(WebPAnimEncoder* const enc, in SetFrame() function 1205 error_code = SetFrame(enc, config, 1, encoded_frame, &frame_skipped); in CacheFrame() 1217 error_code = SetFrame(enc, config, 0, encoded_frame, &frame_skipped); in CacheFrame() 1228 error_code = SetFrame(enc, config, 0, encoded_frame, &frame_skipped); in CacheFrame() 1235 error_code = SetFrame(enc, config, 1, encoded_frame, &frame_skipped); in CacheFrame()
|
Completed in 6 milliseconds