Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_debug_stack.c104 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()
Du_debug_stack.h74 unsigned start_frame,
/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/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.c356 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/
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/libpcap/pcap/
Dusb.h123 int32_t start_frame; /* for Isochronous events */ member
/external/u-boot/drivers/usb/musb-new/
Dusb-compat.h43 int start_frame; /* (modify) start frame (ISO) */ member
Dmusb_host.c262 || (frame >= urb->start_frame)) { in musb_start_urb()
270 qh->frame = urb->start_frame; in musb_start_urb()
/external/libpcap/
Dpcap-common.c1403 uhdr->start_frame = SWAPLONG(uhdr->start_frame); in swap_linux_usb_header()
/external/libusb/libusb/os/
Dlinux_usbfs.h96 int start_frame; member
/external/kernel-headers/original/uapi/linux/
Dusbdevice_fs.h105 int start_frame; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_temporal_filter.c1053 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()
Dvp9_ratectrl.c2814 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/
Dtemporal_filter.c1243 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/
Dcdmodule.c128 info.start_min, info.start_sec, info.start_frame, in CD_gettrackinfo()
/external/libaom/libaom/av1/common/
Dmvref_common.c936 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/
Dupb.c11507 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/
Dupb.c12324 static void start_frame(upb_json_printer *p) { in start_frame() function
12341 start_frame(p); in printer_startmsg()