Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert.h236 int RGB24ToI420(const uint8* src_frame,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert.h153 int RGB24ToI420(const uint8* src_frame, int src_stride_frame,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h273 int RGB24ToI420(const uint8_t* src_rgb24,
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1534 cricket::FOURCC_24BG, libyuv::RGB24ToI420); in ConvertToRGB24Buffer()
1580 cricket::FOURCC_24BG, libyuv::RGB24ToI420); in ConvertToRGB24BufferStride()
1626 cricket::FOURCC_24BG, libyuv::RGB24ToI420); in ConvertToRGB24BufferInverted()
1672 cricket::FOURCC_24BG, libyuv::RGB24ToI420); in ConvertFromRGB24Buffer()
1718 cricket::FOURCC_24BG, libyuv::RGB24ToI420); in ConvertFromRGB24BufferStride()
1764 cricket::FOURCC_24BG, libyuv::RGB24ToI420); in ConvertFromRGB24BufferInverted()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc124 r = RGB24ToI420(src, src_width * 3, dst_y, dst_stride_y, dst_u, in ConvertToI420()
Dconvert.cc959 int RGB24ToI420(const uint8_t* src_rgb24, in RGB24ToI420() function
/external/libyuv/files/source/
Dconvert_to_i420.cc119 r = RGB24ToI420(src, src_width * 3, y, y_stride, u, u_stride, v, v_stride, in ConvertToI420()
Dconvert.cc936 int RGB24ToI420(const uint8* src_rgb24, in RGB24ToI420() function
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc129 r = RGB24ToI420(src, src_width * 3, in ConvertToI420()
Dconvert.cc790 int RGB24ToI420(const uint8* src_rgb24, int src_stride_rgb24, in RGB24ToI420() function