Home
last modified time | relevance | path

Searched refs:RAWToARGB (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/include/libyuv/
Dconvert_argb.h365 int RAWToARGB(const uint8* src_frame,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_argb.h251 int RAWToARGB(const uint8* src_frame, int src_stride_frame,
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_argb.cc100 r = RAWToARGB(src, src_width * 3, in ConvertToARGB()
Dconvert_argb.cc934 int RAWToARGB(const uint8* src_raw, int src_stride_raw, in RAWToARGB() function
/external/libyuv/files/source/
Dconvert_to_argb.cc101 r = RAWToARGB(src, src_width * 3, crop_argb, argb_stride, crop_width, in ConvertToARGB()
Dconvert_argb.cc1008 int RAWToARGB(const uint8* src_raw, in RAWToARGB() function