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

1 2 3 4 5

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug_stack.h 53 unsigned start_frame,
u_debug_stack.c 42 unsigned start_frame,
73 if(start_frame)
74 --start_frame;
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug_stack.h 53 unsigned start_frame,
u_debug_stack.c 42 unsigned start_frame,
73 if(start_frame)
74 --start_frame;
  /external/chromium_org/media/base/
audio_fifo.h 29 // them to |destination| starting at position |start_frame|.
33 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
audio_bus.cc 42 static void FromInterleavedInternal(const void* src, int start_frame,
51 for (int i = start_frame, offset = ch; i < start_frame + frames;
63 static void ToInterleavedInternal(const AudioBus* source, int start_frame,
71 for (int i = start_frame, offset = ch; i < start_frame + frames;
92 static void CheckOverflow(int start_frame, int frames, int total_frames) {
93 CHECK_GE(start_frame, 0);
96 int sum = start_frame + frames;
201 void AudioBus::ZeroFramesPartial(int start_frame, int frames)
    [all...]
audio_bus.h 65 void ToInterleavedPartial(int start_frame, int frames, int bytes_per_sample,
71 // to channel(x)[start_frame].
72 void FromInterleavedPartial(const void* source, int start_frame, int frames,
102 void ZeroFramesPartial(int start_frame, int frames);
audio_fifo.cc 88 int start_frame,
98 CHECK_LE(frames_to_consume + start_frame, destination->frames());
114 memcpy(&dest[start_frame], &src[read_pos_], consume_size * sizeof(src[0]));
117 memcpy(&dest[consume_size + start_frame], &src[0],
  /external/libpcap/pcap/
usb.h 123 int32_t start_frame; /* for Isochronous events */ member in struct:_usb_header_mmapped
  /external/libusb/libusb/os/
linux_usbfs.h 93 int start_frame; member in struct:usbfs_urb
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_cdrom.h 142 * Play the given CD starting at 'start_track' and 'start_frame' for 'ntracks'
164 int start_track, int start_frame, int ntracks, int nframes);
  /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
  /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

Completed in 757 milliseconds

1 2 3 4 5