Searched refs:video (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/resources/feedback/js/
H A Dtake_screenshot.js12 var video = document.createElement('video');
14 video.addEventListener('canplay', function(e) {
17 canvas.setAttribute('width', video.videoWidth);
18 canvas.setAttribute('height', video.videoHeight);
20 video, 0, 0, video.videoWidth, video.videoHeight);
22 video.pause();
23 video
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dframe_size_tests.cc30 const libvpx_test::VideoSource& /*video*/,
36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
38 if (video->frame() == 1) {
51 ::libvpx_test::RandomVideoSource video; local
54 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16);
55 video.set_limit(2);
57 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
62 ::libvpx_test::RandomVideoSource video; local
65 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT);
66 video
[all...]
H A Ddecode_test_driver.cc48 CompressedVideoSource *video,
55 if (video->frame_number() == 0)
66 void DecoderTest::RunLoop(CompressedVideoSource *video, argument
73 for (video->Begin(); !::testing::Test::HasFailure() && !end_of_file;
74 video->Next()) {
75 PreDecodeFrameHook(*video, decoder);
80 if (video->cxdata() != NULL) {
81 const vpx_codec_err_t res_peek = decoder->PeekStream(video->cxdata(),
82 video->frame_size(),
84 HandlePeekResult(decoder, video, res_pee
47 HandlePeekResult(Decoder *const decoder, CompressedVideoSource *video, const vpx_codec_err_t res_peek) argument
108 RunLoop(CompressedVideoSource *video) argument
[all...]
H A Dvp8_decrypt_test.cc47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
48 video.Init();
53 video.Begin();
56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
60 video.Next();
62 std::vector<uint8_t> encrypted(video.frame_size());
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
H A Dvp9_decrypt_test.cc47 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf");
48 video.Init();
53 video.Begin();
56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
60 video.Next();
62 std::vector<uint8_t> encrypted(video.frame_size());
63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
H A Ddecode_perf_test.cc74 libvpx_test::WebMVideoSource video(video_name);
75 video.Init();
84 for (video.Begin(); video.cxdata() != NULL; video.Next()) {
85 decoder.DecodeFrame(video.cxdata(), video.frame_size());
91 const unsigned frames = video.frame_number();
H A Dkeyframe_test.cc35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
38 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF;
39 if (set_cpu_used_ && video->frame() == 1)
63 ::libvpx_test::RandomVideoSource video; local
64 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
76 ::libvpx_test::RandomVideoSource video; local
77 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
86 ::libvpx_test::DummyVideoSource video; local
87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
99 ::libvpx_test::DummyVideoSource video; local
[all...]
H A Duser_priv_test.cc47 libvpx_test::WebMVideoSource video(filename);
48 video.Init();
55 for (video.Begin(); !::testing::Test::HasFailure() && video.cxdata();
56 video.Next()) {
59 decoder.DecodeFrame(video.cxdata(), video.frame_size(),
H A Dvp9_lossless_test.cc39 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
41 if (video->frame() == 1) {
81 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
83 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
89 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10);
92 cfg_.g_timebase = video.timebase();
100 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
117 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
119 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
38 if (video->frame() == 1) {
60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
62 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dcpu_speed_test.cc48 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
50 if (video->frame() == 1) {
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
92 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25);
93 cfg_.g_timebase = video.timebase();
102 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
117 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
120 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
132 ::libvpx_test::I420VideoSource video("hantro_od
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_gamma.c96 SDL_VideoDevice *video = current_video; local
109 if ( (succeeded < 0) && video->SetGamma ) {
111 succeeded = video->SetGamma(this, red, green, blue);
122 SDL_VideoDevice *video = current_video; local
137 if ( (succeeded < 0) && video->GetGamma ) {
139 succeeded = video->GetGamma(this, red, green, blue);
147 SDL_VideoDevice *video = current_video; local
153 SDL_SetError("No video mode has been set");
158 if ( ! video->gamma ) {
164 SDL_memcpy(&video
198 SDL_VideoDevice *video = current_video; local
[all...]
H A DSDL_video.c24 /* The high-level video driver subsystem */
34 /* Available video drivers */
149 * Initialize the video and event subsystems -- determine native pixel format
153 SDL_VideoDevice *video; local
174 /* Select the proper video driver */
176 video = NULL;
186 video = bootstrap[i]->create(index);
194 video = bootstrap[i]->create(index);
195 if ( video != NULL ) {
201 if ( video
333 SDL_VideoDevice *video = current_video; local
585 SDL_VideoDevice *video, *this; local
1040 SDL_VideoDevice *video = current_video; local
1107 SDL_VideoDevice *video = current_video; local
1186 SDL_VideoDevice *video = current_video; local
1304 SDL_VideoDevice *video = current_video; local
1349 SDL_VideoDevice *video = current_video; local
1411 SDL_VideoDevice *video = current_video; local
1430 SDL_VideoDevice *video = current_video; local
1451 SDL_VideoDevice *video = current_video; local
1518 SDL_VideoDevice* video = current_video; local
1533 SDL_VideoDevice *video = current_video; local
1701 SDL_VideoDevice *video = current_video; local
1730 SDL_VideoDevice *video = current_video; local
1804 SDL_VideoDevice *video = current_video; local
1837 SDL_VideoDevice *video = current_video; local
1876 SDL_VideoDevice *video = current_video; local
1924 SDL_VideoDevice *video = current_video; local
1940 SDL_VideoDevice *video = current_video; local
1973 SDL_VideoDevice* video = current_video; local
1984 SDL_VideoDevice* video = current_video; local
1998 SDL_VideoDevice* video = current_video; local
2009 SDL_VideoDevice* video = current_video; local
2020 SDL_VideoDevice* video = current_video; local
2033 SDL_VideoDevice *video = current_video; local
[all...]
/external/libvpx/libvpx/test/
H A Ddecode_test_driver.cc28 void DecoderTest::RunLoop(CompressedVideoSource *video) { argument
34 for (video->Begin(); video->cxdata(); video->Next()) {
35 PreDecodeFrameHook(*video, decoder);
36 vpx_codec_err_t res_dec = decoder->DecodeFrame(video->cxdata(),
37 video->frame_size());
45 DecompressedFrameHook(*img, video->frame_number());
H A Dvp8_decrypt_test.cc47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
48 video.Init();
53 video.Begin();
56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
60 video.Next();
63 std::vector<uint8_t> encrypted(video.frame_size());
64 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
69 res = decoder.DecodeFrame(video
[all...]
H A Ddecode_perf_test.cc72 libvpx_test::WebMVideoSource video(video_name);
73 video.Init();
82 for (video.Begin(); video.cxdata() != NULL; video.Next()) {
83 decoder.DecodeFrame(video.cxdata(), video.frame_size());
89 const unsigned frames = video.frame_number();
H A Dkeyframe_test.cc35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
38 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF;
39 if (set_cpu_used_ && video->frame() == 1)
63 ::libvpx_test::RandomVideoSource video; local
64 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
76 ::libvpx_test::RandomVideoSource video; local
77 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
86 ::libvpx_test::DummyVideoSource video; local
87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
99 ::libvpx_test::DummyVideoSource video; local
[all...]
H A Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
38 if (video->frame() == 1) {
60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
62 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
/external/chromium_org/ui/file_manager/video_player/css/
H A Darrow_box.css5 #video-player .arrow-box {
16 #video-player .arrow-box .arrow-spacer {
20 #video-player[tools] .arrow-box .arrow {
27 #video-player .arrow div {
35 #video-player[multiple] .arrow-box .arrow div {
39 #video-player[multiple] .arrow-box .arrow div:hover {
43 #video-player:not([first-video]) .arrow.left div {
50 #video-player:not([last-video])
[all...]
H A Dheader.css5 #video-player > .header {
20 #video-player > .header > #title {
31 #video-player > .header > button,
32 #video-player > .header > button[disabled] {
46 #video-player > .header > button {
53 #video-player > .header > button:hover {
57 #video-player > .header > button:active,
58 #video-player > .header > button[pressed],
59 #video-player > .header > button[pressed]:hover {
63 #video
[all...]
/external/chromium_org/media/test/data/eme_player_js/
H A Dclearkey_player.js7 function ClearKeyPlayer(video, testConfig) {
8 this.video = video;
H A Dfile_io_test_player.js6 function FileIOTestPlayer(video, testConfig) {
7 this.video = video;
H A Dprefixed_clearkey_player.js7 function PrefixedClearKeyPlayer(video, testConfig) {
8 this.video = video;
H A Dprefixed_widevine_player.js7 function PrefixedWidevinePlayer(video, testConfig) {
8 this.video = video;
H A Dwidevine_player.js7 function WidevinePlayer(video, testConfig) {
8 this.video = video;

Completed in 353 milliseconds

12345678910