HomeSort by relevance Sort by last modified time
    Searched refs:ConvertYUVAToARGB_C (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/media/base/simd/
convert_yuv_to_rgb_c.cc 69 static inline void ConvertYUVAToARGB_C(uint8 y,
132 ConvertYUVAToARGB_C(y0, u, v, a0, rgba_buf, convert_table);
136 ConvertYUVAToARGB_C(y1, u, v, a1, rgba_buf + 4, convert_table);
244 void ConvertYUVAToARGB_C(const uint8* yplane,
convert_yuv_to_rgb.h 34 MEDIA_EXPORT void ConvertYUVAToARGB_C(const uint8* yplane,
  /external/chromium_org/media/base/
yuv_convert.cc 162 g_convert_yuva_to_argb_proc_ = ConvertYUVAToARGB_C;
yuv_convert_unittest.cc 542 media::ConvertYUVAToARGB_C(yuv_bytes.get(),
    [all...]

Completed in 50 milliseconds