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

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dwebm_video_source.h32 buf_sz_(0),
65 const int status = webm_read_frame(webm_ctx_, &buf_, &buf_sz_, &buf_sz_);
75 virtual size_t frame_size() const { return buf_sz_; }
83 size_t buf_sz_; member in class:libvpx_test::WebMVideoSource
/external/libvpx/libvpx/test/
H A Dwebm_video_source.h85 buf_sz_(0),
164 ASSERT_FALSE(nestegg_packet_data(pkt_, chunk_, &buf_, &buf_sz_))
172 virtual size_t frame_size() const { return buf_sz_; }
184 size_t buf_sz_; member in class:libvpx_test::WebMVideoSource

Completed in 101 milliseconds