Searched refs:SetFrame (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
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: in emitFPOData()
|
/third_party/skia/third_party/externals/libwebp/src/demux/ |
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/ |
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()
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/osx/ |
D | DeckLinkAPI.h | 1145 virtual HRESULT SetFrame (/* in */ IDeckLinkVideoFrame *theFrame) = 0;
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/ |
D | DeckLinkAPI.h | 1130 virtual HRESULT SetFrame (/* in */ IDeckLinkVideoFrame *theFrame) = 0;
|
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/ |
D | DeckLinkAPI.h | 8471 virtual HRESULT STDMETHODCALLTYPE SetFrame( 8504 HRESULT ( STDMETHODCALLTYPE *SetFrame )( 8542 ( (This)->lpVtbl -> SetFrame(This,theFrame) ) 8579 virtual HRESULT STDMETHODCALLTYPE SetFrame( 8614 HRESULT ( STDMETHODCALLTYPE *SetFrame )( 8652 ( (This)->lpVtbl -> SetFrame(This,theFrame) ) 15193 virtual HRESULT STDMETHODCALLTYPE SetFrame( 15223 HRESULT ( STDMETHODCALLTYPE *SetFrame )( 15257 ( (This)->lpVtbl -> SetFrame(This,theFrame) )
|