Searched refs:start_frame (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_debug_stack.h60 unsigned start_frame,
H A Du_debug_stack.c53 unsigned start_frame,
91 start_frame += 1;
93 assert(start_frame + nr_frames < 63);
94 i = pfnCaptureStackBackTrace(start_frame, nr_frames,
125 if (start_frame)
126 --start_frame;
52 debug_backtrace_capture(struct debug_stack_frame *backtrace, unsigned start_frame, unsigned nr_frames) argument
/external/webrtc/webrtc/common_audio/
H A Dchannel_buffer.h103 // Sets the |slice| pointers to the |start_frame| position for each channel.
105 const T* const* Slice(T** slice, size_t start_frame) const {
106 RTC_DCHECK_LT(start_frame, num_frames_);
108 slice[i] = &channels_[i][start_frame];
111 T** Slice(T** slice, size_t start_frame) { argument
113 return const_cast<T**>(t->Slice(slice, start_frame));
/external/webrtc/tools/python_charts/webrtc/
H A Ddata_helper.py40 def CreateData(self, field_name, start_frame=0, end_frame=0):
52 start_frame: Frame number to start at (zero indexed). Default: 0.
100 for row_number in range(start_frame, end_frame):
/external/libpcap/pcap/
H A Dusb.h121 int32_t start_frame; /* for Isochronous events */ member in struct:_usb_header_mmapped
/external/kernel-headers/original/uapi/linux/
H A Dusbdevice_fs.h105 int start_frame; member in struct:usbdevfs_urb
/external/libusb/libusb/os/
H A Dlinux_usbfs.h96 int start_frame; member in struct:usbfs_urb
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
H A Dvp8_sequence_coder.cc125 // Get range of frames: will encode num_frames following start_frame).
126 int start_frame = strtol((parser->GetFlag("start_frame")).c_str(), NULL, 10); local
168 if (frame_cnt >= start_frame) {
213 " - start_frame - frame number in which encoding will begin. Default: 0"
228 parser.SetFlag("start_frame", "0");
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c355 int start_frame = 0; local
419 start_frame = distance + frames_to_blur_forward;
424 int which_buffer = start_frame - frame;
/external/libpcap/
H A Dpcap-common.c1323 offset += 4; /* skip past start_frame */
1326 uhdr->start_frame = SWAPLONG(uhdr->start_frame);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c717 int start_frame; local
729 start_frame = distance + frames_to_blur_forward;
737 const int which_buffer = start_frame - frame;
H A Dvp9_ratectrl.c2286 int start_frame = 0; local
2303 start_frame = (int)vp9_lookahead_depth(cpi->lookahead) - 1;
2305 const int lagframe_idx = start_frame - frame;
2339 (cpi->oxcf.lag_in_frames == 0) ? 0 : start_frame - frame + 1;
/external/python/cpython2/Modules/
H A Dcdmodule.c128 info.start_min, info.start_sec, info.start_frame,
/external/valgrind/include/vki/
H A Dvki-linux.h2587 int start_frame; member in struct:vki_usbdevfs_urb
/external/protobuf/php/ext/google/protobuf/
H A Dupb.c11507 static void start_frame(upb_json_printer *p) { function
11524 start_frame(p);
/external/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c12324 static void start_frame(upb_json_printer *p) { function
12341 start_frame(p);

Completed in 606 milliseconds