Searched defs:dst_stride_argb1555 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
H A Dconvert_from_argb.cc977 uint8* dst_argb1555, int dst_stride_argb1555,
992 dst_stride_argb1555 == width * 2) {
995 src_stride_argb = dst_stride_argb1555 = 0;
1025 dst_argb1555 += dst_stride_argb1555;
976 ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument
H A Dconvert_from.cc836 uint8* dst_argb1555, int dst_stride_argb1555,
851 dst_argb1555 = dst_argb1555 + (height - 1) * dst_stride_argb1555;
852 dst_stride_argb1555 = -dst_stride_argb1555;
881 dst_argb1555 += dst_stride_argb1555;
833 I420ToARGB1555(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument
/external/libyuv/files/source/
H A Dconvert_from_argb.cc966 uint8* dst_argb1555, int dst_stride_argb1555,
981 dst_stride_argb1555 == width * 2) {
984 src_stride_argb = dst_stride_argb1555 = 0;
1014 dst_argb1555 += dst_stride_argb1555;
965 ARGBToARGB1555(const uint8* src_argb, int src_stride_argb, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument
H A Dconvert_from.cc649 uint8* dst_argb1555, int dst_stride_argb1555,
665 dst_argb1555 = dst_argb1555 + (height - 1) * dst_stride_argb1555;
666 dst_stride_argb1555 = -dst_stride_argb1555;
696 dst_argb1555 += dst_stride_argb1555;
646 I420ToARGB1555(const uint8* src_y, int src_stride_y, const uint8* src_u, int src_stride_u, const uint8* src_v, int src_stride_v, uint8* dst_argb1555, int dst_stride_argb1555, int width, int height) argument

Completed in 63 milliseconds