Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dplanar_functions.cc721 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/
Dplanar_functions.h82 uint8* dst_rgb565, int dst_stride_rgb565,
89 uint8* dst_rgb565, int dst_stride_rgb565,
117 uint8* dst_rgb565, int dst_stride_rgb565,