Searched refs:frames (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
H A Dpcm_rate.h96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames);
100 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames);
H A Dpcm.h289 /** Unsigned frames quantity */
291 /** Signed frames quantity */
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
622 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
623 int snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
624 int snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
888 snd_pcm_uframes_t *frames);
891 snd_pcm_uframes_t frames);
924 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames);
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
H A Dpcm_rate.h96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames);
100 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames);
H A Dpcm.h289 /** Unsigned frames quantity */
291 /** Signed frames quantity */
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
622 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
623 int snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
624 int snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
888 snd_pcm_uframes_t *frames);
891 snd_pcm_uframes_t frames);
924 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames);
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
H A Dpcm_rate.h96 snd_pcm_uframes_t (*input_frames)(void *obj, snd_pcm_uframes_t frames);
100 snd_pcm_uframes_t (*output_frames)(void *obj, snd_pcm_uframes_t frames);
H A Dpcm.h289 /** Unsigned frames quantity */
291 /** Signed frames quantity */
431 snd_pcm_sframes_t snd_pcm_rewind(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
432 snd_pcm_sframes_t snd_pcm_forward(snd_pcm_t *pcm, snd_pcm_uframes_t frames);
622 int snd_pcm_hw_params_get_period_size(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
623 int snd_pcm_hw_params_get_period_size_min(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
624 int snd_pcm_hw_params_get_period_size_max(const snd_pcm_hw_params_t *params, snd_pcm_uframes_t *frames, int *dir);
888 snd_pcm_uframes_t *frames);
891 snd_pcm_uframes_t frames);
924 ssize_t snd_pcm_frames_to_bytes(snd_pcm_t *pcm, snd_pcm_sframes_t frames);
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_sys_setprofile.py27 self.frames = []
42 frameno = self.frames.index(frame)
44 frameno = len(self.frames)
45 self.frames.append(frame)
52 self.frames = None
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_sys_setprofile.py27 self.frames = []
42 frameno = self.frames.index(frame)
44 frameno = len(self.frames)
45 self.frames.append(frame)
52 self.frames = None
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcgitb.py117 frames = [] variable
169 frames.append('''
181 return head + ''.join(frames) + ''.join(exception) + '''
205 frames = [] variable
243 frames.append('\n%s\n' % '\n'.join(rows))
251 return head + ''.join(frames) + ''.join(exception) + '''
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcgitb.py117 frames = [] variable
169 frames.append('''
181 return head + ''.join(frames) + ''.join(exception) + '''
205 frames = [] variable
243 frames.append('\n%s\n' % '\n'.join(rows))
251 return head + ''.join(frames) + ''.join(exception) + '''
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
H A Dvideodev.h175 int frames; /* Frames */ member in struct:video_mbuf
205 __u32 frame_count; /* frames output since decode/encode began */
249 #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
H A Dvideodev.h175 int frames; /* Frames */ member in struct:video_mbuf
205 __u32 frame_count; /* frames output since decode/encode began */
249 #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
H A Dvideodev.h175 int frames; /* Frames */ member in struct:video_mbuf
205 __u32 frame_count; /* frames output since decode/encode began */
249 #define VIDIOCMCAPTURE _IOW('v',19, struct video_mmap) /* Grab frames */
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigDialog.py115 #body section frames
179 #body section frames
267 #body section frames
287 frames = [Frame(frameKeySets, padx=2, pady=2, borderwidth=0)
289 self.radioKeysBuiltin=Radiobutton(frames[0],variable=self.keysAreBuiltin,
291 self.radioKeysCustom=Radiobutton(frames[0],variable=self.keysAreBuiltin,
293 self.optMenuKeysBuiltin=DynOptionMenu(frames[0],
295 self.optMenuKeysCustom=DynOptionMenu(frames[0],
297 self.buttonDeleteCustomKeys=Button(frames[1],text='Delete Custom Key Set',
299 buttonSaveCustomKeys=Button(frames[
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DconfigDialog.py115 #body section frames
179 #body section frames
267 #body section frames
287 frames = [Frame(frameKeySets, padx=2, pady=2, borderwidth=0)
289 self.radioKeysBuiltin=Radiobutton(frames[0],variable=self.keysAreBuiltin,
291 self.radioKeysCustom=Radiobutton(frames[0],variable=self.keysAreBuiltin,
293 self.optMenuKeysBuiltin=DynOptionMenu(frames[0],
295 self.optMenuKeysCustom=DynOptionMenu(frames[0],
297 self.buttonDeleteCustomKeys=Button(frames[1],text='Delete Custom Key Set',
299 buttonSaveCustomKeys=Button(frames[
[all...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dpcm.h897 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
917 snd_pcm_uframes_t frames);
919 void __user *buf, snd_pcm_uframes_t frames);
921 void __user **bufs, snd_pcm_uframes_t frames);
923 void __user **bufs, snd_pcm_uframes_t frames);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
H A Dpcm.h897 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames);
917 snd_pcm_uframes_t frames);
919 void __user *buf, snd_pcm_uframes_t frames);
921 void __user **bufs, snd_pcm_uframes_t frames);
923 void __user **bufs, snd_pcm_uframes_t frames);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
H A Dvideodev.h172 int frames; member in struct:video_mbuf
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
H A Dvideodev.h172 int frames; member in struct:video_mbuf
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
H A Dvideodev.h172 int frames; member in struct:video_mbuf
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
H A Dvideodev.h189 int frames; member in struct:video_mbuf
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
H A Dvideodev.h172 int frames; member in struct:video_mbuf
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
H A Dvideodev.h189 int frames; member in struct:video_mbuf
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
H A Dvideodev.h172 int frames; member in struct:video_mbuf
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/linux/
H A Dvideodev.h172 int frames; member in struct:video_mbuf

Completed in 561 milliseconds

1234567891011>>