Home
last modified time | relevance | path

Searched refs:ABGRToI420 (Results 1 – 11 of 11) sorted by relevance

/external/webrtc/webrtc/tools/converter/
Dconverter.cc82 libyuv::ABGRToI420(rgba_buffer, SrcStrideFrame(), in ConvertRGBAToI420Video()
/external/libyuv/files/include/libyuv/
Dconvert.h210 int ABGRToI420(const uint8* src_frame,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert.h137 int ABGRToI420(const uint8* src_frame, int src_stride_frame,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h247 int ABGRToI420(const uint8_t* src_abgr,
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1530 cricket::FOURCC_ABGR, libyuv::ABGRToI420); in ConvertToABGRBuffer()
1576 cricket::FOURCC_ABGR, libyuv::ABGRToI420); in ConvertToABGRBufferStride()
1622 cricket::FOURCC_ABGR, libyuv::ABGRToI420); in ConvertToABGRBufferInverted()
1668 cricket::FOURCC_ABGR, libyuv::ABGRToI420); in ConvertFromABGRBuffer()
1714 cricket::FOURCC_ABGR, libyuv::ABGRToI420); in ConvertFromABGRBufferStride()
1760 cricket::FOURCC_ABGR, libyuv::ABGRToI420); in ConvertFromABGRBufferInverted()
/external/libyuv/files/source/
Dconvert_to_i420.cc139 r = ABGRToI420(src, src_width * 4, y, y_stride, u, u_stride, v, v_stride, in ConvertToI420()
Dconvert.cc734 int ABGRToI420(const uint8* src_abgr, in ABGRToI420() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc148 r = ABGRToI420(src, src_width * 4, dst_y, dst_stride_y, dst_u, in ConvertToI420()
Dconvert.cc787 int ABGRToI420(const uint8_t* src_abgr, in ABGRToI420() function
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc161 r = ABGRToI420(src, src_width * 4, in ConvertToI420()
Dconvert.cc658 int ABGRToI420(const uint8* src_abgr, int src_stride_abgr, in ABGRToI420() function