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:rtp_size
(Results
1 - 3
of
3
) sorted by relevance
/third_party/curl/tests/server/
H
A
D
rtspd.c
306
int
rtp_size
= 0;
in ProcessRequest()
local
352
&rtp_partno, &rtp_channel, &
rtp_size
,
in ProcessRequest()
358
rtp_partno, rtp_channel,
rtp_size
, rtp_size_err);
in ProcessRequest()
362
rtp_scratch = malloc(
rtp_size
+ 4 + RTP_DATA_SIZE);
in ProcessRequest()
371
SET_RTP_PKT_LEN(rtp_scratch,
rtp_size
+ rtp_size_err);
in ProcessRequest()
374
for(i = 0; i <
rtp_size
; i += RTP_DATA_SIZE) {
in ProcessRequest()
380
req->rtp_buffersize =
rtp_size
+ 4;
in ProcessRequest()
385
rtp_size
+ 4);
in ProcessRequest()
387
rtp_size
+ 4);
in ProcessRequest()
388
req->rtp_buffersize +=
rtp_size
in ProcessRequest()
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H
A
D
a2dp-codec-aptx-gst.c
471
size_t
rtp_size
= sizeof(struct rtp_header);
in get_block_size_hd()
local
472
size_t frame_count = (link_mtu -
rtp_size
) / 6;
in get_block_size_hd()
478
size_t
rtp_size
= sizeof(struct rtp_header);
in get_encoded_block_size_hd()
local
483
return (input_size / (4 * 6)) * 6 +
rtp_size
;
in get_encoded_block_size_hd()
H
A
D
a2dp-codec-sbc.c
727
size_t
rtp_size
= sizeof(struct rtp_header) + sizeof(struct rtp_payload);
in get_block_size()
local
728
size_t frame_count = (link_mtu -
rtp_size
) / sbc_info->frame_length;
in get_block_size()
738
pa_log_warn("SBC packet size %lu is larger than link MTU %lu", sbc_info->frame_length +
rtp_size
, link_mtu);
in get_block_size()
747
size_t
rtp_size
= sizeof(struct rtp_header) + sizeof(struct rtp_payload);
in get_encoded_block_size()
local
752
return (input_size / sbc_info->codesize) * sbc_info->frame_length +
rtp_size
;
in get_encoded_block_size()
Completed in 4 milliseconds