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

123

/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
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmdss_rotator.h95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dmdss_rotator.h66 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dmdss_rotator.h95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmdss_rotator.h57 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
/hardware/qcom/msm8x09/original-kernel-headers/linux/
H A Dmdss_rotator.h95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
/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/msm8909/sdm/include/core/
H A Dlayer_stack.h316 LayerRect dst_rect = {}; //!< The target position where the frame will be member in struct:sdm::Layer
/hardware/qcom/display/msm8909w_3100/sdm/include/core/
H A Dlayer_stack.h316 LayerRect dst_rect = {}; //!< The target position where the frame will be member in struct:sdm::Layer
/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.cpp201 LayerRect dst_rect = {}; local
202 SetRect(frame, &dst_rect);
203 if (layer_->dst_rect != dst_rect) {
205 layer_->dst_rect = dst_rect;
/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_stack.h315 LayerRect dst_rect = {}; //!< The target position where the frame will be member in struct:sdm::Layer
/hardware/qcom/display/msm8909/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/msm8909/sdm/libs/hwc2/
H A Dhwc_layers.cpp381 LayerRect dst_rect = {}; local
382 SetRect(frame, &dst_rect);
383 if (layer_->dst_rect != dst_rect) {
385 layer_->dst_rect = dst_rect;
394 frame.right = x + INT(layer_->dst_rect.right - layer_->dst_rect.left);
395 frame.bottom = y + INT(layer_->dst_rect.bottom - layer_->dst_rect
[all...]
/hardware/qcom/display/msm8909w_3100/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/msm8909w_3100/sdm/libs/hwc2/
H A Dhwc_layers.cpp281 LayerRect dst_rect = {}; local
282 SetRect(frame, &dst_rect);
283 if (layer_->dst_rect != dst_rect) {
285 layer_->dst_rect = dst_rect;
294 frame.right = x + INT(layer_->dst_rect.right - layer_->dst_rect.left);
295 frame.bottom = y + INT(layer_->dst_rect.bottom - layer_->dst_rect
[all...]
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_layers.cpp397 LayerRect dst_rect = {}; local
398 SetRect(frame, &dst_rect);
399 if (layer_->dst_rect != dst_rect) {
401 layer_->dst_rect = dst_rect;
/hardware/qcom/display/msm8909/sdm/libs/core/fb/
H A Dhw_device.cpp253 SetRect(pipe_info->dst_roi, &mdp_layer.dst_rect);
284 DLOGV_IF(kTagDriverConfig, "dst_rect [%d, %d, %d, %d]", mdp_layer.dst_rect.x,
285 mdp_layer.dst_rect.y, mdp_layer.dst_rect.w, mdp_layer.dst_rect.h);
400 const mdp_rect &dst_rect = layer.dst_rect; local
407 DLOGI("dst_rect: x = %d, y = %d, w = %d, h = %d",
408 dst_rect
[all...]
/hardware/qcom/display/msm8909/sdm/libs/core/
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
849 SplitRect(const LayerRect &src_rect, const LayerRect &dst_rect, LayerRect *src_left, LayerRect *dst_left, LayerRect *src_right, LayerRect *dst_right) argument
[all...]

Completed in 547 milliseconds

123