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

  /external/chromium_org/media/base/
yuv_convert_unittest.cc 105 scoped_ptr<uint8[]> rgb_bytes(new uint8[kRGBSize]);
134 scoped_ptr<uint8[]> rgb_bytes(new uint8[kRGBSize]);
320 scoped_ptr<uint8[]> rgb_bytes(new uint8[1]);
352 scoped_ptr<uint8[]> rgb_bytes; local
356 ReadRGB24Data(&rgb_bytes);
359 media::ConvertRGB24ToYUV(rgb_bytes.get(),
376 scoped_ptr<uint8[]> rgb_bytes(new uint8[kRGBSize]);
396 rgb_bytes.get(), // RGB output
404 media::ConvertRGB32ToYUV(rgb_bytes.get(),
426 int diff = rgb_converted_bytes[i] - rgb_bytes[i]
    [all...]

Completed in 76 milliseconds