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:bmd_mode
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
decklink_common.cpp
294
ctx->
bmd_mode
= bmdModeUnknown;
in ff_decklink_set_format()
295
while ((ctx->
bmd_mode
== bmdModeUnknown) && itermode->Next(&mode) == S_OK) {
in ff_decklink_set_format()
299
BMDDisplayMode
bmd_mode
= mode->GetDisplayMode();
in ff_decklink_set_format()
local
309
|| target_mode ==
bmd_mode
) {
in ff_decklink_set_format()
310
ctx->
bmd_mode
=
bmd_mode
;
in ff_decklink_set_format()
327
if (ctx->
bmd_mode
== bmdModeUnknown)
in ff_decklink_set_format()
332
BMDDisplayMode actualMode = ctx->
bmd_mode
;
in ff_decklink_set_format()
333
if (ctx->dli->DoesSupportVideoMode(ctx->video_input, ctx->
bmd_mode
, ctx->raw_format,
in ff_decklink_set_format()
335
&actualMode, &support) != S_OK || !support || ctx->
bmd_mode
!
in ff_decklink_set_format()
[all...]
H
A
D
decklink_dec.cpp
850
ctx->
bmd_mode
== bmdModeUnknown)
in VideoInputFrameArrived()
852
ctx->
bmd_mode
= AUTODETECT_DEFAULT_MODE;
in VideoInputFrameArrived()
991
if (ctx->
bmd_mode
== bmdModePAL && ctx->teletext_lines &&
in VideoInputFrameArrived()
1009
int idx = get_vanc_line_idx(ctx->
bmd_mode
);
in VideoInputFrameArrived()
1015
if (ctx->
bmd_mode
== bmdModeNTSC && videoFrame->GetWidth() * 2 <= MAX_WIDTH_VANC) {
in VideoInputFrameArrived()
1087
ctx->
bmd_mode
= mode->GetDisplayMode();
in VideoInputFormatChanged()
1088
// check the C context member to make sure we set both raw_format and
bmd_mode
with data from the same format change callback
in VideoInputFormatChanged()
1105
ctx->
bmd_mode
= bmdModeUnknown;
in decklink_autodetect()
1121
* So don't break for
bmd_mode
== AUTODETECT_DEFAULT_MODE. */
in decklink_autodetect()
1122
if (ctx->
bmd_mode
!
in decklink_autodetect()
[all...]
H
A
D
decklink_common.h
103
BMDDisplayMode
bmd_mode
;
member
H
A
D
decklink_enc.cpp
201
if (ctx->supports_vanc && ctx->dlo->EnableVideoOutput(ctx->
bmd_mode
, bmdVideoOutputVANC) != S_OK) {
in decklink_setup_video()
205
if (!ctx->supports_vanc && ctx->dlo->EnableVideoOutput(ctx->
bmd_mode
, bmdVideoOutputFlagDefault) != S_OK) {
in decklink_setup_video()
Completed in 5 milliseconds