Searched refs:video (Results 26 - 50 of 236) sorted by relevance

12345678910

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_video.cc19 // These tests deal with compositing video.
30 scoped_refptr<VideoLayer> video = variable
32 video->SetPosition(gfx::PointF(3.f, 3.f));
33 video->SetBounds(gfx::Size(4, 5));
34 video->SetIsDrawable(true);
35 root->AddChild(video);
62 // Second frame the video layer is damaged.
74 VideoLayerImpl* video = static_cast<VideoLayerImpl*>( variable
77 EXPECT_EQ(media::VIDEO_ROTATION_90, video->video_rotation());
80 video
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Daq_segment_test.cc32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
34 if (video->frame() == 1) {
59 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
62 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
79 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
82 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
99 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
102 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dactive_map_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
38 if (video->frame() == 1) {
40 } else if (video->frame() == 3) {
59 } else if (video->frame() == 15) {
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
83 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dborders_test.cc31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
33 if (video->frame() == 1) {
59 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
62 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
75 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
78 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dtest_vector_test.cc70 // The md5 checksums are computed for each frame in the video file. If md5
75 libvpx_test::CompressedVideoSource *video = NULL; local
77 // Open compressed video file.
79 video = new libvpx_test::IVFVideoSource(filename);
82 video = new libvpx_test::WebMVideoSource(filename);
89 video->Init();
96 ASSERT_NO_FATAL_FAILURE(RunLoop(video));
97 delete video;
H A Dconfig_test.cc35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
53 libvpx_test::DummyVideoSource video; local
54 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dencode_test_driver.cc20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { argument
21 if (video->img())
22 EncodeFrameInternal(*video, frame_flags);
37 void Encoder::EncodeFrameInternal(const VideoSource &video, argument
40 const vpx_image_t *img = video.img();
46 cfg_.g_timebase = video.timebase();
64 video.img(), video.pts(), video.duration(),
141 void EncoderTest::RunLoop(VideoSource *video) { argument
[all...]
H A Dinvalid_file_test.cc56 const libvpx_test::CompressedVideoSource &video,
67 << "Results don't match: frame number = " << video.frame_number()
75 libvpx_test::CompressedVideoSource *video = NULL; local
80 // Open compressed video file.
82 video = new libvpx_test::IVFVideoSource(filename);
85 video = new libvpx_test::WebMVideoSource(filename);
92 video->Init();
101 ASSERT_NO_FATAL_FAILURE(RunLoop(video, cfg));
102 delete video;
135 libvpx_test::CompressedVideoSource* /*video*/,
54 HandleDecodeResult( const vpx_codec_err_t res_dec, const libvpx_test::CompressedVideoSource &video, libvpx_test::Decoder *decoder) argument
[all...]
H A Ddatarate_test.cc43 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
45 if (video->frame() == 1) {
48 const vpx_rational_t tb = video->timebase();
137 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
150 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
172 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
183 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
201 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
212 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
314 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
[all...]
/external/libvpx/libvpx/test/
H A Daq_segment_test.cc33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
35 if (video->frame() == 1) {
64 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
67 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
84 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
104 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
107 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dcpu_speed_test.cc33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
35 if (video->frame() == 1) {
63 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
66 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
85 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
98 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
101 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dactive_map_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
38 if (video->frame() == 1) {
40 } else if (video->frame() == 3) {
59 } else if (video->frame() == 15) {
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30,
83 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dborders_test.cc31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
33 if (video->frame() == 1) {
59 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
62 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
75 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
78 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dtest_vector_test.cc67 // The md5 checksums are computed for each frame in the video file. If md5
72 libvpx_test::CompressedVideoSource *video = NULL; local
74 // Open compressed video file.
76 video = new libvpx_test::IVFVideoSource(filename);
78 video = new libvpx_test::WebMVideoSource(filename);
80 video->Init();
87 ASSERT_NO_FATAL_FAILURE(RunLoop(video));
88 delete video;
H A Dvp9_lossless_test.cc70 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
72 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
78 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10);
81 cfg_.g_timebase = video.timebase();
89 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dconfig_test.cc35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
53 libvpx_test::DummyVideoSource video; local
54 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dencode_test_driver.cc20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { argument
21 if (video->img())
22 EncodeFrameInternal(*video, frame_flags);
37 void Encoder::EncodeFrameInternal(const VideoSource &video, argument
40 const vpx_image_t *img = video.img();
46 cfg_.g_timebase = video.timebase();
64 video.img(), video.pts(), video.duration(),
138 void EncoderTest::RunLoop(VideoSource *video) { argument
[all...]
H A Dsvc_test.cc261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
264 video.Begin();
266 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
267 video.duration(), VPX_DL_GOOD_QUALITY);
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
292 video.Begin();
294 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
295 video
[all...]
/external/chromium_org/ppapi/proxy/
H A Dvideo_frame_resource.cc36 return buffer_->video.timestamp;
44 buffer_->video.timestamp = timestamp;
52 return buffer_->video.format;
60 *size = buffer_->video.size;
69 return buffer_->video.data;
77 return buffer_->video.data_size;
/external/chromium_org/media/test/data/eme_player_js/
H A Dplayer_utils.js11 // Prepares a video element for playback by setting default event handlers
14 Utils.timeLog('Registering video event handlers.');
27 player.video.addEventListener(eventName, function(e) {
35 player.video.addEventListener(failingEvents[i], Utils.failTest);
40 player.video.addEventListener('needkey', function(message) {
44 player.video.receivedKeyMessage = true;
47 player.video.receivedHeartbeat = true;
83 Utils.timeLog('Setting video media keys: ' + player.testConfig.keySystem);
85 player.video.setMediaKeys(mediaKeys);
95 player.video
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DmediaControlsAndroid.css27 /* WARNING: This css file can only style <audio> and <video> elements */
37 video::-webkit-media-controls-enclosure {
41 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
45 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
49 audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
55 audio::-webkit-media-controls-current-time-display, video::-webkit-media-controls-current-time-display,
56 audio::-webkit-media-controls-time-remaining-display, video::-webkit-media-controls-time-remaining-display {
62 audio::-webkit-media-controls-volume-slider, video::-webkit-media-controls-volume-slider {
66 video::-webkit-media-controls-fullscreen-button {
76 audio::-internal-media-controls-cast-button, video
[all...]
H A DmediaControls.css28 /* WARNING: This css file can only style <audio> and <video> elements */
36 video::-webkit-media-controls {
47 audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
58 video::-webkit-media-controls-enclosure {
64 audio::-webkit-media-controls-panel, video::-webkit-media-controls-panel {
86 video:-webkit-full-page-media {
95 audio:-webkit-full-page-media, video:-webkit-full-page-media {
101 video:-webkit-full-page-media::-webkit-media-controls-panel {
105 audio::-webkit-media-controls-mute-button, video::-webkit-media-controls-mute-button {
124 video
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
H A Dapp.js7 var video = document.querySelector("video");
8 video.src = URL.createObjectURL(stream);
24 video: { mandatory: { chromeMediaSource: "desktop",
/external/chromium_org/content/renderer/media/
H A Dmock_media_stream_dispatcher.cc35 // Audio and video share the same request so we use |audio_input_request_id_|
133 StreamDeviceInfo video; local
134 video.device.id = "video_device_id" + base::IntToString(session_id_);
135 video.device.name = "usb video camera";
136 video.device.type = MEDIA_DEVICE_VIDEO_CAPTURE;
137 video.device.video_facing = facing_user ? MEDIA_VIDEO_FACING_USER
139 video.session_id = session_id_;
140 video_array_.push_back(video);
/external/chromium_org/third_party/webrtc/tools/rtcbot/bot/browser/
H A Dbot.js60 var video = document.createElement('video');
61 video.autoplay = autoplay;
62 video.muted = muted;
63 document.body.appendChild(video);
64 video.src = URL.createObjectURL(stream);
65 console.log("Stream " + stream.id + " attached to video element");

Completed in 422 milliseconds

12345678910