Home
last modified time | relevance | path

Searched defs:new_frame (Results 1 – 25 of 37) sorted by relevance

12

/external/libvpx/vp8/common/
Dswapyv12buffer.c13 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, in vp8_swap_yv12_buffer()
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dimage_data.h89 void SetData(const uint8_t* const new_frame, const int stride, in SetData()
94 void SetData(const uint8_t* const new_frame, const uint8_t* const uv_frame, in SetData()
Dobject_tracker.h59 virtual void NextFrame(const uint8_t* const new_frame, in NextFrame()
Dobject_tracker.cc100 void ObjectTracker::NextFrame(const uint8_t* const new_frame, in NextFrame()
175 const std::string& id, const uint8_t* const new_frame, in RegisterNewObjectWithAppearance()
Dflow_cache.h51 void NextFrame(ImageData* const new_frame, in NextFrame()
/external/pytorch/torch/csrc/lazy/python/
Dpython_util.cpp46 auto new_frame = PyFrame_GetBack(frame); in GetPythonFrames() local
/external/webrtc/video/render/
Dvideo_render_frames.cc51 int32_t VideoRenderFrames::AddFrame(VideoFrame&& new_frame) { in AddFrame()
/external/google-breakpad/src/processor/
Dstackwalker_amd64.cc316 scoped_ptr<StackFrameAMD64> new_frame; in GetCallerFrame() local
Dstackwalker_mips.cc260 scoped_ptr<StackFrameMIPS> new_frame; in GetCallerFrame() local
Dstackwalker_x86.cc661 scoped_ptr<StackFrameX86> new_frame; in GetCallerFrame() local
Dfast_source_line_resolver.cc136 unique_ptr<StackFrame> new_frame = in ConstructInlineFrames() local
Dbasic_source_line_resolver.cc257 unique_ptr<StackFrame> new_frame = in ConstructInlineFrames() local
/external/python/cpython3/Python/
Dbytecodes.c700 _PyInterpreterFrame *new_frame = _PyFrame_PushUnchecked(tstate, getitem, 2); in dummy_func() local
2081 _PyInterpreterFrame *new_frame = _PyFrame_PushUnchecked(tstate, f, 1); in dummy_func() local
2106 _PyInterpreterFrame *new_frame = _PyFrame_PushUnchecked(tstate, f, 2); in dummy_func() local
3125 _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit( in dummy_func() local
3821 _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit( in dummy_func() local
3923 _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit_Ex(tstate, in dummy_func() local
Dexecutor_cases.c.h3017 _PyInterpreterFrame *new_frame; variable
3247 _PyInterpreterFrame *new_frame; variable
3271 _PyInterpreterFrame *new_frame; variable
3295 _PyInterpreterFrame *new_frame; variable
3319 _PyInterpreterFrame *new_frame; variable
3343 _PyInterpreterFrame *new_frame; variable
3367 _PyInterpreterFrame *new_frame; variable
3387 _PyInterpreterFrame *new_frame; variable
Doptimizer_cases.c.h1560 _Py_UOpsAbstractFrame *new_frame; variable
1667 _Py_UOpsAbstractFrame *new_frame; variable
1710 _Py_UOpsAbstractFrame *new_frame; variable
Doptimizer_bytecodes.c60 _Py_UOpsAbstractFrame *new_frame; in dummy_func() local
Dgenerated_cases.c.h507 _PyInterpreterFrame *new_frame = _PyFrame_PushUnchecked(tstate, getitem, 2); in TARGET() local
798 _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit( in TARGET() local
926 _PyInterpreterFrame *new_frame; in TARGET() local
1018 _PyInterpreterFrame *new_frame; in TARGET() local
1343 _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit_Ex(tstate, in TARGET() local
1485 _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit( in TARGET() local
1867 _PyInterpreterFrame *new_frame; in TARGET() local
1940 _PyInterpreterFrame *new_frame; in TARGET() local
2818 _PyInterpreterFrame *new_frame; in TARGET() local
3836 _PyInterpreterFrame *new_frame = _PyFrame_PushUnchecked(tstate, f, 2); in TARGET() local
[all …]
/external/webrtc/modules/desktop_capture/
Ddesktop_capturer_differ_wrapper.cc115 const DesktopFrame& new_frame, in CompareFrames()
/external/libaom/av1/decoder/
Ddecoder.c329 YV12_BUFFER_CONFIG *new_frame, in av1_copy_new_frame_dec()
/external/pytorch/torch/csrc/jit/python/
Dpython_tracer.cpp39 auto new_frame = PyFrame_GetBack(frame); in _pythonCallstack() local
/external/python/cpython3/Include/internal/
Dpycore_frame.h283 _PyInterpreterFrame *new_frame = (_PyInterpreterFrame *)tstate->datastack_top; in _PyFrame_PushUnchecked() local
/external/perfetto/src/trace_processor/importers/instruments/
Dinstruments_xml_tokenizer.cc304 IdPtr<Frame> new_frame = data_.NewFrame(); in ElementStart() local
/external/webrtc/modules/video_coding/
Djitter_buffer.cc534 const VCMFrameBuffer& new_frame) { in FindAndInsertContinuousFrames()
/external/libaom/av1/
Dav1_dx_iface.c996 YV12_BUFFER_CONFIG new_frame; in ctrl_get_new_frame_image() local
1015 YV12_BUFFER_CONFIG new_frame; in ctrl_copy_new_frame_image() local
/external/cronet/tot/net/quic/
Dquic_test_packet_maker.cc811 const quic::QuicStreamFrame* new_frame = &frame.stream_frame; in AddFrameWithCoalescing() local

12