HomeSort by relevance Sort by last modified time
    Searched defs:video (Results 1 - 25 of 170) sorted by null

1 2 3 4 5 6 7

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_video.cc 19 // These tests deal with compositing video.
30 scoped_refptr<VideoLayer> video = VideoLayer::Create( variable
32 video->SetPosition(gfx::PointF(3.f, 3.f));
33 video->SetBounds(gfx::Size(4, 4));
34 video->SetIsDrawable(true);
35 root->AddChild(video);
62 // Second frame the video layer is damaged.
74 VideoLayerImpl* video = static_cast<VideoLayerImpl*>( variable
78 video->SetNeedsRedraw();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/video/
ProjectionVideoActivity.java 17 package com.android.cts.verifier.projection.video;
VideoPresentation.java 17 package com.android.cts.verifier.projection.video;
32 * Play a test video that determines if the video and audio are in sync in projected presentations
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
config_test.cc 35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
53 libvpx_test::DummyVideoSource video; local
54 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
keyframe_test.cc 35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
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...]
test_vector_test.cc 70 // 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;
  /external/libvpx/libvpx/test/
config_test.cc 35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
53 libvpx_test::DummyVideoSource video; local
54 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
keyframe_test.cc 35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
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...]
test_vector_test.cc 67 // 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;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
config_test.cc 35 virtual void PreEncodeFrameHook(libvpx_test::VideoSource* /*video*/) {
53 libvpx_test::DummyVideoSource video; local
54 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
keyframe_test.cc 35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video,
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...]
test_vector_test.cc 67 // 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;
  /external/chromium_org/content/renderer/media/
mock_media_stream_dispatcher.cc 35 // Audio and video share the same request so we use |audio_input_request_id_|
131 StreamDeviceInfo video; local
132 video.device.id = "video_device_id" + base::IntToString(session_id_);
133 video.device.name = "usb video camera";
134 video.device.type = MEDIA_DEVICE_VIDEO_CAPTURE;
135 video.session_id = session_id_;
136 video_array_.push_back(video);
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaDocument.cpp 138 HTMLVideoElement* video = Traversal<HTMLVideoElement>::firstWithin(*targetNode); local
139 if (!video)
145 video->togglePlayState();
  /external/chromium_org/third_party/WebKit/Source/web/
WebUserMediaRequest.cpp 74 bool WebUserMediaRequest::video() const function in class:blink::WebUserMediaRequest
77 return m_private->video();
  /external/chromium_org/tools/telemetry/telemetry/core/
video_unittest.py 12 from telemetry.core import video namespace
56 video_obj = video.Video(backend, vid)
tab.py 5 from telemetry.core import video namespace
86 """True if the browser instance is capable of capturing video."""
134 highlight_bitmap=video.HIGHLIGHT_ORANGE_FRAME):
135 """Starts capturing video of the tab's contents.
138 starting video recording. When the frames are processed, we can look for
155 """Stops recording video of the tab's contents.
161 video: A video object which is a telemetry.core.Video
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_gamma.c 96 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->gamma[0*256], red, 256*sizeof(*video->gamma))
198 SDL_VideoDevice *video = current_video; local
    [all...]
SDL_yuv.c 24 /* This is the implementation of the YUV video surface support */
35 SDL_VideoDevice *video = current_video; local
45 /* Display directly on video surface, if possible */
55 if ( ((display == SDL_VideoSurface) && video->CreateYUVOverlay) &&
57 overlay = video->CreateYUVOverlay(this, w, h, format, display);
SDL_blit.c 276 SDL_VideoDevice *video = current_video; local
278 video->CheckHWBlit(this, surface, surface->map->dst);
287 SDL_VideoDevice *video = current_video; local
289 video->CheckHWBlit(this, surface, surface->map->dst);
  /external/chromium_org/media/formats/mp4/
mp4_stream_parser_unittest.cc 29 static const char kMp4InitDataType[] = "video/mp4";
73 << ", video=" << vc.IsValidConfig();
104 base::TimeDelta video = !video_buffers.empty() ? local
108 (video != kNoTimestamp() && audio > video)) ? video : audio;
240 // Test a file where all video samples start with an Access Unit
  /external/chromium_org/ppapi/shared_impl/
media_stream_buffer.h 33 struct Video {
39 // Uses 8 bytes to make sure the Video struct has consistent size between
49 PP_COMPILE_ASSERT_SIZE_IN_BYTES(Video, 40);
52 Video video; member in union:ppapi::MediaStreamBuffer
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
UserMediaRequest.cpp 74 blink::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 adoptRefWillBeNoop(new UserMediaRequest(context, controller, audio, video, successCallback, errorCallback));
86 UserMediaRequest::UserMediaRequest(ExecutionContext* context, UserMediaController* controller, blink::WebMediaConstraints audio, blink::WebMediaConstraints video, PassOwnPtr<NavigatorUserMediaSuccessCallback> successCallback, PassOwnPtr<NavigatorUserMediaErrorCallback> errorCallback)
89 , m_video(video)
105 bool UserMediaRequest::video() const function in class:WebCore::UserMediaRequest
  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebMediaStream.cpp 144 MediaStreamComponentVector audio, video; local
151 video.append(component);
153 m_private = MediaStreamDescriptor::create(label, audio, video);
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediamessages.h 50 // A collection of audio and video and data streams. Most of the
67 const std::vector<StreamParams>& video() const { return video_; } function in struct:cricket::MediaStreams

Completed in 453 milliseconds

1 2 3 4 5 6 7