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:fmtp
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
av1dec.c
446
enum AVPixelFormat pix_fmts[HWACCEL_MAX + 2], *
fmtp
= pix_fmts;
in get_pixel_format()
local
511
*
fmtp
++ = AV_PIX_FMT_DXVA2_VLD;
in get_pixel_format()
514
*
fmtp
++ = AV_PIX_FMT_D3D11VA_VLD;
in get_pixel_format()
515
*
fmtp
++ = AV_PIX_FMT_D3D11;
in get_pixel_format()
518
*
fmtp
++ = AV_PIX_FMT_CUDA;
in get_pixel_format()
521
*
fmtp
++ = AV_PIX_FMT_VAAPI;
in get_pixel_format()
524
*
fmtp
++ = AV_PIX_FMT_VDPAU;
in get_pixel_format()
529
*
fmtp
++ = AV_PIX_FMT_DXVA2_VLD;
in get_pixel_format()
532
*
fmtp
++ = AV_PIX_FMT_D3D11VA_VLD;
in get_pixel_format()
533
*
fmtp
in get_pixel_format()
[all...]
H
A
D
proresdec2.c
276
enum AVPixelFormat pix_fmts[HWACCEL_MAX + 2], *
fmtp
= pix_fmts;
in decode_frame_header()
local
282
*
fmtp
++ = AV_PIX_FMT_VIDEOTOOLBOX;
in decode_frame_header()
284
*
fmtp
++ = ctx->pix_fmt;
in decode_frame_header()
285
*
fmtp
= AV_PIX_FMT_NONE;
in decode_frame_header()
H
A
D
vp9.c
190
enum AVPixelFormat pix_fmts[HWACCEL_MAX + 2], *
fmtp
= pix_fmts;
in update_size()
local
206
*
fmtp
++ = AV_PIX_FMT_DXVA2_VLD;
in update_size()
209
*
fmtp
++ = AV_PIX_FMT_D3D11VA_VLD;
in update_size()
210
*
fmtp
++ = AV_PIX_FMT_D3D11;
in update_size()
213
*
fmtp
++ = AV_PIX_FMT_CUDA;
in update_size()
216
*
fmtp
++ = AV_PIX_FMT_VAAPI;
in update_size()
219
*
fmtp
++ = AV_PIX_FMT_VDPAU;
in update_size()
222
*
fmtp
++ = AV_PIX_FMT_VIDEOTOOLBOX;
in update_size()
227
*
fmtp
++ = AV_PIX_FMT_CUDA;
in update_size()
230
*
fmtp
in update_size()
[all...]
Completed in 5 milliseconds