Home
last modified time | relevance | path

Searched refs:decoded_file_ (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_sequence_coder.cc71 : decoded_file_(decoded_file) {} in Vp8SequenceCoderDecodeCallback()
80 FILE* decoded_file_; member in Vp8SequenceCoderDecodeCallback
84 EXPECT_EQ(0, webrtc::PrintVideoFrame(image, decoded_file_)); in Decoded()