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:content_light
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
libdav1d.c
457
if (p->
content_light
) {
in libdav1d_receive_frame()
463
light->MaxCLL = p->
content_light
->max_content_light_level;
in libdav1d_receive_frame()
464
light->MaxFALL = p->
content_light
->max_frame_average_light_level;
in libdav1d_receive_frame()
H
A
D
hevc_sei.h
148
HEVCSEIContentLight
content_light
;
member
H
A
D
hevc_sei.c
482
return decode_nal_sei_content_light_info(&s->
content_light
, gbyte);
in decode_nal_sei_prefix()
H
A
D
hevcdec.c
2851
if (s->sei.
content_light
.present > 0 &&
in set_side_data()
2853
s->sei.
content_light
.present--;
in set_side_data()
2855
if (s->sei.
content_light
.present) {
in set_side_data()
2860
metadata->MaxCLL = s->sei.
content_light
.max_content_light_level;
in set_side_data()
2861
metadata->MaxFALL = s->sei.
content_light
.max_pic_average_light_level;
in set_side_data()
3797
s->sei.
content_light
= s0->sei.
content_light
;
in hevc_update_thread_context()
Completed in 11 milliseconds