Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Divf_video_source.h34 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