HomeSort by relevance Sort by last modified time
    Searched refs:frame_idx (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/lldb/include/lldb/Target/
Unwind.h 73 GetFrameInfoAtIndex (uint32_t frame_idx,
78 return DoGetFrameInfoAtIndex (frame_idx, cfa, pc);
105 DoGetFrameInfoAtIndex (uint32_t frame_idx,
ThreadPlanStepOut.h 31 uint32_t frame_idx);
76 uint32_t frame_idx);
ThreadPlanStepUntil.h 44 uint32_t frame_idx = 0);
69 uint32_t frame_idx);
StackFrame.h 46 lldb::user_id_t frame_idx,
53 lldb::user_id_t frame_idx,
61 lldb::user_id_t frame_idx,
Thread.h 376 ReturnFromFrameWithIndex (uint32_t frame_idx, lldb::ValueObjectSP return_value_sp, bool broadcast = false);
407 SetSelectedFrameByIndex (uint32_t frame_idx, bool broadcast = false);
410 SetSelectedFrameByIndexNoisily (uint32_t frame_idx, Stream &output_stream);
452 DumpUsingSettingsFormat (Stream &strm, uint32_t frame_idx);
639 uint32_t frame_idx);
693 uint32_t frame_idx);
    [all...]
  /external/lldb/source/Commands/
CommandObjectFrame.cpp 196 uint32_t frame_idx = UINT32_MAX; local
200 frame_idx = thread->GetSelectedFrameIndex ();
201 if (frame_idx == UINT32_MAX)
202 frame_idx = 0;
206 if (frame_idx >= -m_options.relative_frame_offset)
207 frame_idx += m_options.relative_frame_offset;
210 if (frame_idx == 0)
218 frame_idx = 0;
226 if (num_frames - frame_idx > m_options.relative_frame_offset)
227 frame_idx += m_options.relative_frame_offset
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
UnwindMacOSXFrameBackchain.h 44 DoGetFrameInfoAtIndex (uint32_t frame_idx,
UnwindLLDB.h 73 DoGetFrameInfoAtIndex (uint32_t frame_idx,
  /external/lldb/source/Target/
StackFrameList.cpp 587 uint32_t frame_idx = unwind_idx; local
588 StackFrameSP frame_sp (GetFrameAtIndex (frame_idx));
593 frame_sp = GetFrameAtIndex (++frame_idx);
612 uint32_t frame_idx = 0; local
623 frame_idx = m_frames.size();
627 frame_sp = GetFrameAtIndex (frame_idx);
630 frame_idx++;
874 uint32_t frame_idx = 0; local
    [all...]
ThreadPlanStepOut.cpp 44 uint32_t frame_idx
60 StackFrameSP return_frame_sp (m_thread.GetStackFrameAtIndex(frame_idx + 1));
61 StackFrameSP immediate_return_from_sp (m_thread.GetStackFrameAtIndex (frame_idx));
76 if (frame_idx > 0)
86 frame_idx - 1));
ThreadPlanStepUntil.cpp 41 uint32_t frame_idx
57 StackFrameSP frame_sp (m_thread.GetStackFrameAtIndex (frame_idx));
66 StackFrameSP return_frame_sp (m_thread.GetStackFrameAtIndex(frame_idx + 1));
80 m_stack_id = m_thread.GetStackFrameAtIndex(frame_idx)->GetStackID();
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/test/testAPI/
test_api_video.cc 168 for (int frame_idx = 0; frame_idx < 10; ++frame_idx) {
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 69 uint32_t frame_idx);
211 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
520 uint32_t frame_idx = (uint32_t)in_val; local
521 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 69 uint32_t frame_idx);
213 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
522 uint32_t frame_idx = (uint32_t)in_val; local
523 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 52 * @frame_idx : frame sequence num, to be filled when DQBUF
70 uint32_t frame_idx; member in struct:__anon2755
127 * @frame_idx : buffer index within stream buffers
135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
144 * @frame_idx : buffer index within stream buffers
150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
600 * all frames in the superbuf queue up to frame_idx,
601 * even if frames with frame_idx come in later than
605 * @frame_idx : frame index up until which all superbufs are flushed
610 uint32_t ch_id, uint32_t frame_idx);
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/common/
mm_camera_interface.h 52 * @frame_idx : frame sequence num, to be filled when DQBUF
70 uint32_t frame_idx; member in struct:__anon3258
127 * @frame_idx : buffer index within stream buffers
135 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
144 * @frame_idx : buffer index within stream buffers
150 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
600 * all frames in the superbuf queue up to frame_idx,
601 * even if frames with frame_idx come in later than
605 * @frame_idx : frame index up until which all superbufs are flushed
610 uint32_t ch_id, uint32_t frame_idx);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/common/
mm_camera_interface.h 52 * @frame_idx : frame sequence num, to be filled when DQBUF
71 uint32_t frame_idx; member in struct:__anon4354
130 * @frame_idx : buffer index within stream buffers
138 typedef int32_t (*map_stream_buf_op_t) (uint32_t frame_idx,
147 * @frame_idx : buffer index within stream buffers
153 typedef int32_t (*unmap_stream_buf_op_t) (uint32_t frame_idx,
624 * all frames in the superbuf queue up to frame_idx,
625 * even if frames with frame_idx come in later than
629 * @frame_idx : frame index up until which all superbufs are flushed
634 uint32_t ch_id, uint32_t frame_idx);
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_channel.c 69 uint32_t frame_idx);
241 ch_obj->bundle.superbuf_queue.expected_frame_id = cmd_cb->u.frame_idx;
661 uint32_t frame_idx = (uint32_t)in_val; local
662 rc = mm_channel_flush_super_buf_queue(my_obj, frame_idx);
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 77 uint32_t frame_idx; member in struct:__anon2779
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon2781::__anon2782
296 uint32_t frame_idx; member in struct:__anon2798
475 uint32_t frame_idx);
538 uint32_t frame_idx,
544 uint32_t frame_idx,
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 77 uint32_t frame_idx; member in struct:__anon3283
92 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon3285::__anon3286
298 uint32_t frame_idx; member in struct:__anon3302
477 uint32_t frame_idx);
540 uint32_t frame_idx,
546 uint32_t frame_idx,
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 82 uint32_t frame_idx; member in struct:__anon4384
111 uint32_t frame_idx; /* frame idx boundary for flush superbuf queue*/ member in union:__anon4388::__anon4389
324 uint32_t frame_idx; member in struct:__anon4405
531 uint32_t frame_idx);
594 uint32_t frame_idx,
600 uint32_t frame_idx,
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_channel.c 1373 uint32_t frame_idx; local
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 38 int frame_idx)
44 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext);
69 __func__, frame->frame_len, frame->frame_idx, frame->stream_id);
71 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx);
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 38 int frame_idx)
44 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext);
69 __func__, frame->frame_len, frame->frame_idx, frame->stream_id);
71 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx);
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_rdi.c 38 int frame_idx)
46 snprintf(file_name, sizeof(file_name), "/data/%s_%03d.%s", name, frame_idx, ext);
71 __func__, frame->frame_len, frame->frame_idx, frame->stream_id);
73 mm_app_rdi_dump_frame(frame, file_name, "raw", frame->frame_idx);

Completed in 2032 milliseconds

1 2 3 4 5