Home
last modified time | relevance | path

Searched refs:buffer_end (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dspeexdsp.c29 size_t buffer_end; /* Index of the end of the buffer. */ member
178 p->buffer_end = p->samples_per_frame; in start()
182 p->buffer_end = effp->in_signal.rate / p->frames_per_second; in start()
183 if (!p->buffer_end) in start()
190 p->buffer_opos = p->buffer_end; in start()
193 p->buffer = lsx_malloc(p->buffer_end * sizeof(p->buffer[0])); in start()
200 p->sps = speex_preprocess_state_init((int)p->buffer_end, (int)(effp->in_signal.rate + .5)); in start()
257 end_pos = obuf_pos + min(p->buffer_end - p->buffer_opos, obuf_end - obuf_pos); in flow()
260 if (p->buffer_opos != p->buffer_end) in flow()
264 end_pos = ibuf_pos + min(p->buffer_end - p->buffer_ipos, ibuf_end - ibuf_pos); in flow()
[all …]
/OK3568_Linux_fs/kernel/sound/sh/
H A Dsh_dac_audio.c47 char *data_buffer, *buffer_begin, *buffer_end; member
68 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in dac_audio_reset()
107 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_open()
148 chip->buffer_begin = chip->buffer_end = chip->data_buffer; in snd_sh_dac_pcm_trigger()
169 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_copy()
187 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_copy_kernel()
205 chip->buffer_end = chip->data_buffer + pos + count; in snd_sh_dac_pcm_silence()
305 if (chip->buffer_begin == chip->buffer_end) in sh_dac_audio_timer()
/OK3568_Linux_fs/kernel/drivers/accessibility/speakup/
H A Dbuffers.c14 static u16 *buffer_end = synth_buffer + SYNTH_BUF_SIZE - 1; variable
78 if (buff_in > buffer_end) in synth_buffer_add()
93 if (buff_out > buffer_end) in synth_buffer_getc()
113 if (buff_out > buffer_end) in synth_buffer_skip_nonlatin1()
/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Ddell-wmi.c381 u16 *buffer_entry, *buffer_end; in dell_wmi_notify() local
395 buffer_end = buffer_entry + buffer_size; in dell_wmi_notify()
409 if (priv->interface_version == 0 && buffer_entry < buffer_end) in dell_wmi_notify()
410 if (buffer_end > buffer_entry + buffer_entry[0] + 1) in dell_wmi_notify()
411 buffer_end = buffer_entry + buffer_entry[0] + 1; in dell_wmi_notify()
413 while (buffer_entry < buffer_end) { in dell_wmi_notify()
421 if (buffer_entry + len > buffer_end) { in dell_wmi_notify()
/OK3568_Linux_fs/kernel/sound/pci/nm256/
H A Dnm256.c206 u32 buffer_end; /* end offset */ member
1353 unsigned long pointer_found = chip->buffer_end - 0x1400; in snd_nm256_peek_for_sig()
1356 temp = ioremap(chip->buffer_addr + chip->buffer_end - 0x400, 16); in snd_nm256_peek_for_sig()
1372 pointer > chip->buffer_end) { in snd_nm256_peek_for_sig()
1386 chip->buffer_end = pointer_found; in snd_nm256_peek_for_sig()
1546 chip->buffer_end = 2560 * 1024; in snd_nm256_create()
1553 chip->buffer_end = 6144 * 1024; in snd_nm256_create()
1555 chip->buffer_end = 4096 * 1024; in snd_nm256_create()
1569 if (buffer_top >= chip->buffer_size && buffer_top < chip->buffer_end) in snd_nm256_create()
1570 chip->buffer_end = buffer_top; in snd_nm256_create()
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Ddecompress_unlzma.c71 uint8_t *buffer_end; member
97 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_read()
111 rc->buffer_end = rc->buffer + rc->buffer_size; in rc_init()
123 if (rc->ptr >= rc->buffer_end) in rc_init_code()
133 if (rc->ptr >= rc->buffer_end) in rc_do_normalize()
581 if (rc.ptr >= rc.buffer_end) in unlzma()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_audio_source.c260 void *buffer_end; member
410 if (audio->buffer_pos + length > audio->buffer_end) in audio_send()
411 length1 = audio->buffer_end - audio->buffer_pos; in audio_send()
425 if (audio->buffer_pos >= audio->buffer_end) in audio_send()
730 audio->buffer_end = 0; in audio_pcm_playback_stop()
797 audio->buffer_end = audio->buffer_start in audio_pcm_prepare()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/
H A Dadaptive_sort_merge.hpp1435 RandItBuf buffer_end = buffer; in op_merge_blocks_with_buf() local
1456 bool const buffer_empty = buffer == buffer_end; (void)buffer_empty; in op_merge_blocks_with_buf()
1457 …ORT_INVARIANT(buffer_empty ? is_sorted(first1, last1, comp) : is_sorted(buffer, buffer_end, comp)); in op_merge_blocks_with_buf()
1472 …t1 == last1) || (buffer_empty ? !comp(*first_min, last1[-1]) : !comp(*first_min, buffer_end[-1]))); in op_merge_blocks_with_buf()
1474 RandIt res = op(forward_t(), buffer, buffer_end, first1); in op_merge_blocks_with_buf()
1475 buffer = buffer_end = buf_first; in op_merge_blocks_with_buf()
1484 …artial_merge_and_save(first1, last1, first2, last2, first_min, buffer, buffer_end, comp, op, is_ra… in op_merge_blocks_with_buf()
1485 bool const is_range_1_empty = buffer == buffer_end; in op_merge_blocks_with_buf()
1486 BOOST_ASSERT(is_range_1_empty || (buffer_end-buffer) == (last1+l_block-unmerged)); in op_merge_blocks_with_buf()
1488 buffer = buffer_end = buf_first; in op_merge_blocks_with_buf()
[all …]
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A Dx86-stub.c681 unsigned long buffer_start, buffer_end; in efi_main() local
719 buffer_end = buffer_start + hdr->init_size; in efi_main()
722 (IS_ENABLED(CONFIG_X86_32) && buffer_end > KERNEL_IMAGE_SIZE) || in efi_main()
723 (IS_ENABLED(CONFIG_X86_64) && buffer_end > MAXMEM_X86_64_4LEVEL) || in efi_main()
/OK3568_Linux_fs/kernel/fs/pstore/
H A Dram_core.c126 uint8_t *buffer_end = buffer->data + prz->buffer_size; in persistent_ram_update_ecc() local
140 if (block + ecc_block_size > buffer_end) in persistent_ram_update_ecc()
141 size = buffer_end - block; in persistent_ram_update_ecc()
/OK3568_Linux_fs/kernel/drivers/usb/storage/
H A Dsddr09.c1202 unsigned char *buffer, *buffer_end, *ptr; in sddr09_read_map() local
1229 buffer_end = buffer + alloc_len; in sddr09_read_map()
1251 ptr = buffer_end; in sddr09_read_map()
1254 if (ptr >= buffer_end) { in sddr09_read_map()
/OK3568_Linux_fs/kernel/drivers/firewire/
H A Dcore-cdev.c1052 unsigned long payload, buffer_end, transmit_header_bytes = 0; in ioctl_queue_iso() local
1073 buffer_end = client->buffer.page_count << PAGE_SHIFT; in ioctl_queue_iso()
1075 payload >= buffer_end) { in ioctl_queue_iso()
1077 buffer_end = 0; in ioctl_queue_iso()
1127 if (payload + u.packet.payload_length > buffer_end) in ioctl_queue_iso()
H A Dohci.c945 void *buffer_end = ctx->buffer + AR_BUFFERS * PAGE_SIZE; in ar_context_tasklet() local
946 p = handle_ar_packets(ctx, p, buffer_end); in ar_context_tasklet()
947 if (p < buffer_end) in ar_context_tasklet()
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dambassador.h490 __be32 buffer_end; member
H A Dambassador.c1989 a.rec_struct[pool].buffer_end = bus_addr (dev->rxq[pool].in.limit); in amb_talk()
/OK3568_Linux_fs/external/mpp/mpp/codec/dec/av1/
H A Dav1d_parser.c482 const uint8_t *buffer, *buffer_end, *buffer_start; member
491 g->buffer_end = buf + buf_size; in bytestream_init()
496 return g->buffer_end - g->buffer; in bytestream_get_bytes_left()