Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:write_block_size
(Results
1 - 1
of
1
) sorted by relevance
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
module-bluez5-device.c
142
size_t
write_block_size
;
member
306
encoded_size = u->bt_codec->get_encoded_block_size(u->encoder_info, u->
write_block_size
);
in bt_prepare_encoder_buffer()
308
encoded_size = u->
write_block_size
;
in bt_prepare_encoder_buffer()
310
encoded_frames = u->write_link_mtu / u->
write_block_size
+ 1;
in bt_prepare_encoder_buffer()
380
pa_sink_render_full(u->sink, u->
write_block_size
, &u->write_memchunk);
in bt_process_render()
382
pa_assert(u->write_memchunk.length == u->
write_block_size
);
in bt_process_render()
576
* socket man page. The data is written to the socket in chunks of
write_block_size
, so
in update_sink_buffer_size()
577
* there should at least be room for two chunks in the buffer. Generally,
write_block_size
in update_sink_buffer_size()
578
* is larger than 512. If not, use the next multiple of
write_block_size
which is larger
in update_sink_buffer_size()
580
new_bufsize = 2 * u->
write_block_size
;
in update_sink_buffer_size()
[all...]
Completed in 2 milliseconds