Home
last modified time | relevance | path

Searched refs:start_frame (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/webrtc/common_audio/
Dchannel_buffer.h105 const T* const* Slice(T** slice, size_t start_frame) const { in Slice() argument
106 RTC_DCHECK_LT(start_frame, num_frames_); in Slice()
108 slice[i] = &channels_[i][start_frame]; in Slice()
111 T** Slice(T** slice, size_t start_frame) { in Slice() argument
113 return const_cast<T**>(t->Slice(slice, start_frame)); in Slice()
/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_stack.c42 unsigned start_frame, in debug_backtrace_capture() argument
73 if(start_frame) in debug_backtrace_capture()
74 --start_frame; in debug_backtrace_capture()
Du_debug_stack.h53 unsigned start_frame,
/external/webrtc/tools/python_charts/webrtc/
Ddata_helper.py40 def CreateData(self, field_name, start_frame=0, end_frame=0): argument
100 for row_number in range(start_frame, end_frame):
/external/libvpx/libvpx/vp8/encoder/
Dtemporal_filter.c443 int start_frame = 0; in vp8_temporal_filter_prepare_c() local
502 start_frame = distance + frames_to_blur_forward; in vp8_temporal_filter_prepare_c()
508 int which_buffer = start_frame - frame; in vp8_temporal_filter_prepare_c()
/external/libpcap/pcap/
Dusb.h121 int32_t start_frame; /* for Isochronous events */ member
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_sequence_coder.cc126 int start_frame = strtol((parser->GetFlag("start_frame")).c_str(), NULL, 10); in SequenceCoder() local
168 if (frame_cnt >= start_frame) { in SequenceCoder()
/external/libusb/libusb/os/
Dlinux_usbfs.h93 int start_frame; member
/external/libpcap/
Dpcap-common.c1256 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h104 int start_frame; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c663 int start_frame; in vp9_temporal_filter() local
674 start_frame = distance + frames_to_blur_forward; in vp9_temporal_filter()
678 const int which_buffer = start_frame - frame; in vp9_temporal_filter()
/external/lldb/source/Target/
DThread.cpp1832 Thread::GetStatus (Stream &strm, uint32_t start_frame, uint32_t num_frames, uint32_t num_frames_wit… in GetStatus() argument
1848 StackFrameSP frame_sp = GetStackFrameAtIndex(start_frame); in GetStatus()
1859 DumpUsingSettingsFormat (strm, start_frame); in GetStatus()
1868 start_frame, in GetStatus()
DProcess.cpp5503 uint32_t start_frame, in GetThreadStatus() argument
5523 start_frame, in GetThreadStatus()
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dscreen_finder.py841 start_frame = int(sys.argv[2]) if len(sys.argv) >= 3 else 0
843 start_frame)
/external/lldb/include/lldb/Target/
DThread.h892 uint32_t start_frame,
DProcess.h2503 uint32_t start_frame,
/external/lldb/source/Commands/
DCommandObjectThread.cpp1238 const uint32_t start_frame = 0; in DoExecute() local
1244 start_frame, in DoExecute()
DCommandObjectProcess.cpp1599 const uint32_t start_frame = 0; in DoExecute() local
1605 start_frame, in DoExecute()
DCommandObjectTarget.cpp106 const uint32_t start_frame = 0; in DumpTargetInfo() local
112 start_frame, in DumpTargetInfo()
/external/valgrind/include/vki/
Dvki-linux.h2567 int start_frame; member