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:max_fall
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/egl/main/
H
A
D
eglsurface.c
173
surf->HdrMetadata.
max_fall
= val;
in _eglParseSurfaceAttribList()
438
surf->HdrMetadata.
max_fall
= EGL_DONT_CARE;
in _eglInitSurface()
607
*value = surface->HdrMetadata.
max_fall
;
in _eglQuerySurface()
742
surface->HdrMetadata.
max_fall
= value;
in _eglSurfaceAttrib()
H
A
D
eglsurface.h
57
EGLint
max_fall
;
member
/third_party/ffmpeg/libavcodec/
H
A
D
cbs_av1.h
318
uint16_t
max_fall
;
member
H
A
D
cbs_av1_syntax_template.c
1847
fb(16,
max_fall
);
in metadata_hdr_cll()
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm_mode.h
881
* @
max_fall
: Max Frame Average Light Level.
885
__u16
max_fall
;
member
/third_party/libdrm/include/drm/
H
A
D
drm_mode.h
797
* @
max_fall
: Max Frame Average Light Level.
801
__u16
max_fall
;
member
/third_party/ffmpeg/libavformat/
H
A
D
matroskadec.c
192
uint64_t
max_fall
;
member
494
{ MATROSKA_ID_VIDEOCOLORMAXFALL, EBML_UINT, 0, 0, offsetof(MatroskaTrackVideoColor,
max_fall
) },
2193
if (color->max_cll && color->
max_fall
) {
in mkv_parse_video_color()
2206
metadata->MaxFALL = color->
max_fall
;
in mkv_parse_video_color()
Completed in 17 milliseconds