Home
last modified time | relevance | path

Searched refs:disp_prop (Results 1 – 5 of 5) sorted by relevance

/external/opencore/codecs_v2/utilities/colorconvert/src/
Dcczoomrotation32.cpp209 int32 cc32(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl);
210 int32 cc32Reverse(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl);
214 int32 disp_prop[8]; in get_frame32() local
216 disp_prop[0] = disp->src_pitch; in get_frame32()
217 disp_prop[1] = disp->dst_pitch; in get_frame32()
218 disp_prop[2] = disp->src_width; in get_frame32()
219 disp_prop[3] = disp->src_height; in get_frame32()
220 disp_prop[4] = disp->dst_width; in get_frame32()
221 disp_prop[5] = disp->dst_height; in get_frame32()
222 disp_prop[6] = (_mRotation > 0 ? 1 : 0); in get_frame32()
[all …]
Dccrgb24torgb16.cpp177 int32 disp_prop[8]; in getframe() local
179 disp_prop[0] = disp->src_pitch; in getframe()
180 disp_prop[1] = disp->dst_pitch; in getframe()
181 disp_prop[2] = disp->src_width; in getframe()
182 disp_prop[3] = disp->src_height; in getframe()
183 disp_prop[4] = disp->dst_width; in getframe()
184 disp_prop[5] = disp->dst_height; in getframe()
185 disp_prop[6] = (_mRotation > 0 ? 1 : 0); in getframe()
186 disp_prop[7] = _mIsFlip; in getframe()
188 if (disp_prop[6] ^ disp_prop[7]) /* either flip or rotate 180*/ in getframe()
[all …]
Dcczoomrotation24.cpp212 int32 cc24(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl);
216 int32 disp_prop[8]; in get_frame24() local
218 disp_prop[0] = disp->src_pitch; in get_frame24()
219 disp_prop[1] = disp->dst_pitch; in get_frame24()
220 disp_prop[2] = disp->src_width; in get_frame24()
221 disp_prop[3] = disp->src_height; in get_frame24()
222 disp_prop[4] = disp->dst_width; in get_frame24()
223 disp_prop[5] = disp->dst_height; in get_frame24()
224 disp_prop[6] = (_mRotation > 0 ? 1 : 0); in get_frame24()
225 disp_prop[7] = _mIsFlip; in get_frame24()
[all …]
Dcczoomrotation12.cpp1435 int32 disp_prop[6]; in cc12ZoomIn() local
1437 disp_prop[0] = disp->src_pitch; in cc12ZoomIn()
1438 disp_prop[1] = disp->dst_pitch; in cc12ZoomIn()
1439 disp_prop[2] = disp->src_width; in cc12ZoomIn()
1440 disp_prop[3] = disp->src_height; in cc12ZoomIn()
1441 disp_prop[4] = disp->dst_width; in cc12ZoomIn()
1442 disp_prop[5] = disp->dst_height; in cc12ZoomIn()
1444 return cc12scaling(src, dst, disp_prop, clip, pErr_horz, _mRowPix, _mColPix); in cc12ZoomIn()
2318 int disp_prop[6]; in cc12ZoomRotate() local
2320 disp_prop[0] = disp->src_pitch; in cc12ZoomRotate()
[all …]
Dcczoomrotation16.cpp264 int32 cc16(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl);
265 int32 cc16Reverse(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl);
269 int32 disp_prop[8]; in get_frame16() local
271 disp_prop[0] = disp->src_pitch; in get_frame16()
272 disp_prop[1] = disp->dst_pitch; in get_frame16()
273 disp_prop[2] = disp->src_width; in get_frame16()
274 disp_prop[3] = disp->src_height; in get_frame16()
275 disp_prop[4] = disp->dst_width; in get_frame16()
276 disp_prop[5] = disp->dst_height; in get_frame16()
277 disp_prop[6] = (_mRotation > 0 ? 1 : 0); in get_frame16()
[all …]