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:fgc
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264_slice.c
1353
H264SEIFilmGrainCharacteristics *
fgc
= &h->sei.film_grain_characteristics;
in h264_export_frame_props()
local
1361
fgp->codec.h274.model_id =
fgc
->model_id;
in h264_export_frame_props()
1362
if (
fgc
->separate_colour_description_present_flag) {
in h264_export_frame_props()
1363
fgp->codec.h274.bit_depth_luma =
fgc
->bit_depth_luma;
in h264_export_frame_props()
1364
fgp->codec.h274.bit_depth_chroma =
fgc
->bit_depth_chroma;
in h264_export_frame_props()
1365
fgp->codec.h274.color_range =
fgc
->full_range + 1;
in h264_export_frame_props()
1366
fgp->codec.h274.color_primaries =
fgc
->color_primaries;
in h264_export_frame_props()
1367
fgp->codec.h274.color_trc =
fgc
->transfer_characteristics;
in h264_export_frame_props()
1368
fgp->codec.h274.color_space =
fgc
->matrix_coeffs;
in h264_export_frame_props()
1386
fgp->codec.h274.blending_mode_id =
fgc
in h264_export_frame_props()
[all...]
H
A
D
hevcdec.c
2918
HEVCSEIFilmGrainCharacteristics *
fgc
= &s->sei.film_grain_characteristics;
in set_side_data()
local
2926
fgp->codec.h274.model_id =
fgc
->model_id;
in set_side_data()
2927
if (
fgc
->separate_colour_description_present_flag) {
in set_side_data()
2928
fgp->codec.h274.bit_depth_luma =
fgc
->bit_depth_luma;
in set_side_data()
2929
fgp->codec.h274.bit_depth_chroma =
fgc
->bit_depth_chroma;
in set_side_data()
2930
fgp->codec.h274.color_range =
fgc
->full_range + 1;
in set_side_data()
2931
fgp->codec.h274.color_primaries =
fgc
->color_primaries;
in set_side_data()
2932
fgp->codec.h274.color_trc =
fgc
->transfer_characteristics;
in set_side_data()
2933
fgp->codec.h274.color_space =
fgc
->matrix_coeffs;
in set_side_data()
2953
fgp->codec.h274.blending_mode_id =
fgc
in set_side_data()
[all...]
/third_party/skia/third_party/externals/harfbuzz/util/
H
A
D
ansi-print.hh
197
color_t
fgc
= color_t::from_ansi (fg);
198
color_diff_t diff =
fgc
.diff (bgc);
Completed in 8 milliseconds