Searched defs:yuv_bytes (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/media/base/
H A Dyuv_convert_unittest.cc104 scoped_ptr<uint8[]> yuv_bytes; local
109 ReadYV12Data(&yuv_bytes);
112 media::ConvertYUVToRGB32(yuv_bytes.get(),
113 yuv_bytes.get() + kSourceUOffset,
114 yuv_bytes.get() + kSourceVOffset,
133 scoped_ptr<uint8[]> yuv_bytes; local
138 ReadYV16Data(&yuv_bytes);
141 media::ConvertYUVToRGB32(yuv_bytes.get(), // Y
142 yuv_bytes.get() + kSourceUOffset, // U
143 yuv_bytes
533 scoped_ptr<uint8[]> yuv_bytes; local
[all...]

Completed in 73 milliseconds