Searched refs:dst_height (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp.c695 iBuf->roi.dst_height = (iBuf->roi.dst_height / 2) * 2;
1042 dst_roi_height = iBuf->roi.dst_height;
1138 u32 src_width, src_height, dst_width, dst_height; local
1170 dst_height = req->dst_rect.w;
1173 dst_height = req->dst_rect.h;
1182 dst_height = (src_height / 2) * 2;
1202 if (((MDP_SCALE_Q_FACTOR * dst_height) / src_height >
1204 || ((MDP_SCALE_Q_FACTOR * dst_height) / src_height <
1256 u32 dst_width, dst_height; local
[all...]
H A Dmdp_ppp_v31.c767 height = iBuf->roi.dst_height;
H A Dmdp.h193 uint32 dst_height; member in struct:mdp_roi_s
H A Dmdp_ppp_v20.c1486 dst_roi_width = iBuf->roi.dst_height;
1490 dst_roi_height = iBuf->roi.dst_height;
1816 if ((iBuf->roi.lcd_y + iBuf->roi.dst_height) ==
2141 addr + ((iBuf->roi.dst_height -
2142 MIN(16, iBuf->roi.dst_height))/h_slice) * dest_ystride;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dproresenc_anatoliy.c344 unsigned dst_width, unsigned dst_height)
348 int box_height = FFMIN(height - y, dst_height);
364 for (; i < dst_height; i++) {
342 subimage_with_fill(uint16_t *src, unsigned x, unsigned y, unsigned stride, unsigned width, unsigned height, uint16_t *dst, unsigned dst_width, unsigned dst_height) argument
H A Dindeo3.c1023 * @param[in] dst_height output plane height
1026 int dst_pitch, int dst_height)
1032 dst_height = FFMIN(dst_height, plane->height);
1033 for (y = 0; y < dst_height; y++) {
1025 output_plane(const Plane *plane, int buf_sel, uint8_t *dst, int dst_pitch, int dst_height) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_overlay.c915 && (rec->dst_y + rec->dst_height
1135 params->dst_h = ((((u32)put_image_rec->dst_height) << 12) /
1139 params->dst_h = put_image_rec->dst_height;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Di915_drm.h808 __u16 dst_height; member in struct:drm_intel_overlay_put_image

Completed in 104 milliseconds