Searched refs:video (Results 76 - 100 of 236) sorted by relevance

12345678910

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebUserMediaRequest.cpp66 bool WebUserMediaRequest::video() const function in class:blink::WebUserMediaRequest
69 return m_private->video();
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_swap_control.spec35 of color buffer swaps, measured in video frame periods.
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
81 will be swapped at most every other video frame.) A return value
86 A video frame period is the time required by the monitor to display a
87 full frame of video data. In the case of an interlaced monitor,
89 fields of a frame of video data.
92 nized to a video frame. The <interval> value is silently clamped to
/external/mesa3d/docs/
H A DMESA_swap_control.spec35 of color buffer swaps, measured in video frame periods.
79 glXSwapIntervalMESA specifies the minimum number of video frame periods
81 will be swapped at most every other video frame.) A return value
86 A video frame period is the time required by the monitor to display a
87 full frame of video data. In the case of an interlaced monitor,
89 fields of a frame of video data.
92 nized to a video frame. The <interval> value is silently clamped to
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Ddecode_api_test.cc108 libvpx_test::IVFVideoSource video(filename);
109 video.Init();
110 video.Begin();
115 const uint32_t frame_size = static_cast<uint32_t>(video.frame_size());
117 vpx_codec_decode(&dec, video.cxdata(), frame_size, NULL, 0));
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*/) {}
199 virtual void PreEncodeFrameHook(VideoSource* /*video*/,
227 const VideoSource& /*video*/,
[all...]
H A Dresize_test.cc146 ResizingVideoSource video; local
147 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
196 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
198 if (video->frame() == kStepDownFrame) {
202 if (video->frame() == kStepUpFrame) {
236 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
248 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dvp9_thread_test.cc163 libvpx_test::WebMVideoSource video(filename);
164 video.Init();
171 for (video.Begin(); video.cxdata(); video.Next()) {
173 decoder.DecodeFrame(video.cxdata(), video.frame_size());
H A Ddecode_test_driver.h38 // Provides a simplified interface to manage one video decoding.
123 virtual void RunLoop(CompressedVideoSource *video);
124 virtual void RunLoop(CompressedVideoSource *video,
128 virtual void PreDecodeFrameHook(const CompressedVideoSource& /*video*/,
133 const CompressedVideoSource& /*video*/,
145 CompressedVideoSource *video,
H A Dencode_perf_test.cc87 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
89 if (video->frame() == 1) {
136 libvpx_test::I420VideoSource video(
147 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
/external/qemu/distrib/sdl-1.2.15/src/video/windx5/
H A DSDL_dx5video.c58 /* DirectX function pointers for video and events */
762 error = "Out of video memory";
896 /* Find out how much video memory is available */
995 /* Fill in the video hardware capabilities */
1036 SDL_Surface *video; local
1054 fprintf(stderr, "Setting %dx%dx%d video mode\n", width, height, bpp);
1085 video = current;
1115 video = SDL_CreateRGBSurface(SDL_SWSURFACE, 0, 0, bpp,
1117 if ( video == NULL ) {
1123 /* Fill in part of the video surfac
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/windib/
H A DSDL_dibvideo.c273 /* Set up the new video mode rectangle */
382 /* Query for the list of available video modes */
598 SDL_Surface *video; local
623 * and uploaded textures. So if we're requesting the same video mode
647 video = current;
677 video = SDL_CreateRGBSurface(SDL_SWSURFACE,
679 if ( video == NULL ) {
685 /* Fill in part of the video surface */
686 video->flags = 0; /* Clear flags */
687 video
[all...]
/external/libvpx/libvpx/test/
H A Dresize_test.cc146 ResizingVideoSource video; local
147 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
196 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, argument
198 if (video->frame() == kStepDownFrame) {
202 if (video->frame() == kStepUpFrame) {
236 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
248 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dexternal_frame_buffer_test.cc206 const libvpx_test::CompressedVideoSource &video,
208 if (num_buffers_ > 0 && video.frame_number() == 0) {
346 // needed. The md5 checksums are computed for each frame in the video file.
351 libvpx_test::CompressedVideoSource *video = NULL; local
365 // Open compressed video file.
367 video = new libvpx_test::IVFVideoSource(filename);
369 video = new libvpx_test::WebMVideoSource(filename);
371 ASSERT_TRUE(video != NULL);
372 video->Init();
379 ASSERT_NO_FATAL_FAILURE(RunLoop(video));
205 PreDecodeFrameHook( const libvpx_test::CompressedVideoSource &video, libvpx_test::Decoder *decoder) argument
[all...]
H A Ddecode_test_driver.h38 // Provides a simplified interface to manage one video decoding.
111 virtual void RunLoop(CompressedVideoSource *video);
114 virtual void PreDecodeFrameHook(const CompressedVideoSource& video, argument
/external/chromium_org/media/filters/
H A Dffmpeg_demuxer_unittest.cc254 // Open a file containing streams but none of which are audio/video streams.
310 // We should only pick the first audio/video streams we come across.
385 // We test that on a successful video packet read.
389 // Attempt a read from the video stream and run the message loop until done.
390 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
392 video->Read(NewReadCB(FROM_HERE, 22084, 0));
395 video->Read(NewReadCB(FROM_HERE, 1057, 33000));
425 // Test the start time is the first timestamp of the video and audio stream.
430 // Attempt a read from the video stream and run the message loop until done.
431 DemuxerStream* video local
491 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
537 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
643 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
687 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
769 DemuxerStream* video = demuxer_->GetStream(DemuxerStream::VIDEO); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaDocument.cpp143 HTMLVideoElement* video = Traversal<HTMLVideoElement>::firstWithin(*targetNode); local
144 if (!video)
150 video->togglePlayState();
/external/chromium_org/third_party/WebKit/Source/core/imagebitmap/
H A DImageBitmapFactories.cpp61 static IntSize sizeFor(HTMLVideoElement* video) argument
63 if (blink::WebMediaPlayer* webMediaPlayer = video->webMediaPlayer())
115 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventTarget, HTMLVideoElement* video, ExceptionState& exceptionState) argument
117 IntSize s = sizeFor(video);
118 return createImageBitmap(scriptState, eventTarget, video, 0, 0, s.width(), s.height(), exceptionState);
121 ScriptPromise ImageBitmapFactories::createImageBitmap(ScriptState* scriptState, EventTarget& eventTarget, HTMLVideoElement* video, int sx, int sy, int sw, int sh, ExceptionState& exceptionState) argument
126 if (video->networkState() == HTMLMediaElement::NETWORK_EMPTY) {
130 if (video->readyState() <= HTMLMediaElement::HAVE_METADATA) {
138 if (!video->hasSingleSecurityOrigin()) {
139 exceptionState.throwSecurityError("The source video contain
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebMediaStream.cpp142 MediaStreamComponentVector audio, video; local
149 video.append(component);
151 m_private = MediaStreamDescriptor::create(label, audio, video);
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediasessionclient.cc82 // Register ourselves as the handler of audio and video sessions.
409 VideoContentDescription* video = new VideoContentDescription(); local
419 video->AddCodec(codec);
423 ParseGingleSsrc(content_elem, QN_GINGLE_VIDEO_SRCID, video);
424 ParseBandwidth(content_elem, video);
427 video, error)) {
431 *content = video;
614 rtc::scoped_ptr<VideoContentDescription> video(
629 video->AddCodec(codec);
633 if (!ParseJingleStreamsOrLegacySsrc(content_elem, video
863 CreateGingleVideoContentElem( const VideoContentDescription* video, bool crypto_required) argument
1014 CreateJingleVideoContentElem( const VideoContentDescription* video, bool crypto_required) argument
1138 const VideoContentDescription* video = local
[all...]
/external/chromium_org/media/cast/test/utility/
H A Dstandalone_cast_environment.cc28 CREATE_TASK_RUNNER(video, base::Thread::Options());
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_capture_indicator.cc354 bool video) {
371 GetStatusTrayIconInfo(audio, video, &image, &tool_tip);
415 bool video = false; local
421 // Check if any audio and video devices have been used.
428 // The audio/video icon is shown only for non-whitelisted extensions or on
438 video = video || usage.IsCapturingVideo();
459 MaybeCreateStatusTrayIcon(audio, video);
467 bool video,
471 DCHECK(audio || video);
353 MaybeCreateStatusTrayIcon(bool audio, bool video) argument
465 GetStatusTrayIconInfo( bool audio, bool video, gfx::ImageSkia* image, base::string16* tool_tip) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A DREADME32 composite / video work for the Xorg state tracker.
/external/mesa3d/src/gallium/state_trackers/xa/
H A DREADME32 composite / video work for the Xorg state tracker.
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_surface.c41 SDL_VideoDevice *video = current_video; local
53 /* Check to see if we desire the surface in video memory */
54 if ( video ) {
85 if ((Amask) && (video->displayformatalphapixel))
87 depth = video->displayformatalphapixel->BitsPerPixel;
88 Rmask = video->displayformatalphapixel->Rmask;
89 Gmask = video->displayformatalphapixel->Gmask;
90 Bmask = video->displayformatalphapixel->Bmask;
91 Amask = video->displayformatalphapixel->Amask;
124 (video
200 SDL_VideoDevice *video = current_video; local
251 SDL_VideoDevice *video = current_video; local
555 SDL_VideoDevice *video = current_video; local
741 SDL_VideoDevice *video = current_video; local
776 SDL_VideoDevice *video = current_video; local
929 SDL_VideoDevice *video = current_video; local
[all...]
/external/chromium_org/third_party/webrtc/
H A Dwebrtc.target.darwin-arm.mk26 third_party/webrtc/video/call.cc \
27 third_party/webrtc/video/encoded_frame_callback_adapter.cc \
28 third_party/webrtc/video/send_statistics_proxy.cc \
29 third_party/webrtc/video/receive_statistics_proxy.cc \
30 third_party/webrtc/video/transport_adapter.cc \
31 third_party/webrtc/video/video_receive_stream.cc \
32 third_party/webrtc/video/video_send_stream.cc

Completed in 4760 milliseconds

12345678910