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:naluSize
(Results
1 - 3
of
3
) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/services/protocol/frame/
H
A
D
frame_merger.cpp
134
uint32_t
naluSize
= (uint32_t)(frame->Size() - frame->PrefixSize());
in DoMerge()
local
135
naluSize
= htonl(
naluSize
);
in DoMerge()
136
merged->Append((char *)&
naluSize
, 4); // 4:avc start code size
in DoMerge()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H
A
D
ffmpeg_muxer_plugin.cpp
920
uint32_t
naluSize
= 0;
in TransAnnexbToMp4()
local
926
naluSize
= static_cast<uint32_t>(nalEnd - nalStart);
in TransAnnexbToMp4()
927
for (int32_t i = sizeof(
naluSize
) - 1; i >= 0; --i) {
in TransAnnexbToMp4()
928
data.emplace_back((
naluSize
>> (i * 0x08)) & 0xFF);
in TransAnnexbToMp4()
955
uint64_t
naluSize
= 0;
in IsAvccSample()
local
960
naluSize
= 0;
in IsAvccSample()
962
naluSize
= sample[i] +
naluSize
* 0x100;
in IsAvccSample()
964
if (
naluSize
<= 1) {
in IsAvccSample()
967
curPos += (
naluSize
in IsAvccSample()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H
A
D
item_property_hvcc_box.cpp
221
int
naluSize
= nalu.size();
in ProcessBoxData()
local
222
for (int i = UINT16_BYTES_NUM; i <
naluSize
; ++i) {
in ProcessBoxData()
Completed in 4 milliseconds