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:chroma_loc
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavformat/
H
A
D
yuv4mpegdec.c
88
enum AVChromaLocation
chroma_loc
;
in yuv4_read_header()
member
122
if (pix_fmt_array[i].
chroma_loc
!= AVCHROMA_LOC_UNSPECIFIED)
in yuv4_read_header()
123
chroma_sample_location = pix_fmt_array[i].
chroma_loc
;
in yuv4_read_header()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_tonemap_opencl.c
58
enum AVChromaLocation
chroma_loc
;
member
195
av_bprintf(&header, "#define
chroma_loc
%d\n", (int)ctx->
chroma_loc
);
in tonemap_opencl_init()
386
ctx->
chroma_loc
= output->chroma_location;
in tonemap_opencl_filter_frame()
/third_party/ffmpeg/libavcodec/
H
A
D
librav1e.c
99
static inline RaChromaSamplePosition chroma_loc_map(enum AVChromaLocation
chroma_loc
)
in chroma_loc_map()
argument
101
switch (
chroma_loc
) {
in chroma_loc_map()
/third_party/ffmpeg/libavdevice/
H
A
D
dshow.c
682
enum AVChromaLocation
chroma_loc
;
member
750
fmt_info->
chroma_loc
= dshow_chroma_loc(extended_format_info);
in dshow_get_format_info()
922
const char *chroma = av_chroma_location_name(fmt_info->
chroma_loc
);
in dshow_cycle_formats()
952
if (fmt_info->
chroma_loc
!= AVCHROMA_LOC_UNSPECIFIED)
in dshow_cycle_formats()
956
else if (fmt_info->
chroma_loc
!= AVCHROMA_LOC_UNSPECIFIED)
in dshow_cycle_formats()
1590
par->chroma_location = fmt_info->
chroma_loc
;
in dshow_add_device()
Completed in 6 milliseconds