Home
last modified time | relevance | path

Searched defs:current_frame (Results 1 – 23 of 23) sorted by relevance

/third_party/node/deps/v8/tools/
Dlldb_commands.py22 def current_frame(debugger): function
/third_party/ffmpeg/libavcodec/
Droqvideo.h44 AVFrame *current_frame; member
Dpafvideo.c57 int current_frame; member
Dscpr.h45 AVFrame *current_frame; member
Dflashsv2enc.c90 uint8_t *current_frame; member
Dvp3.c184 ThreadFrame current_frame; member
/third_party/ffmpeg/libavformat/
Dc93.c40 int current_frame; member
Dpaf.c38 uint32_t current_frame; member
Dsierravmd.c54 unsigned int current_frame; member
Dvapoursynth.c54 int current_frame; member
Dxmv.c62 uint32_t current_frame; ///< The current frame within this video packet. member
/third_party/ffmpeg/libavdevice/
Dlibdc1394.c41 int current_frame; member
Davfoundation.m131 CMSampleBufferRef current_frame; field
/third_party/glfw/tests/
Dcursor.c332 GLFWcursor* current_frame = NULL; in main() local
/third_party/ffmpeg/libavfilter/
Df_loop.c41 int current_frame; member
Dvf_zoompan.c98 int current_frame; member
/third_party/python/Include/cpython/
Dpystate.h51 struct _PyInterpreterFrame *current_frame; member
/third_party/jerryscript/jerry-core/debugger/
Ddebugger.c160 size_t current_frame = 0; in jerry_debugger_send_backtrace() local
/third_party/libsnd/src/
Dflac.c582 …AC__byte buffer [], size_t bytes, unsigned UNUSED (samples), unsigned UNUSED (current_frame), void… in sf_flac_enc_write_callback()
/third_party/python/Objects/
Dgenobject.c1328 compute_cr_origin(int origin_depth, _PyInterpreterFrame *current_frame) in compute_cr_origin()
/third_party/python/Python/
Dceval.c7181 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame; local
7200 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame; local
7211 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame; local
/third_party/node/deps/v8/src/builtins/arm64/
Dbuiltins-arm64.cc4008 Register current_frame = x2; in Generate_DeoptimizationEntry() local
/third_party/mesa3d/src/imgui/
Dimgui.cpp4890 const int current_frame = g.FrameCount; in Begin() local