Searched defs:dst_rect (Results 1 - 25 of 42) sorted by relevance

12

/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideorenderparams.h76 MixRect dst_rect; member in struct:_MixVideoRenderParams
147 MixRect dst_rect);
149 MixRect * dst_rect);
H A Dmixvideorenderparams.c45 memset(&(self->dst_rect), 0, sizeof(MixRect));
178 this_target->dst_rect = this_src->dst_rect;
222 this_second->src_rect) && mix_rect_equal(this_first->dst_rect,
223 this_second->dst_rect) && this_first->number_of_clipping_rects
303 MixRect dst_rect) {
307 obj->dst_rect = dst_rect;
313 MixRect * dst_rect) {
315 MIX_VIDEORENDERPARAMS_GETTER_CHECK_INPUT (obj, dst_rect);
302 mix_videorenderparams_set_dest_rect(MixVideoRenderParams * obj, MixRect dst_rect) argument
312 mix_videorenderparams_get_dest_rect(MixVideoRenderParams * obj, MixRect * dst_rect) argument
[all...]
H A Dmixvideo.c1104 MixRect src_rect, dst_rect; local
1176 /* get dst_rect */
1177 ret = mix_videorenderparams_get_dest_rect(render_params, &dst_rect);
1179 LOG_E( "Failed to get dst_rect\n");
1207 dst_rect.x, dst_rect.y, dst_rect.width, dst_rect.height,
/hardware/intel/common/libva/test/decode/
H A Dmpeg2vldemo.cpp257 VARectangle src_rect, dst_rect; local
264 dst_rect.x = 0;
265 dst_rect.y = 0;
266 dst_rect.width = WIN_WIDTH;
267 dst_rect.height = WIN_HEIGHT;
269 va_status = va_put_surface(va_dpy, surface_id, &src_rect, &dst_rect);
H A Dtinyjpeg.c831 VARectangle src_rect, dst_rect; local
837 dst_rect = src_rect;
839 va_status = va_put_surface(va_dpy, surface_id, &src_rect, &dst_rect);
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmdss_rotator.h66 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
H A Dmsm_mdp_ext.h95 struct mdp_rect dst_rect; member in struct:mdp_input_layer
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmdss_rotator.h95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
H A Dmsm_mdp_ext.h295 struct mdp_rect dst_rect; member in struct:mdp_input_layer
/hardware/intel/common/libva/test/putsurface/
H A Dputsurface_wayland.c51 const VARectangle *dst_rect,
84 VARectangle src_rect, dst_rect; local
91 dst_rect.x = src_x;
92 dst_rect.y = src_y;
93 dst_rect.width = src_w;
94 dst_rect.height = src_h;
95 return va_put_surface(dpy, wl_drawable, surface, &src_rect, &dst_rect,
134 const VARectangle *dst_rect,
166 dst_rect->x, dst_rect
129 va_put_surface( VADisplay dpy, struct drawable *wl_drawable, VASurfaceID va_surface, const VARectangle *src_rect, const VARectangle *dst_rect, const VARectangle *cliprects, unsigned int num_cliprects, unsigned int flags ) argument
[all...]
/hardware/qcom/display/msm8996/sdm/include/core/
H A Dlayer_stack.h253 LayerRect dst_rect = {}; //!< The target position where the frame will be member in struct:sdm::Layer
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp335 int width = INT(layer->dst_rect.right - layer->dst_rect.left);
336 int height = INT(layer->dst_rect.bottom - layer->dst_rect.top);
351 (layer->dst_rect.right - layer->dst_rect.left);
353 (layer->dst_rect.bottom - layer->dst_rect.top));
429 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect);
505 copybit_rect_t dst_rect = {INT(blit_dest_Rect.left), INT(blit_dest_Rect.top), local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_layers.cpp174 LayerRect dst_rect = {}; local
175 SetRect(frame, &dst_rect);
176 if (layer_->dst_rect != dst_rect) {
178 layer_->dst_rect = dst_rect;
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_stack.h283 LayerRect dst_rect = {}; //!< The target position where the frame will be member in struct:sdm::Layer
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp188 LayerRect dst_rect = {}; local
189 SetRect(frame, &dst_rect);
190 if (layer_->dst_rect != dst_rect) {
192 layer_->dst_rect = dst_rect;
/hardware/qcom/display/msm8998/sdm/libs/hwc/
H A Dblit_engine_c2d.cpp343 int width = INT(layer->dst_rect.right - layer->dst_rect.left);
344 int height = INT(layer->dst_rect.bottom - layer->dst_rect.top);
364 (layer->dst_rect.right - layer->dst_rect.left);
366 (layer->dst_rect.bottom - layer->dst_rect.top));
444 LayerRect inter_sect = Intersection(layer->dst_rect, bottom_layer->dst_rect);
520 copybit_rect_t dst_rect = {INT(blit_dest_Rect.left), INT(blit_dest_Rect.top), local
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/fb/
H A Dhw_device.cpp230 SetRect(pipe_info->dst_roi, &mdp_layer.dst_rect);
261 DLOGV_IF(kTagDriverConfig, "dst_rect [%d, %d, %d, %d]", mdp_layer.dst_rect.x,
262 mdp_layer.dst_rect.y, mdp_layer.dst_rect.w, mdp_layer.dst_rect.h);
352 const mdp_rect &dst_rect = layer.dst_rect; local
357 DLOGI("dst_rect: x = %d, y = %d, w = %d, h = %d",
358 dst_rect
[all...]
/hardware/qcom/display/msm8996/sdm/libs/core/
H A Dresource_default.cpp427 const LayerRect &src_rect, const LayerRect &dst_rect,
432 float dst_width = dst_rect.right - dst_rect.left;
436 SplitRect(src_rect, dst_rect, &left_pipe->src_roi, &left_pipe->dst_roi, &right_pipe->src_roi,
442 left_pipe->dst_roi = dst_rect;
451 const LayerRect &src_rect, const LayerRect &dst_rect,
469 dst_left = dst_rect;
517 LayerRect dst_rect = layer->dst_rect; local
519 error = ValidateDimensions(src_rect, dst_rect);
426 SrcSplitConfig(DisplayResourceContext *display_resource_ctx, const LayerRect &src_rect, const LayerRect &dst_rect, HWLayerConfig *layer_config) argument
450 DisplaySplitConfig(DisplayResourceContext *display_resource_ctx, const LayerRect &src_rect, const LayerRect &dst_rect, HWLayerConfig *layer_config) argument
686 const LayerRect &dst_rect = pipe_info->dst_roi; local
811 SplitRect(const LayerRect &src_rect, const LayerRect &dst_rect, LayerRect *src_left, LayerRect *dst_left, LayerRect *src_right, LayerRect *dst_right) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/
H A Ddisplay_base.cpp173 if (!IsValid(gpu_target_layer->dst_rect)) {
184 LayerRect out_rect = gpu_target_layer->dst_rect;
186 MapRect(src_domain, dst_domain, gpu_target_layer->dst_rect, &out_rect);
898 bool DisplayBase::NeedsDownScale(const LayerRect &src_rect, const LayerRect &dst_rect, argument
902 float dst_width = FLOAT(dst_rect.right - dst_rect.left);
903 float dst_height = FLOAT(dst_rect.bottom - dst_rect.top);
975 MapRect(fb_rect, dst_domain, layer->dst_rect, &layer_dst_rect);
H A Dresource_default.cpp464 const LayerRect &src_rect, const LayerRect &dst_rect,
469 float dst_width = dst_rect.right - dst_rect.left;
473 SplitRect(src_rect, dst_rect, &left_pipe->src_roi, &left_pipe->dst_roi, &right_pipe->src_roi,
479 left_pipe->dst_roi = dst_rect;
488 const LayerRect &src_rect, const LayerRect &dst_rect,
506 dst_left = dst_rect;
554 LayerRect dst_rect = layer->dst_rect; local
556 error = ValidateDimensions(src_rect, dst_rect);
463 SrcSplitConfig(DisplayResourceContext *display_resource_ctx, const LayerRect &src_rect, const LayerRect &dst_rect, HWLayerConfig *layer_config) argument
487 DisplaySplitConfig(DisplayResourceContext *display_resource_ctx, const LayerRect &src_rect, const LayerRect &dst_rect, HWLayerConfig *layer_config) argument
723 const LayerRect &dst_rect = pipe_info->dst_roi; local
848 SplitRect(const LayerRect &src_rect, const LayerRect &dst_rect, LayerRect *src_left, LayerRect *dst_left, LayerRect *src_right, LayerRect *dst_right) argument
[all...]
/hardware/qcom/display/msm8998/sdm/libs/core/fb/
H A Dhw_device.cpp288 SetRect(pipe_info->dst_roi, &mdp_layer.dst_rect);
319 DLOGV_IF(kTagDriverConfig, "dst_rect [%d, %d, %d, %d]", mdp_layer.dst_rect.x,
320 mdp_layer.dst_rect.y, mdp_layer.dst_rect.w, mdp_layer.dst_rect.h);
416 const mdp_rect &dst_rect = layer.dst_rect; local
421 DLOGI("dst_rect: x = %d, y = %d, w = %d, h = %d",
422 dst_rect
[all...]
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp1087 struct copybit_rect_t const *dst_rect,
1346 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip);
1403 struct copybit_rect_t const *dst_rect,
1411 status = stretch_copybit_internal(dev, dst, src, dst_rect, src_rect,
1083 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1399 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp1093 struct copybit_rect_t const *dst_rect,
1352 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip);
1409 struct copybit_rect_t const *dst_rect,
1417 status = stretch_copybit_internal(dev, dst, src, dst_rect, src_rect,
1089 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1405 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp1071 struct copybit_rect_t const *dst_rect,
1330 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip);
1387 struct copybit_rect_t const *dst_rect,
1395 status = stretch_copybit_internal(dev, dst, src, dst_rect, src_rect,
1067 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1383 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp1068 struct copybit_rect_t const *dst_rect,
1318 set_rects(ctx, &(src_surface), dst_rect, src_rect, &clip);
1367 struct copybit_rect_t const *dst_rect,
1375 status = stretch_copybit_internal(dev, dst, src, dst_rect, src_rect,
1064 stretch_copybit_internal( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region, bool enableBlend) argument
1363 stretch_copybit( struct copybit_device_t *dev, struct copybit_image_t const *dst, struct copybit_image_t const *src, struct copybit_rect_t const *dst_rect, struct copybit_rect_t const *src_rect, struct copybit_region_t const *region) argument

Completed in 425 milliseconds

12