Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dconvert_from.cc1010 uint8* dst_rgb, int dst_stride_rgb, in I420ToRGB565() argument
1020 dst_rgb = dst_rgb + (height - 1) * dst_stride_rgb; in I420ToRGB565()
1021 dst_stride_rgb = -dst_stride_rgb; in I420ToRGB565()
1055 dst_rgb += dst_stride_rgb; in I420ToRGB565()
/external/libyuv/files/include/libyuv/
Dplanar_functions.h111 uint8* dst_rgb, int dst_stride_rgb,