Searched refs:buffer_bytes (Results 1 - 11 of 11) sorted by relevance
| /third_party/backends/backend/ |
| H A D | gt68xx_shm_channel.c | 72 SANE_Int *buffer_bytes; /**< Array of buffer byte counts */ member 210 shm_channel->buffer_bytes = NULL; in shm_channel_new() 279 shm_channel->buffer_bytes = (SANE_Int *) shm_area; in shm_channel_new() 395 * @param buffer_bytes Number of data bytes in the buffer. 404 SANE_Int buffer_id, SANE_Int buffer_bytes) in shm_channel_writer_put_buffer() 418 shm_channel->buffer_bytes[buffer_id] = buffer_bytes; in shm_channel_writer_put_buffer() 572 * *buffer_bytes return are filled with valid values. 598 *buffer_bytes_return = shm_channel->buffer_bytes[index]; in shm_channel_reader_get_buffer() 403 shm_channel_writer_put_buffer(Shm_Channel * shm_channel, SANE_Int buffer_id, SANE_Int buffer_bytes) shm_channel_writer_put_buffer() argument
|
| H A D | gt68xx_shm_channel.h | 69 SANE_Int buffer_id, SANE_Int buffer_bytes);
|
| H A D | ma1509.h | 169 SANE_Int buffer_bytes; member
|
| H A D | gt68xx_low.c | 901 SANE_Int buffer_bytes; in gt68xx_device_read() local 928 &buffer_bytes); in gt68xx_device_read() 932 memcpy (dev->read_buffer, buffer_addr, buffer_bytes); in gt68xx_device_read()
|
| H A D | ma1509.c | 1845 s->buffer_bytes = 0; in sane_start() 1906 if (s->buffer_bytes == 0) in sane_read() 1922 s->buffer_bytes = size; in sane_read() 1926 if (*len > s->buffer_bytes) in sane_read() 1927 *len = s->buffer_bytes; in sane_read() 1931 s->buffer_bytes -= (*len); in sane_read()
|
| H A D | fujitsu.h | 200 int buffer_bytes; member
|
| H A D | fujitsu.c | 1504 s->buffer_bytes = get_IN_buffer_bytes(in); in init_vpd() 1505 DBG (15, " buffer bytes: %d\n",s->buffer_bytes); in init_vpd()
|
| /third_party/alsa-lib/include/ |
| H A D | topology.h | 976 int buffer_bytes; /*!< size of buffer in bytes. */ member
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_file.c | 89 size_t buffer_bytes; member 482 if (file->wbuf_used_bytes > file->buffer_bytes) { in snd_pcm_file_add_frames() 483 err = snd_pcm_file_write_bytes(pcm, file->wbuf_used_bytes - file->buffer_bytes); in snd_pcm_file_add_frames() 759 file->buffer_bytes = snd_pcm_frames_to_bytes(slave, slave->buffer_size); in snd_pcm_file_hw_params()
|
| /third_party/alsa-lib/src/topology/ |
| H A D | pcm.c | 1742 strm->buffer_bytes = strm_tpl->buffer_bytes; in tplg_add_stream_object() 2067 stream->buffer_bytes = pcm->stream[i].buffer_bytes; in tplg_decode_pcm() 2218 stream->buffer_bytes = link->stream[i].buffer_bytes; in tplg_decode_link()
|
| /third_party/alsa-lib/include/sound/uapi/ |
| H A D | asoc.h | 330 __le32 buffer_bytes; /* size of buffer in bytes */ member
|
Completed in 23 milliseconds