Home
last modified time | relevance | path

Searched refs:dst_stride (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format_zs.h42 util_format_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *r…
46 util_format_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *res…
50 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *r…
54 util_format_z16_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *res…
58 util_format_z16_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8…
62 util_format_z16_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t…
66 util_format_z32_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *r…
70 util_format_z32_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *res…
74 util_format_z32_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8…
78 util_format_z32_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t…
[all …]
Du_format_s3tc.h61 int dst_stride);
72 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8…
75 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t…
81 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
84 util_format_dxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_…
90 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
93 util_format_dxt3_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_…
99 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
102 util_format_dxt5_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_…
108 util_format_dxt1_srgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
[all …]
Du_format_rgtc.h37 util_format_rgtc1_unorm_unpack_r_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8…
40 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const ui…
43 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
46 util_format_rgtc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_…
49 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float…
60 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const ui…
63 util_format_rgtc1_snorm_unpack_r_8snorm(int8_t *restrict dst_row, unsigned dst_stride, const uint8_…
66 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
69 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float…
72 util_format_rgtc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_…
[all …]
Du_format_bptc.c35 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_unpack_rgba_8unorm() argument
41 dst_row, dst_stride); in util_format_bptc_rgba_unorm_unpack_rgba_8unorm()
45 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_pack_rgba_8unorm() argument
51 dst_row, dst_stride); in util_format_bptc_rgba_unorm_pack_rgba_8unorm()
55 util_format_bptc_rgba_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_unpack_rgba_float() argument
68 util_format_r8g8b8a8_unorm_unpack_rgba_float((char *)dst_row + dst_stride * y, in util_format_bptc_rgba_unorm_unpack_rgba_float()
76 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_rgba_unorm_pack_rgba_float() argument
93 dst_row, dst_stride); in util_format_bptc_rgba_unorm_pack_rgba_float()
113 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_bptc_srgba_unpack_rgba_8unorm() argument
119 dst_row, dst_stride); in util_format_bptc_srgba_unpack_rgba_8unorm()
[all …]
Du_format_zs.c114 util_format_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_s8_uint_unpack_s_8uint() argument
122 dst_row += dst_stride/sizeof(*dst_row); in util_format_s8_uint_unpack_s_8uint()
127 util_format_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_s8_uint_pack_s_8uint() argument
135 dst_row += dst_stride/sizeof(*dst_row); in util_format_s8_uint_pack_s_8uint()
140 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, in util_format_z16_unorm_unpack_z_float() argument
152 dst_row += dst_stride/sizeof(*dst_row); in util_format_z16_unorm_unpack_z_float()
157 util_format_z16_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_z16_unorm_pack_z_float() argument
168 dst_row += dst_stride/sizeof(*dst_row); in util_format_z16_unorm_pack_z_float()
174 util_format_z16_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, in util_format_z16_unorm_unpack_z_32unorm() argument
186 dst_row += dst_stride/sizeof(*dst_row); in util_format_z16_unorm_unpack_z_32unorm()
[all …]
Du_format_bptc.h42 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
46 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
50 util_format_bptc_rgba_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride,
54 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
62 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
66 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
70 util_format_bptc_srgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride,
74 util_format_bptc_srgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
82 util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
86 util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
[all …]
Du_format_s3tc.c123 util_format_dxtn_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxtn_rgb_unpack_rgba_8unorm() argument
138 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; in util_format_dxtn_rgb_unpack_rgba_8unorm()
154 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm() argument
158 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride, in util_format_dxt1_rgb_unpack_rgba_8unorm()
166 util_format_dxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm() argument
170 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride, in util_format_dxt1_rgba_unpack_rgba_8unorm()
178 util_format_dxt3_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm() argument
182 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride, in util_format_dxt3_rgba_unpack_rgba_8unorm()
190 util_format_dxt5_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_dxt5_rgba_unpack_rgba_8unorm() argument
194 util_format_dxtn_rgb_unpack_rgba_8unorm(dst_row, dst_stride, in util_format_dxt5_rgba_unpack_rgba_8unorm()
[all …]
Du_format_latc.h37 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const ui…
40 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
43 util_format_latc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_…
46 util_format_latc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float…
57 util_format_latc1_snorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const ui…
60 util_format_latc1_snorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
63 util_format_latc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float…
66 util_format_latc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_…
76 util_format_latc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const ui…
79 util_format_latc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
[all …]
Du_format_yuv.h126 util_format_uyvy_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride,
131 util_format_uyvy_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
136 util_format_uyvy_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
141 util_format_uyvy_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
150 util_format_vyuy_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride,
155 util_format_vyuy_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
160 util_format_vyuy_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
165 util_format_vyuy_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
174 util_format_yuyv_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride,
179 util_format_yuyv_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
[all …]
Du_format_latc.c46 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const ui… in util_format_latc1_unorm_unpack_rgba_8unorm() argument
48 …util_format_rgtc1_unorm_unpack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height… in util_format_latc1_unorm_unpack_rgba_8unorm()
52 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint… in util_format_latc1_unorm_pack_rgba_8unorm() argument
55 … util_format_rgtc1_unorm_pack_rgba_8unorm(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_8unorm()
59 util_format_latc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_… in util_format_latc1_unorm_unpack_rgba_float() argument
69 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_latc1_unorm_unpack_rgba_float()
85 util_format_latc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float… in util_format_latc1_unorm_pack_rgba_float() argument
87 util_format_rgtc1_unorm_pack_rgba_float(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_latc1_unorm_pack_rgba_float()
111 …format_latc1_snorm_unpack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_latc1_snorm_unpack_rgba_8unorm() argument
119 …l_format_latc1_snorm_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_latc1_snorm_pack_rgba_8unorm() argument
[all …]
Du_format_fxt1.h42 util_format_fxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8…
45 util_format_fxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t…
51 util_format_fxt1_rgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
54 util_format_fxt1_rgba_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_…
60 util_format_fxt1_rgb_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *…
63 util_format_fxt1_rgb_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *r…
69 util_format_fxt1_rgba_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t …
72 util_format_fxt1_rgba_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *…
Du_format_rgtc.c41 util_format_rgtc1_unorm_unpack_r_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8… in util_format_rgtc1_unorm_unpack_r_8unorm() argument
54 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; in util_format_rgtc1_unorm_unpack_r_8unorm()
65 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const ui… in util_format_rgtc1_unorm_unpack_rgba_8unorm() argument
78 uint8_t *dst = dst_row + (y + j)*dst_stride/sizeof(*dst_row) + (x + i)*comps; in util_format_rgtc1_unorm_unpack_rgba_8unorm()
92 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint… in util_format_rgtc1_unorm_pack_rgba_8unorm() argument
110 dst_row += dst_stride / sizeof(*dst_row); in util_format_rgtc1_unorm_pack_rgba_8unorm()
115 util_format_rgtc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_… in util_format_rgtc1_unorm_unpack_rgba_float() argument
126 float *dst = (float *)((uint8_t *)dst_row + (y + j)*dst_stride + (x + i)*16); in util_format_rgtc1_unorm_unpack_rgba_float()
142 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float… in util_format_rgtc1_unorm_pack_rgba_float() argument
159 dst_row += dst_stride / sizeof(*dst_row); in util_format_rgtc1_unorm_pack_rgba_float()
[all …]
Du_format_other.h43 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
57 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
68 util_format_r11g11b10_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
82 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
93 util_format_r8g8bx_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
107 util_format_r8g8bx_snorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
Du_format_etc.h34 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint…
37 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_…
40 util_format_etc1_rgb8_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t …
43 util_format_etc1_rgb8_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *…
Du_format_etc.c14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint… in util_format_etc1_rgb8_unpack_rgba_8unorm() argument
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height); in util_format_etc1_rgb8_unpack_rgba_8unorm()
20 util_format_etc1_rgb8_pack_rgba_8unorm(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_rgba_8unorm() argument
28 util_format_etc1_rgb8_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t … in util_format_etc1_rgb8_unpack_rgba_float() argument
41 float *dst = (float *)((uint8_t *)dst_row + (y + j) * dst_stride + x * comps * 4); in util_format_etc1_rgb8_unpack_rgba_float()
62 util_format_etc1_rgb8_pack_rgba_float(UNUSED uint8_t *restrict dst_row, UNUSED unsigned dst_stride, in util_format_etc1_rgb8_pack_rgba_float() argument
Du_format_yuv.c42 util_format_r8g8_b8g8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_float() argument
90 dst_row = (uint8_t *)dst_row + dst_stride; in util_format_r8g8_b8g8_unorm_unpack_rgba_float()
96 util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm() argument
144 dst_row += dst_stride/sizeof(*dst_row); in util_format_r8g8_b8g8_unorm_unpack_rgba_8unorm()
150 util_format_r8g8_b8g8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_float() argument
192 dst_row += dst_stride/sizeof(*dst_row); in util_format_r8g8_b8g8_unorm_pack_rgba_float()
199 util_format_r8g8_b8g8_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm() argument
241 dst_row += dst_stride/sizeof(*dst_row); in util_format_r8g8_b8g8_unorm_pack_rgba_8unorm()
264 util_format_g8r8_g8b8_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, in util_format_g8r8_g8b8_unorm_unpack_rgba_float() argument
312 dst_row = (uint8_t *)dst_row + dst_stride; in util_format_g8r8_g8b8_unorm_unpack_rgba_float()
[all …]
Du_format_other.c53 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r9g9b9e5_float_pack_rgba_float() argument
67 dst_row += dst_stride; in util_format_r9g9b9e5_float_pack_rgba_float()
106 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r9g9b9e5_float_pack_rgba_8unorm() argument
125 dst_row += dst_stride; in util_format_r9g9b9e5_float_pack_rgba_8unorm()
149 util_format_r11g11b10_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r11g11b10_float_pack_rgba_float() argument
163 dst_row += dst_stride; in util_format_r11g11b10_float_pack_rgba_float()
202 util_format_r11g11b10_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r11g11b10_float_pack_rgba_8unorm() argument
221 dst_row += dst_stride; in util_format_r11g11b10_float_pack_rgba_8unorm()
289 util_format_r8g8bx_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, in util_format_r8g8bx_snorm_pack_rgba_float() argument
307 dst_row += dst_stride; in util_format_r8g8bx_snorm_pack_rgba_float()
[all …]
/hardware/qcom/display/msm8960/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
156 dst += info.dst_stride; in copy_source_to_destination()
167 dst += info.dst_stride; in copy_source_to_destination()
197 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
202 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
207 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
242 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
247 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
252 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/display/msm8994/libcopybit/
Dsoftware_converter.cpp131 int dst_stride; member
158 dst += info.dst_stride; in copy_source_to_destination()
169 dst += info.dst_stride; in copy_source_to_destination()
199 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
204 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
209 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
244 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
249 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
254 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/sm8150/display/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/display/msm8998/libcopybit/
Dsoftware_converter.cpp132 int dst_stride; member
159 dst += info.dst_stride; in copy_source_to_destination()
170 dst += info.dst_stride; in copy_source_to_destination()
200 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
205 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
210 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
245 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
250 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
255 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/display/msm8996/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/display/msm8226/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()
/hardware/qcom/sm7250/display/libcopybit/
Dsoftware_converter.cpp130 int dst_stride; member
157 dst += info.dst_stride; in copy_source_to_destination()
168 dst += info.dst_stride; in copy_source_to_destination()
198 info.dst_stride = ALIGN(info.width, 16); in convert_yuv_c2d_to_yuv_android()
203 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_c2d_to_yuv_android()
208 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_c2d_to_yuv_android()
243 info.dst_stride = ALIGN(info.width, 32); in convert_yuv_android_to_yuv_c2d()
248 info.dst_plane1_offset = info.dst_stride*info.height; in convert_yuv_android_to_yuv_c2d()
253 info.dst_plane1_offset = ALIGN(info.dst_stride*info.height, 2048); in convert_yuv_android_to_yuv_c2d()

12