Home
last modified time | relevance | path

Searched refs:ARGBToI400 (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from_argb.h142 int ARGBToI400(const uint8* src_argb, int src_stride_argb,
/external/libyuv/files/include/libyuv/
Dplanar_functions.h134 int ARGBToI400(const uint8* src_argb, int src_stride_argb,
/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc868 TEST_P(PlanarFunctionsTest, ARGBToI400) { in TEST_P() argument
888 libyuv::ARGBToI400(argb_pointer, kWidth * 4, y_output_pointer, kWidth, in TEST_P()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from_argb.cc691 int ARGBToI400(const uint8* src_argb, int src_stride_argb, in ARGBToI400() function
/external/libyuv/files/source/
Dplanar_functions.cc351 int ARGBToI400(const uint8* src_argb, int src_stride_argb, in ARGBToI400() function