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
defs:nalType
(Results
1 - 6
of
6
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/hcodec_test/helper/
H
A
D
start_code_detector.h
59
uint8_t
nalType
;
member
70
virtual bool IsPrefixSEI(uint8_t
nalType
) { return false; }
in IsPrefixSEI()
argument
[all...]
H
A
D
start_code_detector.cpp
198
bool StartCodeDetectorH264::IsVCL(uint8_t
nalType
)
in GetNalType()
argument
203
IsIDR(uint8_t
nalType
)
GetNalType()
argument
218
IsVCL(uint8_t
nalType
)
IsVCL()
argument
223
IsIDR(uint8_t
nalType
)
IsIDR()
argument
230
IsPrefixSEI(uint8_t
nalType
)
IsPrefixSEI()
argument
245
IsVCL(uint8_t
nalType
)
global()
argument
250
IsIDR(uint8_t
nalType
)
global()
argument
258
IsPrefixSEI(uint8_t
nalType
)
global()
argument
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_server_test/mock/
H
A
D
codec_drm_decrypt_mock.cpp
31
int32_t CodecDrmDecrypt::DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &
nalType
,
in DrmGetNalTypeAndIndex()
argument
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/func_sample/sample/
H
A
D
avcc_reader.cpp
257
bool AvccReader::NalDetector::IsFullVCL(uint8_t
nalType
, const uint8_t *nextNalTypeAddr)
argument
271
bool AvccReader::AVCNalDetector::IsXPS(uint8_t
nalType
)
argument
276
bool AvccReader::AVCNalDetector::IsIDR(uint8_t
nalType
)
argument
286
bool AvccReader::AVCNalDetector::IsVCL(uint8_t
nalType
)
argument
296
IsXPS(uint8_t
nalType
)
global()
argument
301
IsIDR(uint8_t
nalType
)
global()
argument
306
IsVCL(uint8_t
nalType
)
global()
argument
[all...]
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/bitstream_reader/
H
A
D
bitstream_reader.cpp
268
bool BitstreamReader::NalDetector::IsFullVCL(uint8_t
nalType
, const uint8_t *nextNalTypeAddr)
in IsFullVCL()
argument
282
bool BitstreamReader::AVCNalDetector::IsXPS(uint8_t
nalType
)
in IsXPS()
argument
287
bool BitstreamReader::AVCNalDetector::IsIDR(uint8_t
nalType
)
in IsIDR()
argument
297
bool BitstreamReader::AVCNalDetector::IsVCL(uint8_t
nalType
)
in IsVCL()
argument
307
IsXPS(uint8_t
nalType
)
IsXPS()
argument
312
IsIDR(uint8_t
nalType
)
IsIDR()
argument
317
IsVCL(uint8_t
nalType
)
IsVCL()
argument
[all...]
/foundation/multimedia/av_codec/services/drm_decryptor/
H
A
D
codec_drm_decrypt.cpp
87
DrmGetNalTypeAndIndex(const uint8_t *data, uint32_t dataSize, uint8_t &
nalType
, uint32_t &posIndex) const
DrmGetNalTypeAndIndex()
argument
146
uint8_t
nalType
= 0;
DrmGetFinalNalTypeAndIndex()
local
202
uint8_t
nalType
;
DrmModifyCencInfo()
local
306
uint8_t
nalType
= (data[i + DRM_LEGACY_LEN] >> DRM_SHIFT_LEFT_NUM) & DRM_H265_VIDEO_NAL_TYPE_UMASK_NUM;
DrmFindHevcCeiNalUnit()
local
338
uint8_t
nalType
= data[i + DRM_LEGACY_LEN] & DRM_H264_VIDEO_NAL_TYPE_UMASK_NUM;
DrmFindH264CeiNalUnit()
local
[all...]
Completed in 5 milliseconds