Home
last modified time | relevance | path

Searched defs:frames (Results 101 - 125 of 492) sorted by relevance

12345678910>>...20

/third_party/alsa-utils/bat/
H A Dcommon.c226 int generate_input_data(struct bat *bat, void *buffer, int bytes, int frames) in generate_input_data() argument
[all...]
H A Dsignal.c91 static int reorder(struct bat *bat, float *val, int frames) in reorder() argument
114 static int adjust_waveform(struct bat *bat, float *val, int frames, in adjust_waveform() argument
148 int generate_sine_wave(struct bat *bat, int frames, void *buf) in generate_sine_wave() argument
[all...]
/third_party/alsa-utils/alsaloop/
H A Deffect-sweep.c73 effect_apply(struct loopback *loopback, void *private_data, const snd_pcm_channel_area_t *areas, snd_uframes_t offset, snd_uframes_t frames) effect_apply() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-audio/
H A Daudio.c29 snd_pcm_uframes_t frames; member
/third_party/mesa3d/src/glx/
H A Ddri3_priv.h127 unsigned frames; member
/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferX11.cpp160 static int frames = -1; in blit() local
/third_party/skia/third_party/externals/oboe/src/fifo/
H A DFifoBuffer.cpp65 int32_t FifoBuffer::convertFramesToBytes(int32_t frames) { in convertFramesToBytes() argument
/third_party/python/Lib/test/
H A Dtest_wave.py50 frames = wave._byteswap(frames, 2) variable in WavePCM16Test
77 frames = wave._byteswap(frames, 3) variable in WavePCM24Test
104 frames = wave._byteswap(frames, variable in WavePCM32Test
[all...]
H A Dtest_sunau.py121 frames = audioop.byteswap(frames, 2) variable in SunauULAWTest
/third_party/python/Lib/
H A Dcgitb.py127 frames = [] variable
215 frames = [] variable
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_xdp.c215 bnxt_xdp_xmit(struct net_device *dev, int num_frames, struct xdp_frame **frames, u32 flags) bnxt_xdp_xmit() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) in sharp_wait_frames() argument
/kernel/linux/linux-5.10/sound/firewire/tascam/
H A Damdtp-tascam.c35 write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames, unsigned int pcm_frames) write_pcm_s32() argument
65 read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames, unsigned int pcm_frames) read_pcm_s32() argument
/kernel/linux/linux-5.10/sound/firewire/
H A Damdtp-am824.c150 write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames, unsigned int pcm_frames) write_pcm_s32() argument
181 read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, __be32 *buffer, unsigned int frames, unsigned int pcm_frames) read_pcm_s32() argument
211 write_pcm_silence(struct amdtp_stream *s, __be32 *buffer, unsigned int frames) write_pcm_silence() argument
297 write_midi_messages(struct amdtp_stream *s, __be32 *buffer, unsigned int frames, unsigned int data_block_counter) write_midi_messages() argument
325 read_midi_messages(struct amdtp_stream *s, __be32 *buffer, unsigned int frames, unsigned int data_block_counter) read_midi_messages() argument
[all...]
/kernel/linux/linux-5.10/sound/core/oss/
H A Dmulaw.c168 mulaw_decode(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_decode() argument
214 mulaw_encode(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_encode() argument
248 mulaw_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_transfer() argument
[all...]
H A Dpcm_plugin.h28 snd_pcm_uframes_t frames; /* allocated frames */ member
H A Drate.c183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_src_frames() argument
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_dst_frames() argument
249 rate_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) rate_transfer() argument
[all...]
/kernel/linux/linux-5.10/sound/usb/line6/
H A Dplayback.c68 int frames = urb_out->transfer_buffer_length / bytes_per_frame; in create_impulse_test_signal() local
/kernel/linux/linux-5.10/include/xen/
H A Dgrant_table.h243 xen_pfn_t *frames; member
/kernel/linux/linux-5.10/net/mac80211/
H A Dmesh_ps.c413 mpsp_qos_null_append(struct sta_info *sta, struct sk_buff_head *frames) mpsp_qos_null_append() argument
455 struct sk_buff_head frames; mps_frame_deliver() local
[all...]
/kernel/linux/linux-6.6/include/xen/
H A Dgrant_table.h243 xen_pfn_t *frames; member
/kernel/linux/linux-6.6/drivers/net/vmxnet3/
H A Dvmxnet3_xdp.c223 vmxnet3_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames, u32 flags) vmxnet3_xdp_xmit() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) in sharp_wait_frames() argument
/kernel/linux/linux-6.6/sound/core/oss/
H A Dmulaw.c168 mulaw_decode(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_decode() argument
214 mulaw_encode(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_encode() argument
248 mulaw_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) mulaw_transfer() argument
[all...]
H A Drate.c183 static snd_pcm_sframes_t rate_src_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_src_frames() argument
216 static snd_pcm_sframes_t rate_dst_frames(struct snd_pcm_plugin *plugin, snd_pcm_uframes_t frames) in rate_dst_frames() argument
249 rate_transfer(struct snd_pcm_plugin *plugin, const struct snd_pcm_plugin_channel *src_channels, struct snd_pcm_plugin_channel *dst_channels, snd_pcm_uframes_t frames) rate_transfer() argument
[all...]

Completed in 14 milliseconds

12345678910>>...20