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:nalUnitType
(Results
1 - 4
of
4
) sorted by relevance
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H
A
D
ffmpeg_utils.cpp
404
int
nalUnitType
= data[naluPos] & 0x1f; // get H.264 nal_unit_type
in CanDropAvcPkt()
local
405
bool isCodedSliceData =
nalUnitType
== 1 ||
nalUnitType
== 2 || // 1: non-IDR, 2: partiton A
in CanDropAvcPkt()
406
nalUnitType
== 3 ||
nalUnitType
== 4 ||
nalUnitType
== 5; // 3: partiton B, 4: partiton C, 5: IDR
in CanDropAvcPkt()
419
int
nalUnitType
= (data[naluPos] >> 1) & 0x3f; // get H.265 nal_unit_type
in CanDropHevcPkt()
local
420
return
nalUnitType
== 0 ||
nalUnitType
== 2 ||
nalUnitType
in CanDropHevcPkt()
[all...]
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/heif_parser/box/
H
A
D
item_property_hvcc_box.h
45
uint8_t
nalUnitType
;
member
75
uint8_t
nalUnitType
;
member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H
A
D
item_property_hvcc_box.cpp
97
array.
nalUnitType
= (tempByte & 0x3F);
in ParseContent()
126
array.
nalUnitType
= uint8_t(nalData[0] >> 1);
in AppendNalData()
159
(array.
nalUnitType
& 0x3F)));
in Write()
204
spsConfig_.
nalUnitType
= GetWord(nalUnits, NALU_TYPE_ID_SIZE);
in GetNaluTypeId()
212
if (HvccNalunit.
nalUnitType
== naluId) {
in GetNaluData()
295
spsConfig_.
nalUnitType
= GetWord(nalUnits, NALU_TYPE_ID_SIZE);
in ParseNalUnitAnalysisSps()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H
A
D
rtsp_sdp.cpp
196
int32_t
nalUnitType
= GetU(5, buf, cursor); // 5:fixed size
in GetVideoSize()
local
197
if (
nalUnitType
!= 7) { // 7:fixed size
in GetVideoSize()
Completed in 3 milliseconds