/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_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_fifo.h | 31 // them to |destination| starting at position |start_frame|. 35 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
|
audio_bus.h | 64 void ToInterleavedPartial(int start_frame, int frames, int bytes_per_sample, 70 // to channel(x)[start_frame]. 71 void FromInterleavedPartial(const void* source, int start_frame, int frames, 101 void ZeroFramesPartial(int start_frame, int frames);
|
audio_fifo.cc | 97 int start_frame, 107 CHECK_LE(frames_to_consume + start_frame, destination->frames()); 123 memcpy(&dest[start_frame], &src[read_pos_], consume_size * sizeof(src[0])); 126 memcpy(&dest[consume_size + start_frame], &src[0],
|
/external/kernel-headers/original/linux/ |
usbdevice_fs.h | 103 int start_frame; member in struct:usbdevfs_urb 137 compat_int_t start_frame; member in struct:usbdevfs_urb32
|
/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++)
|
/bionic/libc/kernel/common/linux/ |
usbdevice_fs.h | 87 int start_frame; member in struct:usbdevfs_urb
|
/development/ndk/platforms/android-3/include/linux/ |
usbdevice_fs.h | 80 int start_frame; member in struct:usbdevfs_urb
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
usbdevice_fs.h | 102 int start_frame; member in struct:usbdevfs_urb
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
usbdevice_fs.h | 102 int start_frame; member in struct:usbdevfs_urb
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
usbdevice_fs.h | 102 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
|