/aosp_15_r20/art/runtime/ |
H A D | quick_exception_handler.cc | 491 ShadowFrame* new_frame = GetThread()->FindDebuggerShadowFrame(frame_id); in VisitFrame() local 555 ShadowFrame* new_frame, in HandleNterpDeoptimization() 584 ShadowFrame* new_frame, in HandleOptimizingDeoptimization()
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
H A 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()
|
H A 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()
|
H A D | object_tracker.h | 59 virtual void NextFrame(const uint8_t* const new_frame, in NextFrame()
|
H A D | flow_cache.h | 51 void NextFrame(ImageData* const new_frame, in NextFrame()
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | swapyv12buffer.c | 13 void vp8_swap_yv12_buffer(YV12_BUFFER_CONFIG *new_frame, in vp8_swap_yv12_buffer()
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/python/ |
H A D | python_util.cpp | 46 auto new_frame = PyFrame_GetBack(frame); in GetPythonFrames() local
|
/aosp_15_r20/external/webrtc/video/render/ |
H A D | video_render_frames.cc | 51 int32_t VideoRenderFrames::AddFrame(VideoFrame&& new_frame) { in AddFrame()
|
/aosp_15_r20/external/python/cpython2/Lib/hotshot/ |
D | stats.py | 54 def new_frame(self, *args): member in StatsLoader
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | frame.c | 156 _PyInterpreterFrame *new_frame = _PyThreadState_BumpFramePointer(tstate, size); in _PyFrame_Push() local
|
D | ceval.c | 2251 _PyInterpreterFrame *new_frame = _PyThreadState_BumpFramePointer(tstate, size); local 4747 _PyInterpreterFrame *new_frame = _PyEvalFramePushAndInit( local 4854 _PyInterpreterFrame *new_frame = _PyFrame_Push(tstate, func); local 4890 _PyInterpreterFrame *new_frame = _PyFrame_Push(tstate, func); local
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | stackwalker_amd64.cc | 316 scoped_ptr<StackFrameAMD64> new_frame; in GetCallerFrame() local
|
H A D | stackwalker_mips.cc | 260 scoped_ptr<StackFrameMIPS> new_frame; in GetCallerFrame() local
|
H A D | stackwalker_x86.cc | 661 scoped_ptr<StackFrameX86> new_frame; in GetCallerFrame() local
|
H A D | fast_source_line_resolver.cc | 136 unique_ptr<StackFrame> new_frame = in ConstructInlineFrames() local
|
H A D | basic_source_line_resolver.cc | 257 unique_ptr<StackFrame> new_frame = in ConstructInlineFrames() local
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | desktop_capturer_differ_wrapper.cc | 115 const DesktopFrame& new_frame, in CompareFrames()
|
/aosp_15_r20/external/libaom/av1/decoder/ |
H A D | decoder.c | 329 YV12_BUFFER_CONFIG *new_frame, in av1_copy_new_frame_dec()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/ |
H A D | python_tracer.cpp | 39 auto new_frame = PyFrame_GetBack(frame); in _pythonCallstack() local
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/instruments/ |
H A D | instruments_xml_tokenizer.cc | 277 IdPtr<Frame> new_frame = data_.NewFrame(); in ElementStart() local
|
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/ |
D | host_renderer.cc | 352 auto new_frame = RepaintRawFrame(w, h); in RenderRawFrame() local
|
/aosp_15_r20/external/webrtc/modules/video_coding/ |
H A D | jitter_buffer.cc | 534 const VCMFrameBuffer& new_frame) { in FindAndInsertContinuousFrames()
|
/aosp_15_r20/external/libaom/av1/ |
H A 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
|
/aosp_15_r20/external/libvpx/third_party/libwebm/mkvmuxer/ |
H A D | mkvmuxer.cc | 3530 Frame* const new_frame = new (std::nothrow) Frame(); in AddGenericFrame() local 3560 Frame* const new_frame = new (std::nothrow) Frame(); in AddGenericFrame() local
|
/aosp_15_r20/external/libwebm/mkvmuxer/ |
H A D | mkvmuxer.cc | 3530 Frame* const new_frame = new (std::nothrow) Frame(); in AddGenericFrame() local 3560 Frame* const new_frame = new (std::nothrow) Frame(); in AddGenericFrame() local
|