Home
last modified time | relevance | path

Searched defs:_frame (Results 1 – 3 of 3) 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/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()