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

/external/chromium_org/media/base/
H A Dyuv_convert_perftest.cc39 : yuv_bytes_(new uint8[kYUV12Size]),
55 path, reinterpret_cast<char*>(yuv_bytes_.get()), kYUV12Size);
60 scoped_ptr<uint8[]> yuv_bytes_; member in class:media::YUVConvertPerfTest
75 yuv_bytes_.get() + row * kSourceWidth,
76 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth / 2),
77 yuv_bytes_.get() + kSourceVOffset + (chroma_row * kSourceWidth / 2),
104 yuv_bytes_.get() + row * kSourceWidth,
105 yuv_bytes_.get() + kSourceUOffset + (chroma_row * kSourceWidth / 2),
106 yuv_bytes_.get() + kSourceVOffset + (chroma_row * kSourceWidth / 2),
131 yuv_bytes_
[all...]
H A Dyuv_convert_unittest.cc178 ReadYV12Data(&yuv_bytes_);
181 ReadYV16Data(&yuv_bytes_);
189 uint8* y_plane() { return yuv_bytes_.get(); }
190 uint8* u_plane() { return yuv_bytes_.get() + kSourceYSize; }
195 return yuv_bytes_.get() + kSourceVOffset;
197 return yuv_bytes_.get() + kSourceYSize * 3 / 2;
202 scoped_ptr<uint8[]> yuv_bytes_; member in class:media::YUVScaleTest

Completed in 81 milliseconds