Searched refs:rgb_bytes_ (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/media/base/
H A Dyuv_convert_unittest.cc185 rgb_bytes_.reset(new uint8[kRGBSizeScaled]);
203 scoped_ptr<uint8[]> rgb_bytes_; member in class:media::YUVScaleTest
210 rgb_bytes_.get(), // RGB output
220 uint32 yuv_hash = DJB2Hash(rgb_bytes_.get(), kRGBSize, kDJB2HashSeed);
225 rgb_bytes_.get(), // RGB output
232 uint32 rgb_hash = DJB2Hash(rgb_bytes_.get(), kRGBSize, kDJB2HashSeed);
241 rgb_bytes_.get(), // RGB output
252 SwapRedAndBlueChannels(rgb_bytes_.get(), kRGBSizeScaled);
255 uint32 rgb_hash = DJB2Hash(rgb_bytes_.get(), kRGBSizeScaled, kDJB2HashSeed);
263 rgb_bytes_
[all...]

Completed in 69 milliseconds