/external/libvpx/vp8/common/ |
D | swapyv12buffer.c | 13 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, in vp8_swap_yv12_buffer()
|
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
D | image_data.h | 89 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()
|
D | object_tracker.h | 59 virtual void NextFrame(const uint8_t* const new_frame, in NextFrame()
|
D | object_tracker.cc | 100 void ObjectTracker::NextFrame(const uint8_t* const new_frame, in NextFrame() 175 const std::string& id, const uint8_t* const new_frame, in RegisterNewObjectWithAppearance()
|
D | flow_cache.h | 51 void NextFrame(ImageData* const new_frame, in NextFrame()
|
/external/pytorch/torch/csrc/lazy/python/ |
D | python_util.cpp | 46 auto new_frame = PyFrame_GetBack(frame); in GetPythonFrames() local
|
/external/webrtc/video/render/ |
D | video_render_frames.cc | 51 int32_t VideoRenderFrames::AddFrame(VideoFrame&& new_frame) { in AddFrame()
|
/external/google-breakpad/src/processor/ |
D | stackwalker_amd64.cc | 316 scoped_ptr<StackFrameAMD64> new_frame; in GetCallerFrame() local
|
D | stackwalker_mips.cc | 260 scoped_ptr<StackFrameMIPS> new_frame; in GetCallerFrame() local
|
D | stackwalker_x86.cc | 661 scoped_ptr<StackFrameX86> new_frame; in GetCallerFrame() local
|
D | fast_source_line_resolver.cc | 136 unique_ptr<StackFrame> new_frame = in ConstructInlineFrames() local
|
D | basic_source_line_resolver.cc | 257 unique_ptr<StackFrame> new_frame = in ConstructInlineFrames() local
|
/external/python/cpython3/Python/ |
D | bytecodes.c | 700 _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
|
D | executor_cases.c.h | 3017 _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
|
D | optimizer_cases.c.h | 1560 _Py_UOpsAbstractFrame *new_frame; variable 1667 _Py_UOpsAbstractFrame *new_frame; variable 1710 _Py_UOpsAbstractFrame *new_frame; variable
|
D | optimizer_bytecodes.c | 60 _Py_UOpsAbstractFrame *new_frame; in dummy_func() local
|
D | generated_cases.c.h | 507 _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/ |
D | desktop_capturer_differ_wrapper.cc | 115 const DesktopFrame& new_frame, in CompareFrames()
|
/external/libaom/av1/decoder/ |
D | decoder.c | 329 YV12_BUFFER_CONFIG *new_frame, in av1_copy_new_frame_dec()
|
/external/pytorch/torch/csrc/jit/python/ |
D | python_tracer.cpp | 39 auto new_frame = PyFrame_GetBack(frame); in _pythonCallstack() local
|
/external/python/cpython3/Include/internal/ |
D | pycore_frame.h | 283 _PyInterpreterFrame *new_frame = (_PyInterpreterFrame *)tstate->datastack_top; in _PyFrame_PushUnchecked() local
|
/external/perfetto/src/trace_processor/importers/instruments/ |
D | instruments_xml_tokenizer.cc | 304 IdPtr<Frame> new_frame = data_.NewFrame(); in ElementStart() local
|
/external/webrtc/modules/video_coding/ |
D | jitter_buffer.cc | 534 const VCMFrameBuffer& new_frame) { in FindAndInsertContinuousFrames()
|
/external/libaom/av1/ |
D | av1_dx_iface.c | 996 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/ |
D | quic_test_packet_maker.cc | 811 const quic::QuicStreamFrame* new_frame = &frame.stream_frame; in AddFrameWithCoalescing() local
|