HomeSort by relevance Sort by last modified time
    Searched full:frame_sz_ (Results 1 - 1 of 1) sorted by null

  /external/libvpx/libvpx/test/
ivf_video_source.h 35 frame_sz_(0),
85 frame_sz_ = MemGetLe32(frame_hdr);
86 ASSERT_LE(frame_sz_, kCodeBufferSize)
88 ASSERT_EQ(frame_sz_,
89 fread(compressed_frame_buf_, 1, frame_sz_, input_file_))
97 virtual const unsigned int frame_size() const { return frame_sz_; }
104 unsigned int frame_sz_; member in class:libvpx_test::IVFVideoSource

Completed in 178 milliseconds