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

1 2 3 4

  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 120 // Get range of frames: will encode num_frames following start_frame).
121 int start_frame = strtol((parser.GetFlag("start_frame")).c_str(), NULL, 10); local
163 if (frame_cnt >= start_frame) {
208 " - start_frame - frame number in which encoding will begin. Default: 0"
222 parser.SetFlag("start_frame", "0");
  /external/libpcap/pcap/
usb.h 123 int32_t start_frame; /* for Isochronous events */ member in struct:_usb_header_mmapped
  /external/srec/srec/crec/
srec_results.c 366 frameID start_frame = MAXframeID; local
379 start_frame = wtoken->end_time;
380 start_cost = wtoken->cost + rec->accumulated_cost_offset[ start_frame];
394 if (start_frame != MAXframeID && end_frame != MAXframeID)
396 num_speech_frames = (frameID)(end_frame - start_frame);
408 for (i = start_frame + 1; i <= end_frame; i++)
427 for (i = start_frame + 1; i <= end_frame; i++)
  /development/ndk/platforms/android-3/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
temporal_filter.c 441 int start_frame = 0; local
500 start_frame = distance + frames_to_blur_forward;
506 int which_buffer = start_frame - frame;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 362 int start_frame = 0; local
415 start_frame = distance + frames_to_blur_forward;
424 cpi->last_alt_ref_sei, start_frame);
436 int which_buffer = start_frame - frame;
  /external/libusb/libusb/os/
linux_usbfs.h 93 int start_frame; member in struct:usbfs_urb
  /external/libvpx/libvpx/vp8/encoder/
temporal_filter.c 440 int start_frame = 0; local
499 start_frame = distance + frames_to_blur_forward;
505 int which_buffer = start_frame - frame;
  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 379 int start_frame = 0; local
434 start_frame = distance + frames_to_blur_forward;
443 cpi->last_alt_ref_sei, start_frame);
455 int which_buffer = start_frame - frame;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
temporal_filter.c 440 int start_frame = 0; local
499 start_frame = distance + frames_to_blur_forward;
505 int which_buffer = start_frame - frame;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 379 int start_frame = 0; local
434 start_frame = distance + frames_to_blur_forward;
443 cpi->last_alt_ref_sei, start_frame);
455 int which_buffer = start_frame - frame;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
usbdevice_fs.h 104 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
usbdevice_fs.h 104 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
usbdevice_fs.h 80 int start_frame; member in struct:usbdevfs_urb

Completed in 1456 milliseconds

1 2 3 4