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:nal_unit_type
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/platform/allegro-dvt/
H
A
D
nal-h264.c
31
enum
nal_unit_type
{
enum
359
unsigned int
nal_unit_type
= SEQUENCE_PARAMETER_SET;
in nal_h264_write_sps()
local
400
unsigned int
nal_unit_type
;
in nal_h264_read_sps()
local
450
unsigned int
nal_unit_type
= PICTURE_PARAMETER_SET;
in nal_h264_write_pps()
local
534
unsigned int
nal_unit_type
= FILLER_DATA;
in nal_h264_write_filler()
local
577
unsigned int
nal_unit_type
;
nal_h264_read_filler()
local
[all...]
H
A
D
nal-hevc.c
31
enum
nal_unit_type
{
enum
524
unsigned int
nal_unit_type
= VPS_NUT;
in nal_hevc_write_vps()
local
568
unsigned int
nal_unit_type
;
in nal_hevc_read_vps()
local
619
unsigned int
nal_unit_type
= SPS_NUT;
in nal_hevc_write_sps()
local
663
unsigned int
nal_unit_type
;
in nal_hevc_read_sps()
local
714
unsigned int
nal_unit_type
= PPS_NUT;
nal_hevc_write_pps()
local
758
unsigned int
nal_unit_type
;
nal_hevc_read_pps()
local
807
unsigned int
nal_unit_type
= FD_NUT;
nal_hevc_write_filler()
local
854
unsigned int
nal_unit_type
;
nal_hevc_read_filler()
local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/allegro-dvt/
H
A
D
nal-h264.c
30
enum
nal_unit_type
{
enum
755
unsigned int
nal_unit_type
= SEQUENCE_PARAMETER_SET;
in nal_h264_write_sps()
local
796
unsigned int
nal_unit_type
;
in nal_h264_read_sps()
local
846
unsigned int
nal_unit_type
= PICTURE_PARAMETER_SET;
in nal_h264_write_pps()
local
930
unsigned int
nal_unit_type
= FILLER_DATA;
in nal_h264_write_filler()
local
973
unsigned int
nal_unit_type
;
nal_h264_read_filler()
local
[all...]
/kernel/linux/linux-5.10/include/media/
H
A
D
hevc-ctrls.h
170
__u8
nal_unit_type
;
member
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H
A
D
vdec_hevc_req_multi_if.c
173
unsigned char
nal_unit_type
;
member
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
v4l2-controls.h
2409
__u8
nal_unit_type
;
member
Completed in 17 milliseconds