Home
last modified time | relevance | path

Searched defs:ReadFrame (Results 1 – 8 of 8) sorted by relevance

/external/webrtc/webrtc/test/testsupport/
Dframe_reader.cc61 bool FrameReaderImpl::ReadFrame(uint8_t* source_buffer) { in ReadFrame() function in webrtc::test::FrameReaderImpl
Dframe_reader_unittest.cc55 TEST_F(FrameReaderTest, ReadFrame) { in TEST_F() argument
/external/libvpx/libvpx/examples/
Dvpx_dec_fuzzer.cc86 static int ReadFrame(FILE *infile, uint8_t **buffer, size_t *bytes_read, in ReadFrame() function
/external/webrtc/talk/media/devices/
Dyuvframescapturer.cc178 void YuvFramesCapturer::ReadFrame(bool first_frame) { in ReadFrame() function in cricket::YuvFramesCapturer
Dfilevideocapturer.cc315 bool FileVideoCapturer::ReadFrame(bool first_frame, int* wait_time_ms) { in ReadFrame() function in cricket::FileVideoCapturer
/external/libaom/libaom/test/
Dcoding_path_sync.cc79 const aom_codec_cx_pkt_t *ReadFrame() { in ReadFrame() function in __anone3dc8f3f0111::CompressedSource
/external/webrtc/webrtc/modules/audio_processing/test/
Daudio_processing_unittest.cc531 bool ApmTest::ReadFrame(FILE* file, AudioFrame* frame, in ReadFrame() function in webrtc::__anon90226a7b0111::ApmTest
556 bool ApmTest::ReadFrame(FILE* file, AudioFrame* frame) { in ReadFrame() function in webrtc::__anon90226a7b0111::ApmTest
/external/syzkaller/vendor/golang.org/x/net/http2/
Dframe.go487 func (fr *Framer) ReadFrame() (Frame, error) { func