Home
last modified time | relevance | path

Searched refs:out_buf_ptr (Results 1 – 25 of 37) sorted by relevance

12

/dports/net/pjsip/pjproject-2.11.1/pjmedia/src/pjmedia/
H A Decho_webrtc.c279 sample * out_buf_ptr; in webrtc_aec_cancel_echo() local
307 out_buf_ptr = echo->tmp_buf2; in webrtc_aec_cancel_echo()
312 &out_buf_ptr); in webrtc_aec_cancel_echo()
313 buf_ptr = out_buf_ptr; in webrtc_aec_cancel_echo()
314 out_buf_ptr = echo->tmp_buf; in webrtc_aec_cancel_echo()
324 out_buf_ptr, echo->subframe_len, in webrtc_aec_cancel_echo()
328 echo->channel_count, &out_buf_ptr, in webrtc_aec_cancel_echo()
340 out_buf_ptr = echo->tmp_buf; in webrtc_aec_cancel_echo()
342 echo->channel_count, &out_buf_ptr); in webrtc_aec_cancel_echo()
347 rec_frm[frm_idx++] = (pj_int16_t)out_buf_ptr[j]; in webrtc_aec_cancel_echo()
/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A Dbibtex-1.c272 out_buf_ptr = out_buf_length; variable
277 INCR (out_buf_ptr);
279 out_buf_length = out_buf_ptr;
297 out_buf_ptr = MAX_PRINT_LINE;
302 DECR (out_buf_ptr);
319 while (out_buf_ptr < end_ptr)
323 INCR (out_buf_ptr);
331 if (out_buf_ptr == end_ptr)
342 INCR (out_buf_ptr);
365 out_buf_ptr = 2;
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/streams/
H A Drzip_stream.c64 uint32_t out_buf_ptr; member
226 stream->out_buf_ptr = 0; in rzipstream_init_stream()
437 stream->out_buf_ptr = 0; in rzipstream_open()
537 stream->out_buf_ptr = 0; in rzipstream_read_chunk()
572 if (stream->out_buf_ptr >= stream->out_buf_occupancy) in rzipstream_read()
579 read_size = stream->out_buf_occupancy - stream->out_buf_ptr; in rzipstream_read()
585 memcpy(data_ptr, stream->out_buf + stream->out_buf_ptr, read_size); in rzipstream_read()
588 stream->out_buf_ptr += read_size; in rzipstream_read()
999 (stream->out_buf_ptr < stream->out_buf_occupancy)) in rzipstream_rewind()
1004 stream->out_buf_ptr = 0; in rzipstream_rewind()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/streams/
H A Drzip_stream.c64 uint32_t out_buf_ptr; member
226 stream->out_buf_ptr = 0; in rzipstream_init_stream()
437 stream->out_buf_ptr = 0; in rzipstream_open()
537 stream->out_buf_ptr = 0; in rzipstream_read_chunk()
572 if (stream->out_buf_ptr >= stream->out_buf_occupancy) in rzipstream_read()
579 read_size = stream->out_buf_occupancy - stream->out_buf_ptr; in rzipstream_read()
585 memcpy(data_ptr, stream->out_buf + stream->out_buf_ptr, read_size); in rzipstream_read()
588 stream->out_buf_ptr += read_size; in rzipstream_read()
999 (stream->out_buf_ptr < stream->out_buf_occupancy)) in rzipstream_rewind()
1004 stream->out_buf_ptr = 0; in rzipstream_rewind()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/streams/
H A Drzip_stream.c64 uint32_t out_buf_ptr; member
226 stream->out_buf_ptr = 0; in rzipstream_init_stream()
437 stream->out_buf_ptr = 0; in rzipstream_open()
537 stream->out_buf_ptr = 0; in rzipstream_read_chunk()
572 if (stream->out_buf_ptr >= stream->out_buf_occupancy) in rzipstream_read()
579 read_size = stream->out_buf_occupancy - stream->out_buf_ptr; in rzipstream_read()
584 memcpy(data_ptr, stream->out_buf + stream->out_buf_ptr, read_size); in rzipstream_read()
587 stream->out_buf_ptr += read_size; in rzipstream_read()
997 (stream->out_buf_ptr < stream->out_buf_occupancy)) in rzipstream_rewind()
1002 stream->out_buf_ptr = 0; in rzipstream_rewind()
[all …]
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/streams/
H A Drzip_stream.c64 uint32_t out_buf_ptr; member
226 stream->out_buf_ptr = 0; in rzipstream_init_stream()
437 stream->out_buf_ptr = 0; in rzipstream_open()
537 stream->out_buf_ptr = 0; in rzipstream_read_chunk()
572 if (stream->out_buf_ptr >= stream->out_buf_occupancy) in rzipstream_read()
579 read_size = stream->out_buf_occupancy - stream->out_buf_ptr; in rzipstream_read()
584 memcpy(data_ptr, stream->out_buf + stream->out_buf_ptr, read_size); in rzipstream_read()
587 stream->out_buf_ptr += read_size; in rzipstream_read()
997 (stream->out_buf_ptr < stream->out_buf_occupancy)) in rzipstream_rewind()
1002 stream->out_buf_ptr = 0; in rzipstream_rewind()
[all …]
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/streams/
H A Drzip_stream.c64 uint32_t out_buf_ptr; member
226 stream->out_buf_ptr = 0; in rzipstream_init_stream()
437 stream->out_buf_ptr = 0; in rzipstream_open()
537 stream->out_buf_ptr = 0; in rzipstream_read_chunk()
572 if (stream->out_buf_ptr >= stream->out_buf_occupancy) in rzipstream_read()
579 read_size = stream->out_buf_occupancy - stream->out_buf_ptr; in rzipstream_read()
584 memcpy(data_ptr, stream->out_buf + stream->out_buf_ptr, read_size); in rzipstream_read()
587 stream->out_buf_ptr += read_size; in rzipstream_read()
997 (stream->out_buf_ptr < stream->out_buf_occupancy)) in rzipstream_rewind()
1002 stream->out_buf_ptr = 0; in rzipstream_rewind()
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/streams/
H A Drzip_stream.c64 uint32_t out_buf_ptr; member
226 stream->out_buf_ptr = 0; in rzipstream_init_stream()
437 stream->out_buf_ptr = 0; in rzipstream_open()
537 stream->out_buf_ptr = 0; in rzipstream_read_chunk()
572 if (stream->out_buf_ptr >= stream->out_buf_occupancy) in rzipstream_read()
579 read_size = stream->out_buf_occupancy - stream->out_buf_ptr; in rzipstream_read()
584 memcpy(data_ptr, stream->out_buf + stream->out_buf_ptr, read_size); in rzipstream_read()
587 stream->out_buf_ptr += read_size; in rzipstream_read()
997 (stream->out_buf_ptr < stream->out_buf_occupancy)) in rzipstream_rewind()
1002 stream->out_buf_ptr = 0; in rzipstream_rewind()
[all …]
/dports/lang/micropython/micropython-1.17/extmod/
H A Dmoducryptolib.c282 uint8_t *out_buf_ptr; in aes_process() local
289 out_buf_ptr = out_bufinfo.buf; in aes_process()
292 out_buf_ptr = (uint8_t *)vstr.buf; in aes_process()
310 uint8_t *in = in_bufinfo.buf, *out = out_buf_ptr; in aes_process()
319 aes_process_cbc_impl(&self->ctx, in_bufinfo.buf, out_buf_ptr, in_bufinfo.len, encrypt); in aes_process()
324 aes_process_ctr_impl(&self->ctx, in_bufinfo.buf, out_buf_ptr, in_bufinfo.len, in aes_process()
/dports/emulators/qemu/qemu-6.2.0/chardev/
H A Dbaum.c101 uint8_t out_buf_used, out_buf_ptr;
283 first = BUF_SIZE - baum->out_buf_ptr;
285 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first);
286 baum->out_buf_ptr = 0;
290 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room);
291 baum->out_buf_ptr += room;
321 baum->out_buf_ptr = 0;
323 out = baum->out_buf_ptr;
325 first = BUF_SIZE - baum->out_buf_ptr;
/dports/emulators/qemu42/qemu-4.2.1/chardev/
H A Dbaum.c100 uint8_t out_buf_used, out_buf_ptr; member
280 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
282 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
283 baum->out_buf_ptr = 0; in baum_chr_accept_input()
287 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
288 baum->out_buf_ptr += room; in baum_chr_accept_input()
318 baum->out_buf_ptr = 0; in baum_write_packet()
320 out = baum->out_buf_ptr; in baum_write_packet()
322 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/emulators/qemu5/qemu-5.2.0/chardev/
H A Dbaum.c101 uint8_t out_buf_used, out_buf_ptr; member
283 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
285 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
286 baum->out_buf_ptr = 0; in baum_chr_accept_input()
290 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
291 baum->out_buf_ptr += room; in baum_chr_accept_input()
321 baum->out_buf_ptr = 0; in baum_write_packet()
323 out = baum->out_buf_ptr; in baum_write_packet()
325 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/emulators/qemu60/qemu-6.0.0/chardev/
H A Dbaum.c101 uint8_t out_buf_used, out_buf_ptr; member
283 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
285 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
286 baum->out_buf_ptr = 0; in baum_chr_accept_input()
290 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
291 baum->out_buf_ptr += room; in baum_chr_accept_input()
321 baum->out_buf_ptr = 0; in baum_write_packet()
323 out = baum->out_buf_ptr; in baum_write_packet()
325 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/chardev/
H A Dbaum.c98 uint8_t out_buf_used, out_buf_ptr; member
278 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
280 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
281 baum->out_buf_ptr = 0; in baum_chr_accept_input()
285 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
286 baum->out_buf_ptr += room; in baum_chr_accept_input()
316 baum->out_buf_ptr = 0; in baum_write_packet()
318 out = baum->out_buf_ptr; in baum_write_packet()
320 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/emulators/qemu-utils/qemu-4.2.1/chardev/
H A Dbaum.c100 uint8_t out_buf_used, out_buf_ptr; member
280 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
282 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
283 baum->out_buf_ptr = 0; in baum_chr_accept_input()
287 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
288 baum->out_buf_ptr += room; in baum_chr_accept_input()
318 baum->out_buf_ptr = 0; in baum_write_packet()
320 out = baum->out_buf_ptr; in baum_write_packet()
322 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/chardev/
H A Dbaum.c100 uint8_t out_buf_used, out_buf_ptr; member
280 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
282 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
283 baum->out_buf_ptr = 0; in baum_chr_accept_input()
287 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
288 baum->out_buf_ptr += room; in baum_chr_accept_input()
318 baum->out_buf_ptr = 0; in baum_write_packet()
320 out = baum->out_buf_ptr; in baum_write_packet()
322 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/chardev/
H A Dbaum.c100 uint8_t out_buf_used, out_buf_ptr; member
280 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
282 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
283 baum->out_buf_ptr = 0; in baum_chr_accept_input()
287 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
288 baum->out_buf_ptr += room; in baum_chr_accept_input()
318 baum->out_buf_ptr = 0; in baum_write_packet()
320 out = baum->out_buf_ptr; in baum_write_packet()
322 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/chardev/
H A Dbaum.c101 uint8_t out_buf_used, out_buf_ptr; member
283 first = BUF_SIZE - baum->out_buf_ptr; in baum_chr_accept_input()
285 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, first); in baum_chr_accept_input()
286 baum->out_buf_ptr = 0; in baum_chr_accept_input()
290 qemu_chr_be_write(chr, baum->out_buf + baum->out_buf_ptr, room); in baum_chr_accept_input()
291 baum->out_buf_ptr += room; in baum_chr_accept_input()
321 baum->out_buf_ptr = 0; in baum_write_packet()
323 out = baum->out_buf_ptr; in baum_write_packet()
325 first = BUF_SIZE - baum->out_buf_ptr; in baum_write_packet()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs132 let out_buf_ptr = output_buffer_ptr as *mut i16; in mix() localVariable
137 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
147 let out_buf_ptr = output_buffer_ptr as *mut f32; in mix() localVariable
152 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
/dports/www/firefox/firefox-99.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs132 let out_buf_ptr = output_buffer_ptr as *mut i16; in mix() localVariable
137 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
147 let out_buf_ptr = output_buffer_ptr as *mut f32; in mix() localVariable
152 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs132 let out_buf_ptr = output_buffer_ptr as *mut i16; in mix() localVariable
137 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
147 let out_buf_ptr = output_buffer_ptr as *mut f32; in mix() localVariable
152 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/cubeb-coreaudio/src/backend/
H A Dmixer.rs132 let out_buf_ptr = output_buffer_ptr as *mut i16; in mix() localVariable
137 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
147 let out_buf_ptr = output_buffer_ptr as *mut f32; in mix() localVariable
152 slice::from_raw_parts_mut(out_buf_ptr, frames * self.output_channels().len()) in mix()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncHandle.c773 EbBufferHeaderType* out_buf_ptr; in eb_output_buffer_header_ctor() local
775 EB_MALLOC(EbBufferHeaderType*, out_buf_ptr, sizeof(EbBufferHeaderType), EB_N_PTR); in eb_output_buffer_header_ctor()
776 *object_dbl_ptr = (EbPtr)out_buf_ptr; in eb_output_buffer_header_ctor()
779 out_buf_ptr->size = sizeof(EbBufferHeaderType); in eb_output_buffer_header_ctor()
781 EB_MALLOC(uint8_t*, out_buf_ptr->p_buffer, size, EB_N_PTR); in eb_output_buffer_header_ctor()
783 out_buf_ptr->n_alloc_len = size; in eb_output_buffer_header_ctor()
784 out_buf_ptr->p_app_private = NULL; in eb_output_buffer_header_ctor()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbEncHandle.c773 EbBufferHeaderType* out_buf_ptr; in eb_output_buffer_header_ctor() local
775 EB_MALLOC(EbBufferHeaderType*, out_buf_ptr, sizeof(EbBufferHeaderType), EB_N_PTR); in eb_output_buffer_header_ctor()
776 *object_dbl_ptr = (EbPtr)out_buf_ptr; in eb_output_buffer_header_ctor()
779 out_buf_ptr->size = sizeof(EbBufferHeaderType); in eb_output_buffer_header_ctor()
781 EB_MALLOC(uint8_t*, out_buf_ptr->p_buffer, size, EB_N_PTR); in eb_output_buffer_header_ctor()
783 out_buf_ptr->n_alloc_len = size; in eb_output_buffer_header_ctor()
784 out_buf_ptr->p_app_private = NULL; in eb_output_buffer_header_ctor()
/dports/games/retroarch/RetroArch-1.9.7/input/drivers_hid/
H A Dwiiu_hid.c762 static void init_cachealigned_buffer(int32_t min_size, uint8_t **out_buf_ptr, int32_t *actual_size) in init_cachealigned_buffer() argument
766 *out_buf_ptr = alloc_zeroed(64, *actual_size); in init_cachealigned_buffer()

12