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:sectionBuf_
(Results
1 - 2
of
2
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_codec_aac.cpp
180
sectionBuf_
[0] = 0;
in InputFrame()
181
sectionBuf_
[1] = 16; // 16:constants
in InputFrame()
182
sectionBuf_
[2] = (len >> 5) & 0xFF; // 5:byte offset,2:byte offset
in InputFrame()
183
sectionBuf_
[3] = ((len & 0x1F) << 3) & 0xFF; // 3:byte offset
in InputFrame()
184
auto ret = memcpy_s(
sectionBuf_
+ 4, remain_size, ptr, remain_size); // 4:byte offset
in InputFrame()
189
MakeAACRtp(
sectionBuf_
, remain_size + 4, true, stamp); // 4:byte offset
in InputFrame()
192
sectionBuf_
[0] = 0;
in InputFrame()
193
sectionBuf_
[1] = 16; // 16:byte offset
in InputFrame()
194
sectionBuf_
[2] = ((len) >> 5) & 0xFF; // 2:byte offset, 5:byte offset
in InputFrame()
195
sectionBuf_
[
in InputFrame()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H
A
D
rtp_codec_aac.h
64
unsigned char
sectionBuf_
[1600];
member in OHOS::Sharing::RtpEncoderAAC
Completed in 1 milliseconds