Searched defs:dst_rgb565 (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libyuv/source/ |
D | row_neon.cc | 375 uint8* dst_rgb565, in I422ToRGB565Row_NEON() 600 uint8* dst_rgb565, in NV12ToRGB565Row_NEON() 629 uint8* dst_rgb565, in NV21ToRGB565Row_NEON() 1280 void ARGBToRGB565Row_NEON(const uint8* src_argb, uint8* dst_rgb565, int pix) { in ARGBToRGB565Row_NEON()
|
D | row_common.cc | 1160 uint8* dst_rgb565, in I422ToRGB565Row_C() 1285 uint8* dst_rgb565, in NV12ToRGB565Row_C() 1320 uint8* dst_rgb565, in NV21ToRGB565Row_C() 2107 uint8* dst_rgb565, in NV12ToRGB565Row_SSSE3() 2118 uint8* dst_rgb565, in NV21ToRGB565Row_SSSE3()
|
D | convert_from_argb.cc | 819 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565()
|
D | planar_functions.cc | 972 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() 1020 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565()
|
D | convert_from.cc | 894 uint8* dst_rgb565, int dst_stride_rgb565, in I420ToRGB565()
|
/external/libyuv/files/source/ |
D | planar_functions.cc | 721 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() 828 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() 879 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565()
|