Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8960/libcopybit/
Dcopybit.cpp162 struct copybit_rect_t clip; in set_rects() local
163 intersect(&clip, scissor, dst); in set_rects()
165 e->dst_rect.x = clip.l; in set_rects()
166 e->dst_rect.y = clip.t; in set_rects()
167 e->dst_rect.w = clip.r - clip.l; in set_rects()
168 e->dst_rect.h = clip.b - clip.t; in set_rects()
172 delta_x = (clip.t - dst->t); in set_rects()
173 delta_y = (dst->r - clip.r); in set_rects()
174 e->src_rect.w = (clip.b - clip.t); in set_rects()
175 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
Dcopybit_c2d.cpp1316 struct copybit_rect_t clip; in stretch_copybit_internal() local
1317 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit_internal()
1318 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit.cpp177 struct copybit_rect_t clip; in set_rects() local
178 intersect(&clip, scissor, dst); in set_rects()
180 if (!validateCopybitRect(&clip)) in set_rects()
183 e->dst_rect.x = clip.l; in set_rects()
184 e->dst_rect.y = clip.t; in set_rects()
185 e->dst_rect.w = clip.r - clip.l; in set_rects()
186 e->dst_rect.h = clip.b - clip.t; in set_rects()
190 delta_x = (clip.t - dst->t); in set_rects()
191 delta_y = (dst->r - clip.r); in set_rects()
192 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
Dcopybit_c2d.cpp1352 struct copybit_rect_t clip; in stretch_copybit_internal() local
1353 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit_internal()
1354 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit.cpp172 struct copybit_rect_t clip; in set_rects() local
173 intersect(&clip, scissor, dst); in set_rects()
175 if (!validateCopybitRect(&clip)) in set_rects()
178 e->dst_rect.x = clip.l; in set_rects()
179 e->dst_rect.y = clip.t; in set_rects()
180 e->dst_rect.w = clip.r - clip.l; in set_rects()
181 e->dst_rect.h = clip.b - clip.t; in set_rects()
185 delta_x = (clip.t - dst->t); in set_rects()
186 delta_y = (dst->r - clip.r); in set_rects()
187 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
Dcopybit_c2d.cpp1328 struct copybit_rect_t clip; in stretch_copybit_internal() local
1329 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit_internal()
1330 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit.cpp175 struct copybit_rect_t clip; in set_rects() local
176 intersect(&clip, scissor, dst); in set_rects()
178 if (!validateCopybitRect(&clip)) in set_rects()
181 e->dst_rect.x = clip.l; in set_rects()
182 e->dst_rect.y = clip.t; in set_rects()
183 e->dst_rect.w = clip.r - clip.l; in set_rects()
184 e->dst_rect.h = clip.b - clip.t; in set_rects()
188 delta_x = (clip.t - dst->t); in set_rects()
189 delta_y = (dst->r - clip.r); in set_rects()
190 e->src_rect.w = (clip.b - clip.t); in set_rects()
[all …]
Dcopybit_c2d.cpp1352 struct copybit_rect_t clip; in stretch_copybit_internal() local
1353 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit_internal()
1354 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit.cpp166 struct copybit_rect_t clip; in set_rects() local
167 intersect(&clip, scissor, dst); in set_rects()
169 e->dst_rect.x = clip.l; in set_rects()
170 e->dst_rect.y = clip.t; in set_rects()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
172 e->dst_rect.h = clip.b - clip.t; in set_rects()
176 delta_x = (clip.t - dst->t); in set_rects()
177 delta_y = (dst->r - clip.r); in set_rects()
178 e->src_rect.w = (clip.b - clip.t); in set_rects()
179 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
Dcopybit_c2d.cpp1350 struct copybit_rect_t clip; in stretch_copybit_internal() local
1351 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit_internal()
1352 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit.cpp169 struct copybit_rect_t clip; in set_rects() local
170 intersect(&clip, scissor, dst); in set_rects()
172 e->dst_rect.x = clip.l; in set_rects()
173 e->dst_rect.y = clip.t; in set_rects()
174 e->dst_rect.w = clip.r - clip.l; in set_rects()
175 e->dst_rect.h = clip.b - clip.t; in set_rects()
179 delta_x = (clip.t - dst->t); in set_rects()
180 delta_y = (dst->r - clip.r); in set_rects()
181 e->src_rect.w = (clip.b - clip.t); in set_rects()
182 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
Dcopybit_c2d.cpp1353 struct copybit_rect_t clip; in stretch_copybit_internal() local
1354 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit_internal()
1355 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit.cpp166 struct copybit_rect_t clip; in set_rects() local
167 intersect(&clip, scissor, dst); in set_rects()
169 e->dst_rect.x = clip.l; in set_rects()
170 e->dst_rect.y = clip.t; in set_rects()
171 e->dst_rect.w = clip.r - clip.l; in set_rects()
172 e->dst_rect.h = clip.b - clip.t; in set_rects()
176 delta_x = (clip.t - dst->t); in set_rects()
177 delta_y = (dst->r - clip.r); in set_rects()
178 e->src_rect.w = (clip.b - clip.t); in set_rects()
179 e->src_rect.h = (clip.r - clip.l); in set_rects()
[all …]
Dcopybit_c2d.cpp1344 struct copybit_rect_t clip; in stretch_copybit_internal() local
1345 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit_internal()
1346 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip); in stretch_copybit_internal()
/hardware/interfaces/media/omx/1.0/vts/functional/
DREADME.md17 …ing audio encoder and decoder components such as simple encoding of a raw clip or decoding of an e…
26 …ing video encoder and decoder components such as simple encoding of a raw clip or decoding of an e…
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_scale.cpp218 mdp_det_enhance->clip = scale_data.detail_enhance.clip; in SetHWScaleData()
304 de->clip, de->limit, de->thr_quiet, de->thr_dieout); in DumpScaleData()
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
Dhw_scale.cpp215 mdp_det_enhance->clip = scale_data.detail_enhance.clip; in SetHWScaleData()
301 de->clip, de->limit, de->thr_quiet, de->thr_dieout); in DumpScaleData()
/hardware/qcom/display/msm8996/sdm/include/core/
Ddisplay_interface.h163 uint16_t clip = 0; // DE clip shift member
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_color_manager.cpp296 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()
/hardware/qcom/display/msm8998/sdm/include/core/
Ddisplay_interface.h182 uint16_t clip = 0; // DE clip shift member
/hardware/qcom/msm8996/kernel-headers/linux/
Dmsm_mdp_ext.h171 uint16_t clip; member
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dmsm_mdp_ext.h534 uint16_t clip; member
/hardware/qcom/display/msm8998/sdm/libs/hwc/
Dhwc_color_manager.cpp440 de_data.clip = de_tuning_cfg_data->params.clip; in SetHWDetailedEnhancerConfig()
/hardware/qcom/display/msm8998/sdm/include/private/
Dcolor_params.h234 uint16_t clip = 0; member
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c174 REGION_EMPTY(pScrn->pScreen, &pPriv->clip); in I830StopVideo()
1233 REGION_NULL(pScreen, &pPriv->clip); in psbPortPrivCreate()
1308 REGION_NULL(pScreen, &pPriv->clip); in psbSetupImageVideoOverlay()