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

12345678

/external/libvpx/libvpx/test/
H A Dframe_size_tests.cc29 const libvpx_test::VideoSource & /*video*/,
35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
37 if (video->frame() == 1) {
50 ::libvpx_test::RandomVideoSource video; local
53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16);
54 video.set_limit(2);
56 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
61 ::libvpx_test::RandomVideoSource video; local
64 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT);
65 video
88 ::libvpx_test::RandomVideoSource video; local
[all...]
H A Ddecode_svc_test.cc30 const libvpx_test::CompressedVideoSource &video,
32 if (video.frame_number() == 0)
56 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video; local
57 video.reset(new libvpx_test::IVFVideoSource(filename));
58 ASSERT_TRUE(video.get() != NULL);
59 video->Init();
64 ASSERT_NO_FATAL_FAILURE(RunLoop(video.get()));
73 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video; local
74 video.reset(new libvpx_test::IVFVideoSource(filename));
75 ASSERT_TRUE(video
29 PreDecodeFrameHook( const libvpx_test::CompressedVideoSource &video, libvpx_test::Decoder *decoder) argument
90 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video; local
108 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video; local
[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) {
82 video->cxdata(), video->frame_size(), &stream_info);
83 HandlePeekResult(decoder, video, res_pee
47 HandlePeekResult(Decoder *const decoder, CompressedVideoSource *video, const vpx_codec_err_t res_peek) argument
107 RunLoop(CompressedVideoSource *video) argument
[all...]
H A Dvp8_decrypt_test.cc45 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf");
46 video.Init();
51 video.Begin();
54 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
58 video.Next();
60 std::vector<uint8_t> encrypted(video.frame_size());
61 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
H A Dvp9_decrypt_test.cc45 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf");
46 video.Init();
51 video.Begin();
54 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size());
58 video.Next();
60 std::vector<uint8_t> encrypted(video.frame_size());
61 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0);
H A Dvp8_fragments_test.cc32 ::libvpx_test::RandomVideoSource video; local
33 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dcpu_speed_test.cc45 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
47 if (video->frame() == 1) {
80 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
85 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
90 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25);
91 cfg_.g_timebase = video.timebase();
100 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
105 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25);
106 cfg_.g_timebase = video.timebase();
116 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
[all...]
H A Dkeyframe_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
39 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF;
41 if (set_cpu_used_ && video->frame() == 1) {
66 ::libvpx_test::RandomVideoSource video; local
67 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
78 ::libvpx_test::RandomVideoSource video; local
79 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
88 ::libvpx_test::DummyVideoSource video; local
89 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
101 ::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) {
78 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
80 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
86 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10);
89 cfg_.g_timebase = video.timebase();
97 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
114 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
116 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dalt_ref_aq_segment_test.cc33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
35 if (video->frame() == 1) {
63 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
66 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
84 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
105 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
108 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
126 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
129 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
[all...]
H A Drealtime_test.cc51 ::libvpx_test::RandomVideoSource video; local
52 video.SetSize(kVideoSourceWidth, kVideoSourceHeight);
53 video.set_limit(kFramesToEncode);
54 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));
87 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
89 if (video->frame() == 0) {
100 (video->frame() == forced_kf_frame_num_) ? VPX_EFLAG_FORCE_KF : 0;
125 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
127 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
139 libvpx_test::I420VideoSource video("hantro_collage_w352h28
[all...]
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) {
61 } else if (video->frame() == 15) {
82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", kWidth, kHeight, 30, 1,
85 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dborders_test.cc32 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
34 if (video->frame() == 1) {
60 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
63 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
76 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
79 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
H A Dencode_test_driver.cc23 void Encoder::InitEncoder(VideoSource *video) { argument
25 const vpx_image_t *img = video->img();
27 if (video->img() && !encoder_.priv) {
30 cfg_.g_timebase = video->timebase();
54 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { argument
55 if (video->img()) {
56 EncodeFrameInternal(*video, frame_flags);
71 void Encoder::EncodeFrameInternal(const VideoSource &video, argument
74 const vpx_image_t *img = video.img();
85 API_REGISTER_STATE_CHECK(res = vpx_codec_encode(&encoder_, img, video
162 RunLoop(VideoSource *video) argument
[all...]
H A Dlevel_test.cc44 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
46 if (video->frame() == 0) {
71 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
75 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
81 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288,
85 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
91 ::libvpx_test::I420VideoSource video("niklas_1280_720_30.y4m", 1280, 720, 30,
95 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
101 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0,
105 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
[all...]
H A Dinvalid_file_test.cc54 const libvpx_test::CompressedVideoSource &video,
72 << "Results don't match: frame number = " << video.frame_number()
78 << "Results don't match: frame number = " << video.frame_number()
91 // Open compressed video file.
92 testing::internal::scoped_ptr<libvpx_test::CompressedVideoSource> video; local
94 video.reset(new libvpx_test::IVFVideoSource(filename));
97 video.reset(new libvpx_test::WebMVideoSource(filename));
104 ASSERT_TRUE(video.get() != NULL);
105 video->Init();
114 ASSERT_NO_FATAL_FAILURE(RunLoop(video
52 HandleDecodeResult( const vpx_codec_err_t res_dec, const libvpx_test::CompressedVideoSource &video, libvpx_test::Decoder *decoder) argument
[all...]
H A Dvp9_motion_vector_test.cc60 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, argument
62 if (video->frame() == 1) {
84 testing::internal::scoped_ptr<libvpx_test::VideoSource> video; local
85 video.reset(new libvpx_test::YUVVideoSource(
89 ASSERT_TRUE(video.get() != NULL);
90 ASSERT_NO_FATAL_FAILURE(RunLoop(video.get()));
H A Dconfig_test.cc37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource * /*video*/) {
55 libvpx_test::DummyVideoSource video; local
56 ASSERT_NO_FATAL_FAILURE(RunLoop(&video));
/external/syslinux/com32/lib/syslinux/video/
H A Dfontquery.c30 * syslinux/video/forcetext.c
33 #include <syslinux/video.h>
H A Dreportmode.c30 * syslinux/video/reportmode.c
33 #include <syslinux/video.h>
/external/libxcam/tests/
H A Dtest-xcamsrc-camera.sh3 gst-launch-1.0 xcamsrc sensor-id=3 capture-mode=1 io-mode=4 ! video/x-raw, format=NV12, width=1920, height=1080, framerate=30/1 ! queue ! vaapiencode_h264 ! fakesink
/external/autotest/client/site_tests/video_VideoCorruption/
H A Dvideo_VideoCorruption.py10 from autotest_lib.client.cros.video import constants
11 from autotest_lib.client.cros.video import native_html5_player
12 from autotest_lib.client.cros.video import helper_logger
16 """This test verifies playing corrupted video in Chrome."""
20 def run_once(self, video):
23 @param video: Sample corrupted video file to be played in Chrome.
31 html_fullpath = os.path.join(self.bindir, 'video.html')
35 video_id = 'video',
36 video_src_path = video,
[all...]

Completed in 386 milliseconds

12345678