Searched refs:dlo (Results 1 - 7 of 7) sorted by relevance
/third_party/ffmpeg/libavdevice/ |
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() 212 ctx->dlo->SetScheduledFrameCompletionCallback(ctx->output_callback); in decklink_setup_video() 256 if (ctx->dlo->EnableAudioOutput(bmdAudioSampleRate48kHz, in decklink_setup_audio() 263 if (ctx->dlo->BeginAudioPreroll() != S_OK) { in decklink_setup_audio() 284 ctx->dlo->StopScheduledPlayback(ctx->last_pts * ctx->bmd_tb_num, in ff_decklink_write_trailer() 286 ctx->dlo->DisableVideoOutput(); in ff_decklink_write_trailer() 288 ctx->dlo->DisableAudioOutput(); in ff_decklink_write_trailer() 382 int result = ctx->dlo->CreateAncillaryData(bmdFormat10BitYUV, &vanc); in decklink_construct_vanc() 490 hr = ctx->dlo in decklink_write_video_packet() [all...] |
H A D | decklink_common.cpp | 281 res = ctx->dlo->GetDisplayModeIterator (&itermode); in ff_decklink_set_format() 339 if (ctx->dlo->DoesSupportVideoMode(bmdVideoConnectionUnspecified, ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format() 353 if (ctx->dlo->DoesSupportVideoMode(bmdVideoConnectionUnspecified, ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format() 369 if (!ctx->supports_vanc || ctx->dlo->DoesSupportVideoMode(ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format() 373 if (ctx->dlo->DoesSupportVideoMode(ctx->bmd_mode, ctx->raw_format, in ff_decklink_set_format() 506 res = ctx->dlo->GetDisplayModeIterator (&itermode); in ff_decklink_list_formats() 545 if (ctx->dlo) in ff_decklink_cleanup() 546 ctx->dlo->Release(); in ff_decklink_cleanup()
|
H A D | decklink_common.h | 94 IDeckLinkOutput *dlo; member
|
/third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 472 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 523 addc $dlo,$dlo,$hlo ; d+=h 567 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
|
H A D | sha512-parisc.pl | 390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 443 add $hlo,$dlo,$dlo
|
/third_party/openssl/crypto/sha/asm/ |
H A D | sha512-ppc.pl | 472 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 523 addc $dlo,$dlo,$hlo ; d+=h 567 my ($i, $ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo,
|
H A D | sha512-parisc.pl | 390 my ($i,$ahi,$alo,$bhi,$blo,$chi,$clo,$dhi,$dlo, 443 add $hlo,$dlo,$dlo
|
Completed in 6 milliseconds