Home
last modified time | relevance | path

Searched refs:RGB565ToI420 (Results 1 – 10 of 10) sorted by relevance

/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert.h169 int RGB565ToI420(const uint8* src_frame, int src_stride_frame,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h299 int RGB565ToI420(const uint8_t* src_rgb565,
/external/libyuv/files/include/libyuv/
Dconvert.h375 int RGB565ToI420(const uint8_t* src_rgb565,
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1542 cricket::FOURCC_RGBP, libyuv::RGB565ToI420); in ConvertToRGB565Buffer()
1588 cricket::FOURCC_RGBP, libyuv::RGB565ToI420); in ConvertToRGB565BufferStride()
1634 cricket::FOURCC_RGBP, libyuv::RGB565ToI420); in ConvertToRGB565BufferInverted()
1680 cricket::FOURCC_RGBP, libyuv::RGB565ToI420); in ConvertFromRGB565Buffer()
1726 cricket::FOURCC_RGBP, libyuv::RGB565ToI420); in ConvertFromRGB565BufferStride()
1772 cricket::FOURCC_RGBP, libyuv::RGB565ToI420); in ConvertFromRGB565BufferInverted()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc106 r = RGB565ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
Dconvert.cc1222 int RGB565ToI420(const uint8_t* src_rgb565, in RGB565ToI420() function
/external/libyuv/files/source/
Dconvert_to_i420.cc106 r = RGB565ToI420(src, src_width * 2, dst_y, dst_stride_y, dst_u, in ConvertToI420()
Dconvert.cc1885 int RGB565ToI420(const uint8_t* src_rgb565, in RGB565ToI420() function
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc105 r = RGB565ToI420(src, src_width * 2, in ConvertToI420()
Dconvert.cc1018 int RGB565ToI420(const uint8* src_rgb565, int src_stride_rgb565, in RGB565ToI420() function