| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | sox.h | 744 #define SOX_SAMPLE_TO_UNSIGNED(bits,d,clips) \ argument 755 #define SOX_SAMPLE_TO_SIGNED(bits,d,clips) \ argument 789 #define SOX_UNSIGNED_8BIT_TO_SAMPLE(d,clips) SOX_UNSIGNED_TO_SAMPLE(8,d) argument 798 #define SOX_SIGNED_8BIT_TO_SAMPLE(d,clips) SOX_SIGNED_TO_SAMPLE(8,d) argument 807 #define SOX_UNSIGNED_16BIT_TO_SAMPLE(d,clips) SOX_UNSIGNED_TO_SAMPLE(16,d) argument 816 #define SOX_SIGNED_16BIT_TO_SAMPLE(d,clips) SOX_SIGNED_TO_SAMPLE(16,d) argument 825 #define SOX_UNSIGNED_24BIT_TO_SAMPLE(d,clips) SOX_UNSIGNED_TO_SAMPLE(24,d) argument 834 #define SOX_SIGNED_24BIT_TO_SAMPLE(d,clips) SOX_SIGNED_TO_SAMPLE(24,d) argument 843 #define SOX_UNSIGNED_32BIT_TO_SAMPLE(d,clips) \ argument 853 #define SOX_SIGNED_32BIT_TO_SAMPLE(d,clips) (sox_sample_t)(d) argument [all …]
|
| H A D | raw.c | 17 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips) argument 18 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips) argument
|
| H A D | sunaudio.c | 358 #define SOX_ULAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_ulaw2linear16(d),clips) argument 359 #define SOX_ALAW_BYTE_TO_SAMPLE(d,clips) SOX_SIGNED_16BIT_TO_SAMPLE(sox_alaw2linear16(d),clips) argument
|
| H A D | effects.c | 490 uint64_t clips = 0; in sox_effects_clips() local 500 uint64_t clips = 0; in sox_stop_effect() local 541 uint64_t clips; in sox_delete_effect() local
|
| H A D | sox_sample_test.c | 156 size_t clips = 0; in main() local
|
| H A D | ladspa.c | 33 #define SOX_SAMPLE_TO_LADSPA_DATA(d,clips) \ argument 35 #define LADSPA_DATA_TO_SOX_SAMPLE(d,clips) \ argument
|
| H A D | ao.c | 77 …w_write_buf(char *buf1, sox_sample_t const * buf2, size_t len, sox_bool swap, sox_uint64_t * clips) in sox_sw_write_buf()
|
| H A D | effects_i_dsp.c | 589 size_t i, size_t const n, sox_uint64_t * const clips) in rint_clip() 602 size_t const n, sox_uint64_t * const clips) in lsx_save_samples() 629 size_t const n, sox_uint64_t * const clips) in lsx_save_samples()
|
| H A D | waveaudio.c | 462 unsigned clips = 0; in wavewrite() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/bt8xx/ |
| H A D | btcx-risc.c | 85 struct v4l2_clip *clips, unsigned int n) in btcx_screen_clips() 123 btcx_align(struct v4l2_rect *win, struct v4l2_clip *clips, unsigned int n, int mask) in btcx_align() 155 btcx_sort_clips(struct v4l2_clip *clips, unsigned int nclips) in btcx_sort_clips() 176 const struct v4l2_clip *clips, unsigned int nclips) in btcx_calc_skips()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_ioctl.c | 263 struct drm_vmw_rect *clips = NULL; in vmw_present_ioctl() local 347 struct drm_vmw_rect *clips = NULL; in vmw_present_readback_ioctl() local
|
| H A D | vmwgfx_kms.c | 995 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty() 1045 struct drm_clip_rect *clips, in vmw_framebuffer_bo_dirty_ext() 1729 struct drm_vmw_rect *clips, in vmw_kms_generic_present() 1744 struct drm_vmw_rect *clips, in vmw_kms_present() 2349 const struct drm_clip_rect *clips, in vmw_kms_helper_dirty() 2504 const struct drm_clip_rect *clips, in vmw_kms_update_proxy()
|
| H A D | vmwgfx_ldu.c | 545 struct drm_clip_rect *clips, in vmw_kms_ldu_do_bo_dirty()
|
| H A D | vmwgfx_scrn.c | 1129 struct drm_clip_rect *clips, in vmw_kms_sou_do_surface_dirty() 1245 struct drm_clip_rect *clips, in vmw_kms_sou_do_bo_dirty()
|
| H A D | vmwgfx_stdu.c | 675 struct drm_clip_rect *clips, in vmw_kms_stdu_dma() 850 struct drm_clip_rect *clips, in vmw_kms_stdu_surface_dirty()
|
| /OK3568_Linux_fs/kernel/include/drm/ |
| H A D | drm_damage_helper.h | 58 const struct drm_rect *clips; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_damage_helper.c | 162 unsigned int color, struct drm_clip_rect *clips, in drm_atomic_helper_dirtyfb()
|
| H A D | drm_framebuffer.c | 699 struct drm_clip_rect *clips = NULL; in drm_mode_dirtyfb_ioctl() local
|
| H A D | drm_atomic.c | 546 struct drm_mode_rect *clips; in drm_atomic_plane_check() local
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/qxl/ |
| H A D | qxl_draw.c | 125 struct drm_clip_rect *clips, in qxl_draw_dirty_fb()
|
| H A D | qxl_display.c | 402 struct drm_clip_rect *clips, in qxl_framebuffer_surface_dirty()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/ |
| H A D | omap_fb.c | 61 struct drm_clip_rect *clips, in omap_framebuffer_dirty()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/vboxvideo/ |
| H A D | vbox_mode.c | 276 struct drm_mode_rect *clips; in vbox_primary_atomic_update() local
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/ |
| H A D | saa7134-video.c | 625 static int setup_clipping(struct saa7134_dev *dev, struct v4l2_clip *clips, in setup_clipping() 1268 struct v4l2_clip __user *clips = f->fmt.win.clips; in saa7134_g_fmt_vid_overlay() local
|
| /OK3568_Linux_fs/kernel/include/media/drv-intf/ |
| H A D | saa7146_vv.h | 82 struct v4l2_clip clips[16]; member
|