/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_debug_stack.c | 104 unsigned start_frame, in debug_backtrace_capture() argument 117 while ((start_frame > 0) && (unw_step(&cursor) > 0)) in debug_backtrace_capture() 118 start_frame--; in debug_backtrace_capture() 213 unsigned start_frame, in debug_backtrace_capture() argument 251 start_frame += 1; in debug_backtrace_capture() 253 assert(start_frame + nr_frames < 63); in debug_backtrace_capture() 254 i = pfnCaptureStackBackTrace(start_frame, nr_frames, in debug_backtrace_capture() 285 if (start_frame) in debug_backtrace_capture() 286 --start_frame; in debug_backtrace_capture()
|
D | u_debug_stack.h | 74 unsigned start_frame,
|
/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/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 | 356 int start_frame = 0; in vp8_temporal_filter_prepare_c() local 420 start_frame = distance + frames_to_blur_forward; in vp8_temporal_filter_prepare_c() 425 int which_buffer = start_frame - frame; in vp8_temporal_filter_prepare_c()
|
/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/libpcap/pcap/ |
D | usb.h | 123 int32_t start_frame; /* for Isochronous events */ member
|
/external/u-boot/drivers/usb/musb-new/ |
D | usb-compat.h | 43 int start_frame; /* (modify) start frame (ISO) */ member
|
D | musb_host.c | 262 || (frame >= urb->start_frame)) { in musb_start_urb() 270 qh->frame = urb->start_frame; in musb_start_urb()
|
/external/libpcap/ |
D | pcap-common.c | 1403 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
|
/external/libusb/libusb/os/ |
D | linux_usbfs.h | 96 int start_frame; member
|
/external/kernel-headers/original/uapi/linux/ |
D | usbdevice_fs.h | 105 int start_frame; member
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_temporal_filter.c | 1053 int start_frame; in vp9_temporal_filter() local 1065 start_frame = distance + frames_to_blur_forward; in vp9_temporal_filter() 1073 const int which_buffer = start_frame - frame; in vp9_temporal_filter()
|
D | vp9_ratectrl.c | 2814 int start_frame = 0; in vp9_scene_detection_onepass() local 2836 start_frame = (int)vp9_lookahead_depth(cpi->lookahead) - 1; in vp9_scene_detection_onepass() 2838 const int lagframe_idx = start_frame - frame; in vp9_scene_detection_onepass() 2872 (cpi->oxcf.lag_in_frames == 0) ? 0 : start_frame - frame + 1; in vp9_scene_detection_onepass()
|
/external/libaom/libaom/av1/encoder/ |
D | temporal_filter.c | 1243 int start_frame; in av1_temporal_filter() local 1276 start_frame = distance + frames_to_blur_forward; in av1_temporal_filter() 1280 const int which_buffer = start_frame - frame; in av1_temporal_filter()
|
/external/python/cpython2/Modules/ |
D | cdmodule.c | 128 info.start_min, info.start_sec, info.start_frame, in CD_gettrackinfo()
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 936 MV_REFERENCE_FRAME start_frame, int dir) { in motion_field_projection() argument 941 get_ref_frame_buf(cm, start_frame); in motion_field_projection()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 11507 static void start_frame(upb_json_printer *p) { in start_frame() function 11524 start_frame(p); in printer_startmsg()
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 12324 static void start_frame(upb_json_printer *p) { in start_frame() function 12341 start_frame(p); in printer_startmsg()
|