Home
last modified time | relevance | path

Searched refs:real_line (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/test/
Dtest_cmath.py302 real_line = [0.] + positive + [-x for x in positive]
307 'atan' : real_line,
308 'cos' : real_line,
309 'cosh' : real_line,
310 'exp' : real_line,
313 'sin' : real_line,
314 'sinh' : real_line,
316 'tan' : real_line,
317 'tanh' : real_line}
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp393 int real_line; in decklink_construct_vanc() local
401 real_line = line->line_number; in decklink_construct_vanc()
403 result = vanc->GetBufferForVerticalBlankingLine(real_line, &buf); in decklink_construct_vanc()
405 av_log(avctx, AV_LOG_ERROR, "Failed to get VANC line %d: %d", real_line, result); in decklink_construct_vanc()