HomeSort by relevance Sort by last modified time
    Searched full:start_frame (Results 1 - 25 of 25) sorted by null

  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_stack.c 53 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;
u_debug_stack.h 60 unsigned start_frame,
  /external/webrtc/webrtc/common_audio/
channel_buffer.h 103 // 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) {
113 return const_cast<T**>(t->Slice(slice, start_frame));
  /device/google/cuttlefish_common/host/libs/usbip/
messages.h 71 uint32_t start_frame; member in struct:vadb::usbip::CmdReqSubmit
81 uint32_t start_frame; member in struct:vadb::usbip::CmdRepSubmit
messages.cpp 67 out << "\t\tstart:\t" << submit.start_frame << '\n';
78 out << "\t\tstart:\t" << submit.start_frame << '\n';
client.cpp 56 rval.start_frame = NetToHost(t.start_frame);
91 rval.start_frame = HostToNet(t.start_frame);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 125 // 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/webrtc/tools/python_charts/webrtc/
data_helper.py 40 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):
  /bionic/libc/kernel/uapi/linux/
usbdevice_fs.h 78 int start_frame; member in struct:usbdevfs_urb
  /external/libpcap/pcap/
usb.h 121 int32_t start_frame; /* for Isochronous events */ member in struct:_usb_header_mmapped
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 355 int start_frame = 0; local
419 start_frame = distance + frames_to_blur_forward;
424 int which_buffer = start_frame - frame;
  /external/kernel-headers/original/uapi/linux/
usbdevice_fs.h 105 int start_frame; member in struct:usbdevfs_urb
  /external/libusb/libusb/os/
linux_usbfs.h 96 int start_frame; member in struct:usbfs_urb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 104 int start_frame; member in struct:usbdevfs_urb
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 717 int start_frame; local
729 start_frame = distance + frames_to_blur_forward;
737 const int which_buffer = start_frame - frame;
vp9_ratectrl.c 2286 int start_frame = 0; local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 1015 uint32_t start_frame = request->ReadUnsigned32("start frame"); local
    [all...]
  /external/libpcap/
pcap-common.c     [all...]
  /external/python/cpython2/Modules/
cdmodule.c 128 info.start_min, info.start_sec, info.start_frame,
  /art/runtime/
debugger.h 482 static JDWP::JdwpError GetThreadFrames(JDWP::ObjectId thread_id, size_t start_frame,
    [all...]
debugger.cc     [all...]
  /external/libavc/test/encoder/
main.c 152 { "--", "--start_frame", START_FRM, "Starting frame number\n" },
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.c 11507 static void start_frame(upb_json_printer *p) { function
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
upb.c 12324 static void start_frame(upb_json_printer *p) { function
    [all...]
  /external/valgrind/include/vki/
vki-linux.h 2587 int start_frame; member in struct:vki_usbdevfs_urb
    [all...]

Completed in 847 milliseconds