/external/webrtc/webrtc/common_audio/ |
D | channel_buffer.h | 105 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/ |
D | u_debug_stack.c | 42 unsigned start_frame, in debug_backtrace_capture() argument 73 if(start_frame) in debug_backtrace_capture() 74 --start_frame; in debug_backtrace_capture()
|
D | u_debug_stack.h | 53 unsigned start_frame,
|
/external/webrtc/tools/python_charts/webrtc/ |
D | data_helper.py | 40 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/ |
D | temporal_filter.c | 443 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/ |
D | usb.h | 121 int32_t start_frame; /* for Isochronous events */ member
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
D | vp8_sequence_coder.cc | 126 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/ |
D | linux_usbfs.h | 93 int start_frame; member
|
/external/libpcap/ |
D | pcap-common.c | 1256 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 104 int start_frame; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 663 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/ |
D | Thread.cpp | 1832 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()
|
D | Process.cpp | 5503 uint32_t start_frame, in GetThreadStatus() argument 5523 start_frame, in GetThreadStatus()
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/ |
D | screen_finder.py | 841 start_frame = int(sys.argv[2]) if len(sys.argv) >= 3 else 0 843 start_frame)
|
/external/lldb/include/lldb/Target/ |
D | Thread.h | 892 uint32_t start_frame,
|
D | Process.h | 2503 uint32_t start_frame,
|
/external/lldb/source/Commands/ |
D | CommandObjectThread.cpp | 1238 const uint32_t start_frame = 0; in DoExecute() local 1244 start_frame, in DoExecute()
|
D | CommandObjectProcess.cpp | 1599 const uint32_t start_frame = 0; in DoExecute() local 1605 start_frame, in DoExecute()
|
D | CommandObjectTarget.cpp | 106 const uint32_t start_frame = 0; in DumpTargetInfo() local 112 start_frame, in DumpTargetInfo()
|
/external/valgrind/include/vki/ |
D | vki-linux.h | 2567 int start_frame; member
|