Home
last modified time | relevance | path

Searched refs:frame_bytes (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/usbtv/
A Dusbtv-audio.c103 size_t i, frame_bytes, chunk_length, buffer_pos, period_pos; in usbtv_audio_urb_received() local
125 frame_bytes = runtime->frame_bits >> 3; in usbtv_audio_urb_received()
126 chunk_length = USBTV_CHUNK / frame_bytes; in usbtv_audio_urb_received()
137 frame_bytes; in usbtv_audio_urb_received()
138 memcpy(runtime->dma_area + buffer_pos * frame_bytes, in usbtv_audio_urb_received()
141 chunk_length * frame_bytes - cnt); in usbtv_audio_urb_received()
143 memcpy(runtime->dma_area + buffer_pos * frame_bytes, in usbtv_audio_urb_received()
144 urb_current, chunk_length * frame_bytes); in usbtv_audio_urb_received()
/linux/sound/usb/misc/
A Dua101.c106 unsigned int frame_bytes; member
193 ua->playback.frame_bytes; in playback_urb_complete()
214 unsigned int frame_bytes, frames1; in copy_playback_data() local
218 frame_bytes = stream->frame_bytes; in copy_playback_data()
287 frames * ua->playback.frame_bytes; in playback_work()
318 unsigned int frame_bytes, frames1; in copy_capture_data() local
322 frame_bytes = stream->frame_bytes; in copy_capture_data()
363 stream->frame_bytes; in capture_urb_complete()
591 frames * ua->playback.frame_bytes; in start_usb_playback()
997 ua->capture.frame_bytes = in detect_usb_format()
[all …]
/linux/drivers/most/
A Dmost_snd.c182 unsigned int const frame_bytes = channel->cfg->subbuffer_size; in copy_data() local
188 frames = mbo->processed_length / frame_bytes; in copy_data()
190 frames = mbo->buffer_length / frame_bytes; in copy_data()
193 channel->copy_fn(runtime->dma_area + channel->buffer_pos * frame_bytes, in copy_data()
195 fr0 * frame_bytes); in copy_data()
200 mbo->virt_address + fr0 * frame_bytes, in copy_data()
201 (frames - fr0) * frame_bytes); in copy_data()
/linux/drivers/dma/ti/
A Domap-dma.c964 unsigned i, es, en, frame_bytes; in omap_dma_prep_slave_sg() local
1091 frame_bytes = es_bytes[es] * en; in omap_dma_prep_slave_sg()
1101 osg->fn = sg_dma_len(sgent) / frame_bytes; in omap_dma_prep_slave_sg()

Completed in 41 milliseconds