Home
last modified time | relevance | path

Searched defs:video (Results 1 – 25 of 31) sorted by relevance

12

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dencode_test_driver.cc20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { in EncodeFrame()
37 void Encoder::EncodeFrameInternal(const VideoSource &video, in EncodeFrameInternal()
138 void EncoderTest::RunLoop(VideoSource *video) { in RunLoop()
Daltref_test.cc36 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
60 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
Dtile_independence_test.cc51 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
92 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 704, 144, in TEST_P() local
Dvp9_lossless_test.cc70 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
78 libvpx_test::Y4mVideoSource video("rush_hour_444.y4m", 0, 10); in TEST_P() local
Derror_resilience_test.cc59 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video) { in PreEncodeFrameHook()
156 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
193 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
Dsvc_test.cc261 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local
378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local
427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight, in TEST_F() local
Dcq_test.cc45 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
87 libvpx_test::I420VideoSource video("hantro_collage_w352h288.yuv", 352, 288, in TEST_P() local
Dencode_test_driver.h115 void EncodeFrame(VideoSource *video) { in EncodeFrame()
198 virtual void PreEncodeFrameHook(VideoSource *video) {} in PreEncodeFrameHook()
199 virtual void PreEncodeFrameHook(VideoSource *video, Encoder *encoder) {} in PreEncodeFrameHook()
Ddecode_test_driver.cc28 void DecoderTest::RunLoop(CompressedVideoSource *video) { in RunLoop()
Dborders_test.cc31 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Dconfig_test.cc53 libvpx_test::DummyVideoSource video; in TEST_P() local
Dactive_map_test.cc36 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Ddecode_perf_test.cc72 libvpx_test::WebMVideoSource video(video_name); in TEST_P() local
Dtest_vector_test.cc72 libvpx_test::CompressedVideoSource *video = NULL; in TEST_P() local
Dcpu_speed_test.cc33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Daq_segment_test.cc33 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Dresize_test.cc146 ResizingVideoSource video; in TEST_P() local
196 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Dvp8_decrypt_test.cc47 libvpx_test::IVFVideoSource video("vp80-00-comprehensive-001.ivf"); in TEST() local
Dsuperframe_test.cc37 virtual void PreEncodeFrameHook(libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Dkeyframe_test.cc35 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Ddatarate_test.cc43 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
275 virtual void PreEncodeFrameHook(::libvpx_test::VideoSource *video, in PreEncodeFrameHook()
Ddecode_test_driver.h114 virtual void PreDecodeFrameHook(const CompressedVideoSource& video, in PreDecodeFrameHook()
Dvp9_thread_test.cc102 libvpx_test::WebMVideoSource video(filename); in DecodeFile() local
Dexternal_frame_buffer_test.cc206 const libvpx_test::CompressedVideoSource &video, in PreDecodeFrameHook()
351 libvpx_test::CompressedVideoSource *video = NULL; in TEST_P() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
Dnestegg.c208 struct video { struct
209 struct ebml_type stereo_mode;
210 struct ebml_type pixel_width;
211 struct ebml_type pixel_height;
212 struct ebml_type pixel_crop_bottom;
213 struct ebml_type pixel_crop_top;
214 struct ebml_type pixel_crop_left;
215 struct ebml_type pixel_crop_right;
239 struct video video; argument

12