Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dvideo_source.h124 raw_sz_ = ((width + 31)&~31) * height * 3 / 2; in SetSize()
132 virtual void FillFrame() { memset(img_->img_data, 0, raw_sz_); } in FillFrame()
135 size_t raw_sz_; variable
161 for (size_t i = 0; i < raw_sz_; ++i) in FillFrame()
164 memset(img_->img_data, 0, raw_sz_); in FillFrame()
Di420_video_source.h55 fseek(input_file_, static_cast<unsigned>(raw_sz_) * start_, SEEK_SET); in Begin()
90 raw_sz_ = width * height * 3 / 2; in SetSize()
97 if (fread(img_->img_data, raw_sz_, 1, input_file_) == 0) { in FillFrame()
106 size_t raw_sz_; variable