Searched refs:EncodeFrame (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
H A Dencode_test_driver.h112 void EncodeFrame(VideoSource *video, const unsigned long frame_flags);
114 // Convenience wrapper for EncodeFrame()
115 void EncodeFrame(VideoSource *video) { function in class:libvpx_test::Encoder
116 EncodeFrame(video, 0);
H A Dencode_test_driver.cc20 void Encoder::EncodeFrame(VideoSource *video, const unsigned long frame_flags) { function in class:libvpx_test::Encoder
165 encoder->EncodeFrame(video, frame_flags_);

Completed in 34 milliseconds