Home
last modified time | relevance | path

Searched refs:video (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/external/webrtc/webrtc/video/
Dwebrtc_video.gypi27 'video/call_stats.cc',
28 'video/call_stats.h',
29 'video/encoded_frame_callback_adapter.cc',
30 'video/encoded_frame_callback_adapter.h',
31 'video/encoder_state_feedback.cc',
32 'video/encoder_state_feedback.h',
33 'video/overuse_frame_detector.cc',
34 'video/overuse_frame_detector.h',
35 'video/payload_router.cc',
36 'video/payload_router.h',
[all …]
/external/skqp/third_party/libsdl/
DBUILD.gn64 "../externals/sdl/src/video/SDL_RLEaccel.c",
65 "../externals/sdl/src/video/SDL_blit.c",
66 "../externals/sdl/src/video/SDL_blit_0.c",
67 "../externals/sdl/src/video/SDL_blit_1.c",
68 "../externals/sdl/src/video/SDL_blit_A.c",
69 "../externals/sdl/src/video/SDL_blit_N.c",
70 "../externals/sdl/src/video/SDL_blit_auto.c",
71 "../externals/sdl/src/video/SDL_blit_copy.c",
72 "../externals/sdl/src/video/SDL_blit_slow.c",
73 "../externals/sdl/src/video/SDL_bmp.c",
[all …]
/external/skia/third_party/libsdl/
DBUILD.gn64 "../externals/sdl/src/video/SDL_RLEaccel.c",
65 "../externals/sdl/src/video/SDL_blit.c",
66 "../externals/sdl/src/video/SDL_blit_0.c",
67 "../externals/sdl/src/video/SDL_blit_1.c",
68 "../externals/sdl/src/video/SDL_blit_A.c",
69 "../externals/sdl/src/video/SDL_blit_N.c",
70 "../externals/sdl/src/video/SDL_blit_auto.c",
71 "../externals/sdl/src/video/SDL_blit_copy.c",
72 "../externals/sdl/src/video/SDL_blit_slow.c",
73 "../externals/sdl/src/video/SDL_bmp.c",
[all …]
/external/libvpx/libvpx/test/
Ddecode_svc_test.cc31 const libvpx_test::CompressedVideoSource &video, in PreDecodeFrameHook() argument
33 if (video.frame_number() == 0) in PreDecodeFrameHook()
57 std::unique_ptr<libvpx_test::CompressedVideoSource> video; in TEST_P() local
58 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
59 ASSERT_TRUE(video.get() != NULL); in TEST_P()
60 video->Init(); in TEST_P()
65 ASSERT_NO_FATAL_FAILURE(RunLoop(video.get())); in TEST_P()
74 std::unique_ptr<libvpx_test::CompressedVideoSource> video; in TEST_P() local
75 video.reset(new libvpx_test::IVFVideoSource(filename)); in TEST_P()
76 ASSERT_TRUE(video.get() != NULL); in TEST_P()
[all …]
Dframe_size_tests.cc35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
37 if (video->frame() == 0) { in PreEncodeFrameHook()
50 ::libvpx_test::RandomVideoSource video; in TEST_F()
53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F()
54 video.set_limit(2); in TEST_F()
56 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_F()
61 ::libvpx_test::RandomVideoSource video; in TEST_F()
64 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F()
65 video.set_limit(2); in TEST_F()
67 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_F()
[all …]
Dvp9_end_to_end_test.cc101 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
103 if (video->frame() == 0) { in PreEncodeFrameHook()
108 if (video->frame() == 100) in PreEncodeFrameHook()
158 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
160 if (video->frame() == 0) { in PreEncodeFrameHook()
220 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
222 if (video->frame() == 0) { in PreEncodeFrameHook()
225 encoder->Control(VP9E_SET_TILE_COLUMNS, 4 - video->frame() % 5); in PreEncodeFrameHook()
228 virtual void PreDecodeFrameHook(::libvpx_test::VideoSource *video, in PreDecodeFrameHook() argument
230 if (video->frame() == 0) { in PreDecodeFrameHook()
[all …]
Dsvc_end_to_end_test.cc41 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
43 PreEncodeFrameHookSetup(video, encoder); in PreEncodeFrameHook()
89 ::libvpx_test::I420VideoSource video( in TEST_P()
94 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
128 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
130 current_video_frame_ = video->frame(); in PreEncodeFrameHook()
131 PreEncodeFrameHookSetup(video, encoder); in PreEncodeFrameHook()
132 if (video->frame() == 0) { in PreEncodeFrameHook()
142 if (video->frame() == frame_to_sync_) { in PreEncodeFrameHook()
148 virtual void PreDecodeFrameHook(::libvpx_test::VideoSource *video, in PreDecodeFrameHook() argument
[all …]
Ddecode_test_driver.cc48 CompressedVideoSource *video, in HandlePeekResult() argument
55 if (video->frame_number() == 0) { in HandlePeekResult()
67 void DecoderTest::RunLoop(CompressedVideoSource *video, in RunLoop() argument
74 for (video->Begin(); !::testing::Test::HasFailure() && !end_of_file; in RunLoop()
75 video->Next()) { in RunLoop()
76 PreDecodeFrameHook(*video, decoder); in RunLoop()
81 if (video->cxdata() != NULL) { in RunLoop()
83 video->cxdata(), video->frame_size(), &stream_info); in RunLoop()
84 HandlePeekResult(decoder, video, res_peek); in RunLoop()
88 decoder->DecodeFrame(video->cxdata(), video->frame_size()); in RunLoop()
[all …]
Dencode_test_driver.cc24 void Encoder::InitEncoder(VideoSource *video) { in InitEncoder() argument
26 const vpx_image_t *img = video->img(); in InitEncoder()
28 if (video->img() && !encoder_.priv) { in InitEncoder()
31 cfg_.g_timebase = video->timebase(); in InitEncoder()
55 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame() argument
56 if (video->img()) { in EncodeFrame()
57 EncodeFrameInternal(*video, frame_flags); in EncodeFrame()
72 void Encoder::EncodeFrameInternal(const VideoSource &video, in EncodeFrameInternal() argument
75 const vpx_image_t *img = video.img(); in EncodeFrameInternal()
86 API_REGISTER_STATE_CHECK(res = vpx_codec_encode(&encoder_, img, video.pts(), in EncodeFrameInternal()
[all …]
Dvp8_datarate_test.cc50 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
52 if (video->frame() == 0) { in PreEncodeFrameHook()
65 if ((video->frame() + 1) % denoiser_offon_period_ == 0) { in PreEncodeFrameHook()
72 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
165 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
175 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
191 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
200 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
220 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
231 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
[all …]
Dvp9_datarate_test.cc114 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
116 if (video->frame() == 0) { in PreEncodeFrameHook()
125 if ((video->frame() + 1) % denoiser_offon_period_ == 0) { in PreEncodeFrameHook()
142 if (video->frame() == 0) { in PreEncodeFrameHook()
147 frame_flags_ = GetFrameFlags(video->frame(), cfg_.ts_number_layers); in PreEncodeFrameHook()
149 SetLayerId(video->frame(), cfg_.ts_number_layers); in PreEncodeFrameHook()
151 SetLayerId(video->frame(), cfg_.ts_number_layers); in PreEncodeFrameHook()
154 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook()
270 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
277 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
[all …]
Dcpu_speed_test.cc45 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
47 if (video->frame() == 0) { in PreEncodeFrameHook()
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
85 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
90 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25); in TEST_P()
91 cfg_.g_timebase = video.timebase(); in TEST_P()
100 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
105 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25); in TEST_P()
106 cfg_.g_timebase = video.timebase(); in TEST_P()
116 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
[all …]
Dkeyframe_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
39 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF; in PreEncodeFrameHook()
41 if (set_cpu_used_ && video->frame() == 0) { in PreEncodeFrameHook()
66 ::libvpx_test::RandomVideoSource video; in TEST_P()
67 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
80 ::libvpx_test::RandomVideoSource video; in TEST_P()
81 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
90 ::libvpx_test::DummyVideoSource video; in TEST_P()
91 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
103 ::libvpx_test::DummyVideoSource video; in TEST_P()
[all …]
Dlevel_test.cc44 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
46 if (video->frame() == 0) { in PreEncodeFrameHook()
71 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
75 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
81 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
85 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
91 ::libvpx_test::I420VideoSource video("niklas_1280_720_30.y4m", 1280, 720, 30, in TEST_P()
95 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
101 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P()
105 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
[all …]
Dsvc_datarate_test.cc157 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
159 PreEncodeFrameHookSetup(video, encoder); in PreEncodeFrameHook()
161 if (video->frame() == 0) { in PreEncodeFrameHook()
192 if (video->frame() == 0) in PreEncodeFrameHook()
194 else if (video->frame() == 100) in PreEncodeFrameHook()
199 if (video->frame() == 0) { in PreEncodeFrameHook()
211 } else if (video->frame() == 100) { in PreEncodeFrameHook()
219 } else if (video->frame() == 120) { in PreEncodeFrameHook()
227 if (update_pattern_ && video->frame() >= 100) { in PreEncodeFrameHook()
229 if (video->frame() == 100) { in PreEncodeFrameHook()
[all …]
Dalt_ref_aq_segment_test.cc33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument
35 if (video->frame() == 0) { in PreEncodeFrameHook()
63 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
66 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
84 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
105 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
108 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
126 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P()
129 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
[all …]
Dvp9_decrypt_test.cc45 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf"); in TEST() local
46 video.Init(); in TEST()
51 video.Begin(); in TEST()
54 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST()
58 video.Next(); in TEST()
60 std::vector<uint8_t> encrypted(video.frame_size()); in TEST()
61 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
Dvp8_decrypt_test.cc45 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf"); in TEST() local
46 video.Init(); in TEST()
51 video.Begin(); in TEST()
54 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST()
58 video.Next(); in TEST()
60 std::vector<uint8_t> encrypted(video.frame_size()); in TEST()
61 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
/external/libaom/libaom/test/
Dframe_size_tests.cc36 virtual void PreEncodeFrameHook(::libaom_test::VideoSource *video, in PreEncodeFrameHook() argument
38 if (video->frame() == 0) { in PreEncodeFrameHook()
51 ::libaom_test::RandomVideoSource video; in TEST_F()
53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F()
54 video.set_limit(2); in TEST_F()
56 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_F()
60 ::libaom_test::RandomVideoSource video; in TEST_F()
62 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F()
63 video.set_limit(2); in TEST_F()
65 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_F()
[all …]
Ddecode_test_driver.cc56 void DecoderTest::RunLoop(CompressedVideoSource *video, in RunLoop() argument
64 for (video->Begin(); !::testing::Test::HasFailure() && !end_of_file; in RunLoop()
65 video->Next()) { in RunLoop()
66 PreDecodeFrameHook(*video, decoder); in RunLoop()
71 if (video->cxdata() != NULL) { in RunLoop()
77 video->cxdata(), video->frame_size(), &stream_info); in RunLoop()
78 HandlePeekResult(decoder, video, res_peek); in RunLoop()
84 decoder->DecodeFrame(video->cxdata(), video->frame_size()); in RunLoop()
85 if (!HandleDecodeResult(res_dec, *video, decoder)) break; in RunLoop()
98 DecompressedFrameHook(*img, video->frame_number()); in RunLoop()
[all …]
Dcpu_speed_test.cc47 virtual void PreEncodeFrameHook(::libaom_test::VideoSource *video, in PreEncodeFrameHook() argument
49 if (video->frame() == 0) { in PreEncodeFrameHook()
87 ::libaom_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TestQ0()
92 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TestQ0()
97 ::libaom_test::Y4mVideoSource video("screendata.y4m", 0, 3); in TestScreencastQ0()
98 cfg_.g_timebase = video.timebase(); in TestScreencastQ0()
107 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TestScreencastQ0()
112 ::libaom_test::Y4mVideoSource video("screendata.y4m", 0, 3); in TestTuneScreen()
113 cfg_.g_timebase = video.timebase(); in TestTuneScreen()
123 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TestTuneScreen()
[all …]
Dencode_test_driver.cc27 void Encoder::InitEncoder(VideoSource *video) { in InitEncoder() argument
29 const aom_image_t *img = video->img(); in InitEncoder()
31 if (video->img() && !encoder_.priv) { in InitEncoder()
34 cfg_.g_timebase = video->timebase(); in InitEncoder()
42 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame() argument
43 if (video->img()) in EncodeFrame()
44 EncodeFrameInternal(*video, frame_flags); in EncodeFrame()
58 void Encoder::EncodeFrameInternal(const VideoSource &video, in EncodeFrameInternal() argument
61 const aom_image_t *img = video.img(); in EncodeFrameInternal()
73 aom_codec_encode(&encoder_, img, video.pts(), in EncodeFrameInternal()
[all …]
/external/u-boot/doc/
DREADME.video7 "video-mode" environment variable
10 The 'video-mode' environment variable can be used to enable and configure
11 some video drivers. The format matches the video= command-line option used
14 video-mode=<driver>:<xres>x<yres>-<depth>@<freq><,option=string>
16 <driver> The video driver name, ignored by U-Boot
24 U-Boot MPC8xx video controller driver
31 Example: video-mode=fslfb:1280x1024-32@60,monitor=dvi
34 U-Boot sunxi video controller driver
40 The sunxi U-Boot driver supports the following video-mode options:
42 - monitor=[none|dvi|hdmi|lcd|vga|composite-*] - Select the video output to use
[all …]
/external/autotest/client/site_tests/video_VideoSeek/
Dcontrol.vp85 AUTHOR = "Chrome OS Project, chromeos-video@google.com"
7 PURPOSE = "Verify that VP8 non-resolution-changing video seek works in Chrome"
9 This test will fail if a non-resolution-changing VP8 video fails to seek in Chrome HTML5 page.
14 TEST_CLASS = "video"
18 'cc': ['chromeos-video-test-failures@google.com'],
22 This test verifies VP8 non-resolution-changing video can seek on machines with VDA.
25 video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/vide…
26 job.run_test('video_VideoSeek', codec='vp8', is_switchres=False, video=video,
Dcontrol.h2645 AUTHOR = "Chrome OS Project, chromeos-video@google.com"
7 PURPOSE = "Verify that H264 non-resolution-changing video seek works in Chrome"
9 This test will fail if a non-resolution-changing H264 video fails to seek in Chrome HTML5 page.
14 TEST_CLASS = "video"
18 'cc': ['chromeos-video-test-failures@google.com'],
22 This test verifies H264 non-resolution-changing video can seek on machines with VDA.
25 video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/vide…
26 job.run_test('video_VideoSeek', codec='h264', is_switchres=False, video=video,

12345678910>>...51