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:HEVC_NAL_CRA_NUT
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
hevcdec.c
52
case
HEVC_NAL_CRA_NUT
:
in hevc_probe()
H
A
D
mov.c
4114
if (sc->sgpd_sync[i] ==
HEVC_NAL_CRA_NUT
)
4147
cra_index = get_sgpd_sync_index(sc,
HEVC_NAL_CRA_NUT
); /* Clean Random Access */
/third_party/ffmpeg/libavcodec/
H
A
D
hevc.h
50
HEVC_NAL_CRA_NUT
= 21,
enumerator
H
A
D
hevc_parser.c
235
case
HEVC_NAL_CRA_NUT
:
in parse_nal_units()
284
(nut >= HEVC_NAL_BLA_W_LP && nut <=
HEVC_NAL_CRA_NUT
)) {
in hevc_find_frame_end()
H
A
D
cbs_h2645.c
885
case
HEVC_NAL_CRA_NUT
:
in cbs_h265_read_nal_unit()
1174
case
HEVC_NAL_CRA_NUT
:
in cbs_h265_write_nal_unit()
1452
.unit_type_range_end =
HEVC_NAL_CRA_NUT
,
H
A
D
hevc_refs.c
382
if (s->nal_unit_type !=
HEVC_NAL_CRA_NUT
&& !IS_BLA(s))
in find_ref_idx()
H
A
D
hevcdec.c
592
if (s->nal_unit_type ==
HEVC_NAL_CRA_NUT
&& s->last_eos == 1)
in hls_slice_header()
600
if (last_sps && IS_IRAP(s) && s->nal_unit_type !=
HEVC_NAL_CRA_NUT
) {
in hls_slice_header()
3024
s->no_rasl_output_flag = IS_IDR(s) || IS_BLA(s) || (s->nal_unit_type ==
HEVC_NAL_CRA_NUT
&& s->last_eos);
in hevc_frame_start()
3177
case
HEVC_NAL_CRA_NUT
:
in decode_nal_unit()
3203
if (s->nal_unit_type ==
HEVC_NAL_CRA_NUT
|| IS_BLA(s)) {
in decode_nal_unit()
H
A
D
vaapi_encode_h265.c
777
hpic->slice_nal_unit =
HEVC_NAL_CRA_NUT
;
in vaapi_encode_h265_init_picture_params()
Completed in 21 milliseconds