Home
last modified time | relevance | path

Searched defs:current_frame (Results 1 - 25 of 25) sorted by relevance

/third_party/node/deps/v8/tools/
H A Dlldb_commands.py22 def current_frame(debugger): function
/third_party/ffmpeg/libavcodec/
H A Droqvideo.h44 AVFrame *current_frame; member
H A Dpafvideo.c57 int current_frame; member
[all...]
H A Dscpr.h45 AVFrame *current_frame; member
H A Dflashsv2enc.c90 uint8_t *current_frame; member
H A Dvp3.c184 ThreadFrame current_frame; member
[all...]
/third_party/ffmpeg/libavformat/
H A Dc93.c40 int current_frame; member
H A Dpaf.c38 uint32_t current_frame; member
H A Dsierravmd.c54 unsigned int current_frame; member
H A Dvapoursynth.c54 int current_frame; member
H A Dxmv.c62 uint32_t current_frame; ///< The current frame within this video packet. member
/third_party/ffmpeg/libavdevice/
H A Dlibdc1394.c41 int current_frame; member
/third_party/ffmpeg/libavfilter/
H A Df_loop.c41 int current_frame; member
H A Dvf_zoompan.c98 int current_frame; member
/third_party/glfw/tests/
H A Dcursor.c332 GLFWcursor* current_frame = NULL; in main() local
/third_party/python/Include/cpython/
H A Dpystate.h51 struct _PyInterpreterFrame *current_frame; member
/third_party/jerryscript/jerry-core/debugger/
H A Ddebugger.c160 size_t current_frame = 0; in jerry_debugger_send_backtrace() local
/third_party/python/Objects/
H A Dgenobject.c1328 compute_cr_origin(int origin_depth, _PyInterpreterFrame *current_frame) in compute_cr_origin() argument
/third_party/backends/backend/
H A Davision.h466 SANE_Word current_frame; member
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc4008 Register current_frame = x2; in Generate_DeoptimizationEntry() local
/third_party/python/Python/
H A Dceval.c7181 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame; global() local
7200 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame; global() local
7211 _PyInterpreterFrame *current_frame = tstate->cframe->current_frame; global() local
[all...]
/third_party/mesa3d/src/imgui/
H A Dimgui.cpp4890 const int current_frame = g.FrameCount; in Begin() local
H A Dimgui.h1542 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } in operator bool() local
/third_party/skia/third_party/externals/imgui/
H A Dimgui.cpp5789 const int current_frame = g.FrameCount; in Begin() local
H A Dimgui.h2071 operator bool() const { int current_frame = ImGui::GetFrameCount(); if (RefFrame == current_frame) return false; RefFrame = current_frame; return true; } in operator bool() local

Completed in 91 milliseconds