Searched refs:dst_stride_rgb565 (Results 1 – 2 of 2) sorted by relevance
/external/libyuv/files/source/ |
D | planar_functions.cc | 721 uint8* dst_rgb565, int dst_stride_rgb565, in ARGBToRGB565() argument 748 dst_rgb565 += dst_stride_rgb565; in ARGBToRGB565() 828 uint8* dst_rgb565, int dst_stride_rgb565, in NV12ToRGB565() argument 836 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV12ToRGB565() 837 dst_stride_rgb565 = -dst_stride_rgb565; in NV12ToRGB565() 866 dst_rgb565 += dst_stride_rgb565; in NV12ToRGB565() 879 uint8* dst_rgb565, int dst_stride_rgb565, in NV21ToRGB565() argument 887 dst_rgb565 = dst_rgb565 + (height - 1) * dst_stride_rgb565; in NV21ToRGB565() 888 dst_stride_rgb565 = -dst_stride_rgb565; in NV21ToRGB565() 912 dst_rgb565 += dst_stride_rgb565; in NV21ToRGB565()
|
/external/libyuv/files/include/libyuv/ |
D | planar_functions.h | 82 uint8* dst_rgb565, int dst_stride_rgb565, 89 uint8* dst_rgb565, int dst_stride_rgb565, 117 uint8* dst_rgb565, int dst_stride_rgb565,
|