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

/external/chromium_org/media/base/simd/
H A Dconvert_yuv_to_rgb_c.cc248 uint8* rgbaframe,
258 uint8* rgba_row = rgbaframe + y * rgbastride;
244 ConvertYUVAToARGB_C(const uint8* yplane, const uint8* uplane, const uint8* vplane, const uint8* aplane, uint8* rgbaframe, int width, int height, int ystride, int uvstride, int astride, int rgbastride, YUVType yuv_type) argument

Completed in 87 milliseconds