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:pixdesc
(Results
1 - 16
of
16
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
nvdec_vp9.c
34
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(avctx->sw_pix_fmt);
in nvdec_vp9_start_frame()
local
H
A
D
vaapi_vp9.c
44
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(avctx->sw_pix_fmt);
in vaapi_vp9_start_frame()
local
H
A
D
vdpau_vp9.c
42
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(avctx->sw_pix_fmt);
in vdpau_vp9_start_frame()
local
H
A
D
vdpau_av1.c
58
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(avctx->sw_pix_fmt);
in vdpau_av1_start_frame()
local
H
A
D
encode.c
413
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(avctx->pix_fmt);
in encode_preinit_video()
local
H
A
D
dxva2_vp9.c
49
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(avctx->sw_pix_fmt);
in fill_picture_parameters()
local
H
A
D
cuviddec.c
496
const AVPixFmtDescriptor *
pixdesc
;
in cuvid_output_frame()
local
/third_party/ffmpeg/libavfilter/
H
A
D
vf_lenscorrection.c
244
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(inlink->format);
in config_output()
local
H
A
D
vf_fade.c
408
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(inlink->format);
in config_input()
local
[all...]
H
A
D
vf_rotate.c
286
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(inlink->format);
in config_props()
local
H
A
D
vsrc_testsrc.c
1422
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(picref->format);
in pal75bars_fill_picture()
local
1468
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(picref->format);
in pal100bars_fill_picture()
local
1514
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(picref->format);
in smptebars_fill_picture()
local
1579
const AVPixFmtDescriptor *
pixdesc
= av_pix_fmt_desc_get(picref->format);
smptehdbars_fill_picture()
local
[all...]
/third_party/ffmpeg/libavformat/
H
A
D
flacenc.c
85
const AVPixFmtDescriptor *
pixdesc
;
in flac_write_picture()
local
H
A
D
movenc.c
3212
const AVPixFmtDescriptor *
pixdesc
=
in mov_write_pixi_tag()
local
7470
const AVPixFmtDescriptor *
pixdesc
=
local
/third_party/ffmpeg/libavutil/
H
A
D
imgutils.c
35
av_image_fill_max_pixsteps(int max_pixsteps[4], int max_pixstep_comps[4], const AVPixFmtDescriptor *
pixdesc
)
av_image_fill_max_pixsteps()
argument
H
A
D
pixdesc.c
2614
int av_get_bits_per_pixel(const AVPixFmtDescriptor *
pixdesc
)
in av_get_bits_per_pixel()
argument
2627
int av_get_padded_bits_per_pixel(const AVPixFmtDescriptor *
pixdesc
)
in av_get_padded_bits_per_pixel()
argument
2654
const AVPixFmtDescriptor *
pixdesc
= &av_pix_fmt_descriptors[pix_fmt];
av_get_pix_fmt_string()
local
[all...]
/third_party/ffmpeg/fftools/
H
A
D
ffprobe.c
3550
const AVPixFmtDescriptor *
pixdesc
= NULL;
in ffprobe_show_pixel_formats()
local
[all...]
Completed in 32 milliseconds