Searched refs:capture_screen (Results 1 – 2 of 2) sorted by relevance
/third_party/libuv/test/ |
D | test-tty-escape-sequence-processing.c | 208 static void capture_screen(uv_tty_t* tty_out, struct captured_screen* cs) { in capture_screen() function 854 capture_screen(&tty_out, &expect); in TEST_IMPL() 862 capture_screen(&tty_out, &actual); in TEST_IMPL() 868 capture_screen(&tty_out, &expect); in TEST_IMPL() 874 capture_screen(&tty_out, &actual); in TEST_IMPL() 881 capture_screen(&tty_out, &expect); in TEST_IMPL() 887 capture_screen(&tty_out, &actual); in TEST_IMPL() 894 capture_screen(&tty_out, &expect); in TEST_IMPL() 900 capture_screen(&tty_out, &actual); in TEST_IMPL() 928 capture_screen(&tty_out, &expect); in TEST_IMPL() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | ccaption_dec.c | 446 static int capture_screen(CCaptionSubContext *ctx) in capture_screen() function 665 ret = capture_screen(ctx); in handle_edm() 673 ret = capture_screen(ctx); in handle_edm() 694 ret = capture_screen(ctx); in handle_eoc() 796 ret = capture_screen(ctx); in process_cc608() 912 capture_screen(ctx); in decode()
|