Searched refs:buf_sz_ (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/test/ |
D | webm_video_source.h | 29 webm_ctx_(new WebmInputContext()), buf_(nullptr), buf_sz_(0), frame_(0), in WebMVideoSource() 58 const int status = webm_read_frame(webm_ctx_, &buf_, &buf_sz_); in FillFrame() 68 const int status = webm_read_frame(webm_ctx_, &buf_, &buf_sz_); in SeekToNextKeyFrame() 80 virtual size_t frame_size() const { return buf_sz_; } in frame_size() 88 size_t buf_sz_; variable
|
/external/libaom/test/ |
D | webm_video_source.h | 30 webm_ctx_(new WebmInputContext()), buf_(nullptr), buf_sz_(0), in WebMVideoSource() 66 const int status = webm_read_frame(webm_ctx_, &buf_, &frame_sz_, &buf_sz_); in FillFrame() 79 webm_read_frame(webm_ctx_, &buf_, &frame_sz_, &buf_sz_); in SeekToNextKeyFrame() 99 size_t buf_sz_; variable
|