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:DIRECTION_OUT
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
decklink_common.h
160
typedef enum { DIRECTION_IN,
DIRECTION_OUT
} decklink_direction_t;
enumerator
226
int ff_decklink_set_format(AVFormatContext *avctx, int width, int height, int tb_num, int tb_den, enum AVFieldOrder field_order, decklink_direction_t direction =
DIRECTION_OUT
);
230
int ff_decklink_list_formats(AVFormatContext *avctx, decklink_direction_t direction =
DIRECTION_OUT
);
H
A
D
decklink_common.cpp
216
if (direction ==
DIRECTION_OUT
&& cctx->timing_offset != INT_MIN) {
in ff_decklink_set_configs()
222
if (direction ==
DIRECTION_OUT
&& ctx->link > 0) {
in ff_decklink_set_configs()
237
if (direction ==
DIRECTION_OUT
&& cctx->level_a >= 0) {
in ff_decklink_set_configs()
H
A
D
decklink_enc.cpp
191
if (ff_decklink_set_configs(avctx,
DIRECTION_OUT
) < 0) {
in decklink_setup_video()
Completed in 3 milliseconds