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:postproc
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dds.c
107
enum DDSPostProc
postproc
;
member
199
* but it is handled differently in a separate
postproc
. */
in parse_pixel_format()
200
ctx->
postproc
= DDS_SWIZZLE_RXGB;
in parse_pixel_format()
364
ctx->
postproc
= DDS_SWAP_ALPHA;
in parse_pixel_format()
396
ctx->
postproc
= DDS_ALPHA_EXP;
in parse_pixel_format()
398
ctx->
postproc
= DDS_NORMAL_MAP;
in parse_pixel_format()
400
ctx->
postproc
= DDS_RAW_YCOCG;
in parse_pixel_format()
405
ctx->
postproc
= DDS_SWIZZLE_A2XY;
in parse_pixel_format()
408
ctx->
postproc
= DDS_SWIZZLE_XGBR;
in parse_pixel_format()
411
ctx->
postproc
in parse_pixel_format()
[all...]
H
A
D
vc1.h
316
uint8_t
postproc
;
member
H
A
D
vaapi_vc1.c
300
.post_processing = v->
postproc
,
in vaapi_vc1_start_frame()
H
A
D
vc1.c
1003
v->
postproc
= get_bits(gb, 2);
in ff_vc1_parse_frame_header_adv()
/third_party/ffmpeg/libpostproc/
H
A
D
Makefile
1
NAME =
postproc
/third_party/ffmpeg/
H
A
D
Makefile
22
ALLFFLIBS = avcodec avdevice avfilter avformat avutil
postproc
swscale swresample
29
FFLIBS-$(CONFIG_POSTPROC) +=
postproc
H
A
D
configure
133
--disable-
postproc
disable libpostproc build
1955
postproc
3706
pp_filter_deps="gpl
postproc
"
7413
enabled pp_filter && prepend avfilter_deps "
postproc
"
7552
echo "postprocessing support ${
postproc
-no}"
/third_party/ffmpeg/fftools/
H
A
D
opt_common.c
194
PRINT_LIB_INFO(
postproc
, POSTPROC, flags, level);
in print_all_libs_info()
H
A
D
ffprobe.c
3539
SHOW_LIB_VERSION(
postproc
, POSTPROC);
in ffprobe_show_library_versions()
Completed in 38 milliseconds