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
defs:pixel_fmts
(Results
1 - 25
of
26
) sorted by relevance
1
2
/third_party/ffmpeg/libavfilter/
H
A
D
buffersink.h
102
const enum AVPixelFormat *
pixel_fmts
; ///< list of allowed pixel formats, terminated by AV_PIX_FMT_NONE
member
H
A
D
vf_colorkey.c
186
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_lagfun.c
47
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_cas.c
204
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_despill.c
117
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_deblock.c
64
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_dedot.c
59
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_amplify.c
53
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_colortemperature.c
279
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_colorize.c
212
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_readvitc.c
187
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_xmedian.c
64
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_floodfill.c
358
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_monochrome.c
225
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_lumakey.c
145
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_fade.c
152
const enum AVPixelFormat *
pixel_fmts
;
in query_formats()
local
H
A
D
buffersink.c
47
enum AVPixelFormat *
pixel_fmts
; ///< list of accepted pixel formats
member
160
static const int
pixel_fmts
[] = { AV_PIX_FMT_NONE };
in av_buffersink_params_alloc()
local
H
A
D
vf_atadenoise.c
93
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_deflicker.c
94
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_colorcorrect.c
431
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_colorcontrast.c
313
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_normalize.c
391
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_vibrance.c
295
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_readeia608.c
103
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
H
A
D
vf_huesaturation.c
394
static const enum AVPixelFormat
pixel_fmts
[] = {
variable
Completed in 19 milliseconds
1
2