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:GetPayloadSize
(Results
1 - 8
of
8
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_packet.cpp
96
size_t RtpHeader::
GetPayloadSize
(size_t rtp_size) const
in GetPayloadSize()
function in OHOS::Sharing::RtpHeader
136
size_t RtpPacket::
GetPayloadSize
()
in GetPayloadSize()
function in OHOS::Sharing::RtpPacket
138
return GetHeader()->
GetPayloadSize
(Size());
in GetPayloadSize()
H
A
D
rtp_queue.cpp
46
if (!header->
GetPayloadSize
(len)) {
in InputRtp()
58
MEDIA_LOGD("rtp payload size: %{public}zu.", rtp->
GetPayloadSize
());
in InputRtp()
H
A
D
rtp_codec_aac.cpp
51
auto end = ptr + rtp->
GetPayloadSize
();
in InputRtp()
70
rtp->GetSeq(), rtp->
GetPayloadSize
(), auHeaderCount, stamp, dtsInc_);
in InputRtp()
H
A
D
rtp_codec_g711.cpp
31
auto payload_size = rtp->
GetPayloadSize
();
in InputRtp()
H
A
D
rtp_codec_ts.cpp
78
auto payload_size = rtp->
GetPayloadSize
();
in InputRtp()
186
int length = rtp->
GetPayloadSize
();
in ReadPacket()
H
A
D
rtp_codec_h264.cpp
51
int32_t length = rtp->
GetPayloadSize
();
in InputRtp()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H
A
D
rtp_packet.h
35
size_t
GetPayloadSize
(size_t rtp_size) const;
93
size_t
GetPayloadSize
();
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H
A
D
rtp_unit_test.cpp
385
int32_t length = rtp->
GetPayloadSize
();
in HWTEST_F()
413
int32_t length = rtp->
GetPayloadSize
();
in HWTEST_F()
898
auto ret = rtpHeader->
GetPayloadSize
(0);
in HWTEST_F()
989
auto ret = rtpPacket->
GetPayloadSize
();
in HWTEST_F()
Completed in 7 milliseconds