/external/webrtc/webrtc/video/ |
D | webrtc_video.gypi | 27 'video/call_stats.cc', 28 'video/call_stats.h', 29 'video/encoded_frame_callback_adapter.cc', 30 'video/encoded_frame_callback_adapter.h', 31 'video/encoder_state_feedback.cc', 32 'video/encoder_state_feedback.h', 33 'video/overuse_frame_detector.cc', 34 'video/overuse_frame_detector.h', 35 'video/payload_router.cc', 36 'video/payload_router.h', [all …]
|
/external/libvpx/libvpx/test/ |
D | frame_size_tests.cc | 36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument 38 if (video->frame() == 1) { in PreEncodeFrameHook() 51 ::libvpx_test::RandomVideoSource video; in TEST_F() 54 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F() 55 video.set_limit(2); in TEST_F() 57 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_F() 62 ::libvpx_test::RandomVideoSource video; in TEST_F() 65 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F() 66 video.set_limit(2); in TEST_F() 68 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_F() [all …]
|
D | decode_test_driver.cc | 50 CompressedVideoSource *video, in HandlePeekResult() argument 57 if (video->frame_number() == 0) in HandlePeekResult() 68 void DecoderTest::RunLoop(CompressedVideoSource *video, in RunLoop() argument 75 for (video->Begin(); !::testing::Test::HasFailure() && !end_of_file; in RunLoop() 76 video->Next()) { in RunLoop() 77 PreDecodeFrameHook(*video, decoder); in RunLoop() 82 if (video->cxdata() != NULL) { in RunLoop() 83 const vpx_codec_err_t res_peek = decoder->PeekStream(video->cxdata(), in RunLoop() 84 video->frame_size(), in RunLoop() 86 HandlePeekResult(decoder, video, res_peek); in RunLoop() [all …]
|
D | vp9_frame_parallel_test.cc | 44 libvpx_test::WebMVideoSource video(filename); in DecodeFileWithPause() local 45 video.Init(); in DecodeFileWithPause() 56 video.Begin(); in DecodeFileWithPause() 61 decoder.DecodeFrame(video.cxdata(), video.frame_size()); in DecodeFileWithPause() 71 video.SeekToNextKeyFrame(); in DecodeFileWithPause() 73 video.Next(); in DecodeFileWithPause() 77 if (!video.cxdata()) in DecodeFileWithPause() 88 } while (video.cxdata() != NULL); in DecodeFileWithPause() 134 libvpx_test::WebMVideoSource video(filename); in DecodeFile() local 135 video.Init(); in DecodeFile() [all …]
|
D | keyframe_test.cc | 35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument 38 frame_flags_ = (video->frame() % 3) ? 0 : VPX_EFLAG_FORCE_KF; in PreEncodeFrameHook() 39 if (set_cpu_used_ && video->frame() == 1) in PreEncodeFrameHook() 63 ::libvpx_test::RandomVideoSource video; in TEST_P() 64 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 76 ::libvpx_test::RandomVideoSource video; in TEST_P() 77 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 86 ::libvpx_test::DummyVideoSource video; in TEST_P() 87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 99 ::libvpx_test::DummyVideoSource video; in TEST_P() [all …]
|
D | encode_test_driver.cc | 23 void Encoder::InitEncoder(VideoSource *video) { in InitEncoder() argument 25 const vpx_image_t *img = video->img(); in InitEncoder() 27 if (video->img() && !encoder_.priv) { in InitEncoder() 30 cfg_.g_timebase = video->timebase(); in InitEncoder() 64 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame() argument 65 if (video->img()) in EncodeFrame() 66 EncodeFrameInternal(*video, frame_flags); in EncodeFrame() 81 void Encoder::EncodeFrameInternal(const VideoSource &video, in EncodeFrameInternal() argument 84 const vpx_image_t *img = video.img(); in EncodeFrameInternal() 96 res = vpx_codec_encode(&encoder_, img, video.pts(), video.duration(), in EncodeFrameInternal() [all …]
|
D | vp9_decrypt_test.cc | 47 libvpx_test::IVFVideoSource video("vp90-2-05-resize.ivf"); in TEST() local 48 video.Init(); in TEST() 53 video.Begin(); in TEST() 56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 60 video.Next(); in TEST() 62 std::vector<uint8_t> encrypted(video.frame_size()); in TEST() 63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
|
D | vp8_decrypt_test.cc | 47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf"); in TEST() local 48 video.Init(); in TEST() 53 video.Begin(); in TEST() 56 vpx_codec_err_t res = decoder.DecodeFrame(video.cxdata(), video.frame_size()); in TEST() 60 video.Next(); in TEST() 62 std::vector<uint8_t> encrypted(video.frame_size()); in TEST() 63 encrypt_buffer(video.cxdata(), &encrypted[0], video.frame_size(), 0); in TEST()
|
D | cpu_speed_test.cc | 48 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument 50 if (video->frame() == 1) { in PreEncodeFrameHook() 82 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P() 87 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 92 ::libvpx_test::Y4mVideoSource video("screendata.y4m", 0, 25); in TEST_P() 93 cfg_.g_timebase = video.timebase(); in TEST_P() 102 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 117 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P() 120 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 132 ::libvpx_test::I420VideoSource video("hantro_odd.yuv", 208, 144, 30, 1, 0, in TEST_P() [all …]
|
D | datarate_test.cc | 46 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument 48 if (video->frame() == 0) in PreEncodeFrameHook() 54 if ((video->frame() + 1) % denoiser_offon_period_ == 0) { in PreEncodeFrameHook() 61 const vpx_rational_t tb = video->timebase(); in PreEncodeFrameHook() 152 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() 165 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 181 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() 190 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 210 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() 221 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() [all …]
|
D | vp9_lossless_test.cc | 41 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument 43 if (video->frame() == 1) { in PreEncodeFrameHook() 83 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local 85 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 91 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10); in TEST_P() local 94 cfg_.g_timebase = video.timebase(); in TEST_P() 102 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 119 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local 121 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P()
|
D | resize_test.cc | 146 ResizingVideoSource video; in TEST_P() local 148 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 197 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook() argument 201 if (video->frame() == 0) { in PreEncodeFrameHook() 205 if (video->frame() == 1) { in PreEncodeFrameHook() 212 if (video->frame() == kStepDownFrame) { in PreEncodeFrameHook() 216 if (video->frame() == kStepUpFrame) { in PreEncodeFrameHook() 252 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() 265 ASSERT_NO_FATAL_FAILURE(RunLoop(&video)); in TEST_P() 281 ::libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() [all …]
|
/external/skia/third_party/libsdl/linux/ |
D | sdl_linux.gypi | 91 '<(src_dir)/src/video/SDL_RLEaccel.c', 92 '<(src_dir)/src/video/SDL_blit.c', 93 '<(src_dir)/src/video/SDL_blit_0.c', 94 '<(src_dir)/src/video/SDL_blit_1.c', 95 '<(src_dir)/src/video/SDL_blit_A.c', 96 '<(src_dir)/src/video/SDL_blit_N.c', 97 '<(src_dir)/src/video/SDL_blit_auto.c', 98 '<(src_dir)/src/video/SDL_blit_copy.c', 99 '<(src_dir)/src/video/SDL_blit_slow.c', 100 '<(src_dir)/src/video/SDL_bmp.c', [all …]
|
/external/skia/third_party/libsdl/android/ |
D | sdl_android.gypi | 80 '<(src_dir)/src/video/SDL_RLEaccel.c', 81 '<(src_dir)/src/video/SDL_blit.c', 82 '<(src_dir)/src/video/SDL_blit_0.c', 83 '<(src_dir)/src/video/SDL_blit_1.c', 84 '<(src_dir)/src/video/SDL_blit_A.c', 85 '<(src_dir)/src/video/SDL_blit_N.c', 86 '<(src_dir)/src/video/SDL_blit_auto.c', 87 '<(src_dir)/src/video/SDL_blit_copy.c', 88 '<(src_dir)/src/video/SDL_blit_slow.c', 89 '<(src_dir)/src/video/SDL_bmp.c', [all …]
|
/external/skia/third_party/libsdl/win/ |
D | sdl_win.gypi | 111 '<(src_dir)/src/video/SDL_bmp.c', 112 '<(src_dir)/src/video/dummy/SDL_nullevents.c', 113 '<(src_dir)/src/video/dummy/SDL_nullvideo.c', 114 '<(src_dir)/src/video/dummy/SDL_nullframebuffer.c', 115 '<(src_dir)/src/video/SDL_blit_auto.c', 116 '<(src_dir)/src/video/SDL_shape.c', 117 '<(src_dir)/src/video/SDL_blit_N.c', 118 '<(src_dir)/src/video/windows/SDL_windowsframebuffer.c', 119 '<(src_dir)/src/video/windows/SDL_windowskeyboard.c', 120 '<(src_dir)/src/video/windows/SDL_windowsshape.c', [all …]
|
/external/skia/third_party/libsdl/mac/ |
D | sdl_mac.gypi | 94 '<(src_dir)/src/video/SDL_RLEaccel.c', 95 '<(src_dir)/src/video/SDL_blit.c', 96 '<(src_dir)/src/video/SDL_blit_0.c', 97 '<(src_dir)/src/video/SDL_blit_1.c', 98 '<(src_dir)/src/video/SDL_blit_A.c', 99 '<(src_dir)/src/video/SDL_blit_N.c', 100 '<(src_dir)/src/video/SDL_blit_auto.c', 101 '<(src_dir)/src/video/SDL_blit_copy.c', 102 '<(src_dir)/src/video/SDL_blit_slow.c', 103 '<(src_dir)/src/video/SDL_bmp.c', [all …]
|
/external/autotest/client/site_tests/video_VideoSeek/ |
D | control.vp8 | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that VP8 non-resolution-changing video seek works in Chrome" 9 This test will fail if a non-resolution-changing VP8 video fails to seek in Chrome HTML5 page. 15 TEST_CLASS = "video" 20 'cc': ['chromeos-video-test-failures@google.com'], 24 This test verifies VP8 non-resolution-changing video can seek on machines with VDA. 27 video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/vide… 28 job.run_test('video_VideoSeek', video=video)
|
D | control.h264 | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that H264 non-resolution-changing video seek works in Chrome" 9 This test will fail if a non-resolution-changing H264 video fails to seek in Chrome HTML5 page. 15 TEST_CLASS = "video" 20 'cc': ['chromeos-video-test-failures@google.com'], 24 This test verifies H264 non-resolution-changing video can seek on machines with VDA. 27 video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoSeek/vide… 28 job.run_test('video_VideoSeek', video=video)
|
D | control.vp8.switchres | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that VP8 resolution-changing video seek works in Chrome" 9 This test will fail if a resolution-changing VP8 video fails to seek in Chrome HTML5 page. 15 TEST_CLASS = "video" 20 'cc': ['chromeos-video-test-failures@google.com'], 24 This test verifies VP8 resolution-changing video can seek on machines with VDA. 27 video = ('http://commondatastorage.googleapis.com/chromiumos-test' 29 job.run_test('video_VideoSeek', video=video)
|
D | control.h264.switchres | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that H264 resolution-changing video seek works in Chrome" 9 This test will fail if a resolution-changing H264 video fails to seek in Chrome HTML5 page. 15 TEST_CLASS = "video" 20 'cc': ['chromeos-video-test-failures@google.com'], 24 This test verifies H264 resolution-changing video can seek on machines with VDA. 27 video = ('http://commondatastorage.googleapis.com/' 29 job.run_test('video_VideoSeek', video=video)
|
D | control.vp9 | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that VP9 non-resolution-changing video seek works in Chrome" 9 This test will fail if a non-resolution-changing VP9 video fails to seek in Chrome HTML5 page. 15 TEST_CLASS = "video" 20 'cc': ['chromeos-video-test-failures@google.com'], 24 This test verifies VP9 non-resolution-changing video can seek on machines with VDA. 27 video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/Shaka-Dash/720.webm' 28 job.run_test('video_VideoSeek', video=video)
|
/external/autotest/client/site_tests/video_VideoCorruption/ |
D | control.h264 | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that Chrome can handle corrupted mp4 video" 9 This test will fail if Chrome fails to catch error for playing corrupted mp4 video. 15 TEST_CLASS = "video" 19 'cc': ['chromeos-video-test-failures@google.com'], 23 This test verifies Chrome can catch error for playing corrupted mp4 video. 26 video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoCorruptio… 27 job.run_test('video_VideoCorruption', video=video)
|
D | control.vp8 | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that Chrome can handle corrupted webm video" 9 This test will fail if Chrome fails to catch error for playing corrupted webm video. 15 TEST_CLASS = "video" 19 'cc': ['chromeos-video-test-failures@google.com'], 23 This test verifies Chrome can catch error for playing corrupted webm video. 26 video = 'http://commondatastorage.googleapis.com/chromiumos-test-assets-public/video_VideoCorruptio… 27 job.run_test('video_VideoCorruption', video=video)
|
/external/autotest/client/site_tests/video_ChromeVidResChangeHWDecode/ |
D | control.vp8 | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that VDA works for VP8 resolution-changing video." 9 This test will fail if VDA doesn't work for webm resolution-changing video. 15 TEST_CLASS = "video" 21 'cc': ['chromeos-video-test-failures@google.com'], 25 This test verifies VP8 resolution-changing video decode acceleration works. 28 video = ('http://commondatastorage.googleapis.com/' 30 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=30)
|
D | control.h264 | 5 AUTHOR = "Chrome OS Project, chromeos-video@google.com" 7 PURPOSE = "Verify that VDA works for H264 resolution-changing video." 9 This test will fail if VDA doesn't work for mp4 resolution-changing video. 15 TEST_CLASS = "video" 21 'cc': ['chromeos-video-test-failures@google.com'], 25 This test verifies H264 resolution-changing video decode acceleration works. 28 video = ('http://commondatastorage.googleapis.com/' 30 job.run_test('video_ChromeVidResChangeHWDecode', video_file=video, video_len=31)
|