Home
last modified time | relevance | path

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/
DX86WinCOFFTargetStreamer.cpp51 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/
Ddemux.c862 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/
Danim_encode.c1056 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/
DDeckLinkAPI.h1145 virtual HRESULT SetFrame (/* in */ IDeckLinkVideoFrame *theFrame) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/linux/
DDeckLinkAPI.h1130 virtual HRESULT SetFrame (/* in */ IDeckLinkVideoFrame *theFrame) = 0;
/third_party/gstreamer/gstplugins_bad/sys/decklink/win/
DDeckLinkAPI.h8471 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) )