Home
last modified time | relevance | path

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

/external/webrtc/talk/session/media/
Dplanarfunctions_unittest.cc675 #define TEST_YUVTOI420(SRC_NAME, MSE, BLOCK_SIZE) \ argument
676 TEST_P(PlanarFunctionsTest, SRC_NAME##ToI420) { \
689 kHeight, kWidth, BLOCK_SIZE, yuv_pointer, FOURCC_##SRC_NAME)); \
705 libyuv::SRC_NAME##ToI420(yuv_pointer, yuv_pitch, y_output_pointer, \
725 #define TEST_YUVTORGB(SRC_NAME, DST_NAME, JPG_TYPE, MSE, BLOCK_SIZE) \ argument
726 TEST_F(PlanarFunctionsTest, SRC_NAME##To##DST_NAME) { \
747 libyuv::SRC_NAME##To##DST_NAME(y_pointer, y_pitch, u_pointer, u_pitch, \
901 #define TEST_ARGB(SRC_NAME, FC_ID, BPP, BLOCK_SIZE) \ argument
902 TEST_P(PlanarFunctionsTest, SRC_NAME##ToARGB) { \
917 libyuv::SRC_NAME##ToARGB(src_pointer, kWidth*(BPP), argb_pointer, \