Searched refs:video (Results 51 - 75 of 236) sorted by relevance

12345678910

/external/libvpx/libvpx/test/
H A Dcq_test.cc45 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
47 if (video->frame() == 1) {
87 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
89 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
100 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Ddatarate_test.cc43 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
45 const vpx_rational_t tb = video->timebase();
136 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
147 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
164 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
175 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
275 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
277 if (video->frame() == 1) {
281 if (video->frame() == 1) {
286 frame_flags_ = SetFrameFlags(video
[all...]
H A Derror_resilience_test.cc59 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) { argument
66 if (droppable_frames_[i] == video->frame()) {
156 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
161 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
167 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
193 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
208 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
226 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dsuperframe_test.cc37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
39 if (video->frame() == 1) {
89 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
91 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dtile_independence_test.cc51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
53 if (video->frame() == 1) {
92 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144,
94 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dencode_test_driver.h86 // Provides a simplified interface to manage one video encoding pass, given
87 // a configuration and video source.
112 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
115 void EncodeFrame(VideoSource *video) { argument
116 EncodeFrame(video, 0);
154 void EncodeFrameInternal(const VideoSource &video,
189 virtual void RunLoop(VideoSource *video);
198 virtual void PreEncodeFrameHook(VideoSource *video) {} argument
199 virtual void PreEncodeFrameHook(VideoSource *video, Encoder *encoder) {} argument
H A Dvp9_thread_test.cc102 libvpx_test::WebMVideoSource video(filename);
103 video.Init();
110 for (video.Begin(); video.cxdata(); video.Next()) {
112 decoder.DecodeFrame(video.cxdata(), video.frame_size());
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_cursor.c111 SDL_VideoDevice *video = current_video; local
155 if ( video->CreateWMCursor ) {
156 cursor->wm_cursor = video->CreateWMCursor(video, data, mask,
166 the video mode and when the SDL window gains the mouse focus.
170 SDL_VideoDevice *video = current_video; local
173 /* Make sure that the video subsystem has been initialized */
174 if ( ! video ) {
186 } else if ( video->MoveWMCursor ) {
187 /* If the video drive
246 SDL_VideoDevice *video = current_video; local
279 SDL_VideoDevice *video = current_video; local
295 SDL_VideoDevice *video = current_video; local
323 SDL_VideoDevice *video = current_video; local
660 SDL_VideoDevice *video = current_video; local
734 SDL_VideoDevice *video = current_video; local
[all...]
/external/chromium_org/ui/file_manager/video_player/css/
H A Dvideo_player.css14 #video-player {
31 #video-container {
39 #video-player[loading] #video-container {
52 #video-player[loading] #spinner-container {
67 video {
76 #video-player:not([casting]) > #cast-container {
134 #video-player:not([tools]):not([casting]) .tool {
138 #video-player:not([tools]):not([casting]) {
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Derror_resilience_test.cc59 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) { argument
66 if (droppable_frames_[i] == video->frame()) {
156 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
161 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
167 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
193 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
208 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
226 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dsuperframe_test.cc37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
39 if (video->frame() == 1) {
89 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
91 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dtile_independence_test.cc51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
53 if (video->frame() == 1) {
92 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144,
94 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dcq_test.cc68 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
70 if (video->frame() == 1) {
114 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
116 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
126 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dvideo_unittest.py13 from telemetry.core import video namespace
41 video_obj = video.Video(vid)
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
H A DWindowImageBitmapFactories.idl38 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(HTMLVideoElement video);
39 [CallWith=ScriptState, RaisesException] Promise createImageBitmap(HTMLVideoElement video, long sx, long sy, long sw, long sh);
/external/chromium_org/ui/accessibility/extensions/highcontrast/
H A Dhighcontrast.css14 html[hcx="0"] video {
27 html[hcx="1"] video {
40 html[hcx="2"] video {
53 html[hcx="3"] video {
66 html[hcx="4"] video {
79 html[hcx="5"] video {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderVideo.cpp45 RenderVideo::RenderVideo(HTMLVideoElement* video) argument
46 : RenderMedia(video)
86 HTMLVideoElement* video = videoElement(); local
90 // The intrinsic width of a video element's playback area is the intrinsic width
91 // of the video resource, if that is available; otherwise it is the intrinsic
94 // The intrinsic height of a video element's playback area is the intrinsic height
95 // of the video resource, if that is available; otherwise it is the intrinsic
98 if (webMediaPlayer && video->readyState() >= HTMLVideoElement::HAVE_METADATA) {
104 if (video->shouldDisplayPosterImage() && !m_cachedImageSize.isEmpty() && !imageResource()->errorOccurred())
107 // <video> i
[all...]
H A DRenderMedia.cpp35 RenderMedia::RenderMedia(HTMLMediaElement* video) argument
36 : RenderImage(video)
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DUserMediaRequest.cpp74 WebMediaConstraints video = parseOptions(options, "video", exceptionState);
78 if (audio.isNull() && video.isNull()) {
79 exceptionState.throwDOMException(SyntaxError, "At least one of audio and video must be requested");
83 return new UserMediaRequest(context, controller, audio, video, successCallback, errorCallback);
86 UserMediaRequest::UserMediaRequest(ExecutionContext* context, UserMediaController* controller, WebMediaConstraints audio, WebMediaConstraints video, NavigatorUserMediaSuccessCallback* successCallback, NavigatorUserMediaErrorCallback* errorCallback) argument
89 , m_video(video)
105 bool UserMediaRequest::video() const function in class:blink::UserMediaRequest
H A DUserMediaRequest.h67 bool video() const;
77 UserMediaRequest(ExecutionContext*, UserMediaController*, WebMediaConstraints audio, WebMediaConstraints video, NavigatorUserMediaSuccessCallback*, NavigatorUserMediaErrorCallback*);
/external/chromium_org/chrome/renderer/resources/extensions/
H A Dtab_capture_custom_bindings.js19 options.video = response.videoConstraints;
/external/chromium_org/ppapi/shared_impl/
H A Dmedia_stream_buffer.h52 Video video; member in union:ppapi::MediaStreamBuffer
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper.cc229 // bottom left of the viewport. Since we get the video frames with the
396 RenderedVideo* video = &videos_[window_id]; local
397 DCHECK(!video->is_flushing);
406 if (video->frames_to_drop > 0) {
407 --video->frames_to_drop;
412 if (video->last_frame_rendered) {
415 DCHECK(video->pending_frames.size() == 1);
416 video->pending_frames.pop();
417 video->last_frame_rendered = false;
420 video
537 RenderedVideo* video = &videos_[i]; local
[all...]
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_capture_indicator.h50 // Returns true if the |web_contents| is capturing video (e.g., webcam).
80 void MaybeCreateStatusTrayIcon(bool audio, bool video);
85 bool video,
/external/chromium_org/media/test/data/eme_player_js/
H A Dfps_observer.js5 // FPSObserver observes a <video> and reports decoded FPS, dropped FPS, and
6 // total dropped frames during the video playback.
15 FPSObserver.observe = function(video) {
16 this.video_ = video;

Completed in 509 milliseconds

12345678910