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:hw_pix_fmt
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/doc/examples/
H
A
D
hw_decode.c
46
static enum AVPixelFormat
hw_pix_fmt
;
variable
69
if (*p ==
hw_pix_fmt
)
in get_hw_format()
108
if (frame->format ==
hw_pix_fmt
) {
in decode_write()
209
hw_pix_fmt
= config->pix_fmt;
in main()
/third_party/ffmpeg/libavcodec/
H
A
D
avcodec.h
2700
* - The
hw_pix_fmt
must be one of the choices suggested by get_format. If the
2702
* the user must return the same
hw_pix_fmt
from get_format.
2703
* - The device_ref passed to this function must support the given
hw_pix_fmt
.
2728
* - Set the format field to
hw_pix_fmt
.
2755
* @param
hw_pix_fmt
The hwaccel format you are going to return from get_format.
2768
* for the hwaccel referenced by
hw_pix_fmt
.
2772
enum AVPixelFormat
hw_pix_fmt
,
H
A
D
decode.c
1004
enum AVPixelFormat
hw_pix_fmt
,
in avcodec_get_hw_frames_parameters()
1016
if (hw_config->public.pix_fmt ==
hw_pix_fmt
)
in avcodec_get_hw_frames_parameters()
1002
avcodec_get_hw_frames_parameters(AVCodecContext *avctx, AVBufferRef *device_ref, enum AVPixelFormat
hw_pix_fmt
, AVBufferRef **out_frames_ref)
avcodec_get_hw_frames_parameters()
argument
Completed in 8 milliseconds