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:H264RawPPS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_redundant_pps_bsf.c
42
H264RawPPS
*pps;
in h264_redundant_pps_fixup_pps()
68
const
H264RawPPS
*const pps = in->pps[slice->pic_parameter_set_id];
in h264_redundant_pps_fixup_slice()
H
A
D
cbs_h264.h
171
typedef struct
H264RawPPS
{
struct
216
}
H264RawPPS
;
typedef
413
H264RawPPS
*pps[H264_MAX_PPS_COUNT];
419
const
H264RawPPS
*active_pps;
H
A
D
vaapi_encode_h264.c
93
H264RawPPS
raw_pps;
289
H264RawPPS
*pps = &priv->raw_pps;
in vaapi_encode_h264_init_sequence_params()
829
H264RawPPS
*pps = &priv->raw_pps;
in vaapi_encode_h264_init_slice_params()
H
A
D
cbs_h264_syntax_template.c
405
H264RawPPS
*current)
in pps()
1027
const
H264RawPPS
*pps;
in slice_header()
H
A
D
cbs_h2645.c
734
H264RawPPS
*pps = unit->content;
in cbs_h264_read_nal_unit()
1026
H264RawPPS
*pps = unit->content;
in cbs_h264_write_nal_unit()
1397
CBS_UNIT_TYPE_INTERNAL_REF(H264_NAL_PPS,
H264RawPPS
, slice_group_id),
Completed in 8 milliseconds