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:decklink_cctx
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
decklink_enc.cpp
167
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in decklink_setup_video()
238
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in decklink_setup_audio()
279
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in ff_decklink_write_trailer()
435
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in decklink_write_video_packet()
527
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avct
in decklink_write_audio_packet()
[all...]
H
A
D
decklink_common.cpp
124
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in decklink_select_input()
166
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in ff_decklink_set_configs()
263
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in ff_decklink_set_format()
489
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in ff_decklink_list_formats()
540
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*)avct
in ff_decklink_cleanup()
[all...]
H
A
D
decklink_dec.cpp
424
decklink_cctx
*cctx = (struct
decklink_cctx
*) avctx->priv_data;
in get_metadata()
476
struct
decklink_cctx
*ctx = (struct
decklink_cctx
*)avctx->priv_data;
in avpacket_queue_init()
715
decklink_cctx
*cctx = (struct
decklink_cctx
*)avctx->priv_data;
in decklink_input_callback()
846
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*) avctx->priv_data;
in VideoInputFrameArrived()
1086
struct
decklink_cctx
*cctx = (struct
decklink_cctx
*) avct
in VideoInputFormatChanged()
[all...]
H
A
D
decklink_enc_c.c
28
#define OFFSET(x) offsetof(struct
decklink_cctx
, x)
83
.priv_data_size = sizeof(struct
decklink_cctx
),
H
A
D
decklink_dec_c.c
29
#define OFFSET(x) offsetof(struct
decklink_cctx
, x)
119
.priv_data_size = sizeof(struct
decklink_cctx
),
H
A
D
decklink_common_c.h
40
struct
decklink_cctx
{
struct
Completed in 6 milliseconds