Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert.h168 int RAWToI420(const uint8* src_frame, int src_stride_frame,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h167 int RAWToI420(const uint8* src_frame, int src_stride_frame,
/external/chromium_org/third_party/libyuv/include/libyuv/
Dconvert.h167 int RAWToI420(const uint8* src_frame, int src_stride_frame,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe_unittest.h1498 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertToRAWBuffer()
1560 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertToRAWBufferStride()
1622 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertToRAWBufferInverted()
1684 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertFromRAWBuffer()
1746 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertFromRAWBufferStride()
1808 cricket::FOURCC_RAW, libyuv::RAWToI420); in ConvertFromRAWBufferInverted()
/external/chromium_org/third_party/libyuv/source/
Dconvert_to_i420.cc138 r = RAWToI420(src, src_width * 3, in ConvertToI420()
Dconvert.cc1060 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420() function
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dconvert_to_i420.cc138 r = RAWToI420(src, src_width * 3, in ConvertToI420()
Dconvert.cc1067 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420() function
/external/libyuv/files/source/
Dconvert.cc1229 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420() function
1807 r = RAWToI420(src, src_width * 3, in ConvertToI420()