Searched refs:compressed_frame_buf_ (Results 1 – 1 of 1) sorted by relevance
34 compressed_frame_buf_(NULL), in IVFVideoSource()41 delete[] compressed_frame_buf_; in ~IVFVideoSource()49 compressed_frame_buf_ = new uint8_t[libvpx_test::kCodeBufferSize]; in Init()50 ASSERT_TRUE(compressed_frame_buf_ != NULL) in Init()89 fread(compressed_frame_buf_, 1, frame_sz_, input_file_)) in FillFrame()95 return end_of_file_ ? NULL : compressed_frame_buf_; in cxdata()103 uint8_t *compressed_frame_buf_; variable