Searched defs:start_frame (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_stack.c42 unsigned start_frame,
73 if(start_frame)
74 --start_frame;
41 debug_backtrace_capture(struct debug_stack_frame *backtrace, unsigned start_frame, unsigned nr_frames) argument
/external/libpcap/pcap/
H A Dusb.h123 int32_t start_frame; /* for Isochronous events */ member in struct:_usb_header_mmapped
/external/libusb/libusb/os/
H A Dlinux_usbfs.h93 int start_frame; member in struct:usbfs_urb
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c441 int start_frame = 0; local
500 start_frame = distance + frames_to_blur_forward;
506 int which_buffer = start_frame - frame;
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h104 int start_frame; member in struct:usbdevfs_urb
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c421 int start_frame; local
433 start_frame = distance + frames_to_blur_forward;
438 const int which_buffer = start_frame - frame;
/external/lldb/source/Commands/
H A DCommandObjectThread.cpp1238 const uint32_t start_frame = 0; local
1244 start_frame,
H A DCommandObjectProcess.cpp1599 const uint32_t start_frame = 0; local
1605 start_frame,
H A DCommandObjectTarget.cpp106 const uint32_t start_frame = 0; local
112 start_frame,
/external/lldb/source/Target/
H A DThread.cpp1832 Thread::GetStatus (Stream &strm, uint32_t start_frame, uint32_t num_frames, uint32_t num_frames_with_source) argument
1848 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame);
1859 DumpUsingSettingsFormat (strm, start_frame);
1868 start_frame,
/external/valgrind/include/vki/
H A Dvki-linux.h2567 int start_frame; member in struct:vki_usbdevfs_urb

Completed in 1056 milliseconds