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:prefixSize_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H
A
D
frame.h
109
return
prefixSize_
;
133
size_t
prefixSize_
= 0;
member in OHOS::Sharing::FrameImpl
H
A
D
aac_frame.cpp
25
prefixSize_
= prefix_size;
in AACFrame()
H
A
D
h264_frame.h
60
prefixSize_
= prefix_size;
in H264Frame()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H
A
D
rtp_codec_aac.cpp
116
frame_->
prefixSize_
= ADTS_HEADER_LEN;
in FlushData()
126
frame_->
prefixSize_
= size;
in FlushData()
H
A
D
rtp_codec_h264.cpp
164
frame->
prefixSize_
= 4; // 4:fixed size
in ObtainFrame()
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/
H
A
D
rtp_enc_demo.cpp
301
frame->
prefixSize_
= 7;
in main()
339
frame->
prefixSize_
= 0;
in main()
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H
A
D
wfd_rtp_producer.cpp
191
h264Frame->
prefixSize_
= PrefixSize(h264Frame->Peek(), h264Frame->Size());
in PublishOneFrame()
Completed in 4 milliseconds