Home
last modified time | relevance | path

Searched defs:_frame (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h28 struct _frame { struct
30 struct _frame *f_back; /* previous frame, or NULL */ argument
52 static inline int _PyFrame_IsRunnable(struct _frame *f) { in _PyFrame_IsRunnable() argument
/third_party/grpc/test/cpp/naming/utils/
Ddns_server.py128 def _quit_on_signal(signum, _frame): argument
/third_party/grpc/test/cpp/naming/
Dresolver_component_tests_runner.py108 def _quit_on_signal(signum, _frame): argument
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/
Dgstwebrtcechoprobe.cpp306 gpointer _frame, GstBuffer ** buf) in gst_webrtc_echo_probe_read()
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp142 …virtual HRESULT STDMETHODCALLTYPE ScheduledFrameCompleted(IDeckLinkVideoFrame *_frame, BMDOutputFr… in ScheduledFrameCompleted()