Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert.h249 int RAWToI420(const uint8* src_frame,
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Dconvert.h161 int RAWToI420(const uint8* src_frame, int src_stride_frame,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h286 int RAWToI420(const uint8_t* src_raw,
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1538 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertToRAWBuffer()
1584 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertToRAWBufferStride()
1630 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertToRAWBufferInverted()
1676 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertFromRAWBuffer()
1722 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertFromRAWBufferStride()
1768 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertFromRAWBufferInverted()
/external/libyuv/files/source/
Dconvert_to_i420.cc124 r = RAWToI420(src, src_width * 3, y, y_stride, u, u_stride, v, v_stride, in ConvertToI420()
Dconvert.cc1066 int RAWToI420(const uint8* src_raw, in RAWToI420() function
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc130 r = RAWToI420(src, src_width * 3, dst_y, dst_stride_y, dst_u, in ConvertToI420()
Dconvert.cc1091 int RAWToI420(const uint8_t* src_raw, in RAWToI420() function
/external/libaom/libaom/third_party/libyuv/source/
Dconvert_to_i420.cc137 r = RAWToI420(src, src_width * 3, in ConvertToI420()
Dconvert.cc904 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420() function