Searched refs:dst_h (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_yuv.c117 int dst_h,
127 if (dst_w == 0 || dst_h == 0)
141 scale_y = (float)src_h / (float)dst_h;
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) argument
H A Dxa_context.h59 int dst_h,
H A Dxa_priv.h230 int dst_y, int dst_w, int dst_h,
H A Dxa_renderer.c508 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[])
514 dst_x, dst_y, dst_w, dst_h, srf);
502 renderer_draw_yuv(struct xa_context *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) argument
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_yuv.c117 int dst_h,
127 if (dst_w == 0 || dst_h == 0)
141 scale_y = (float)src_h / (float)dst_h;
109 xa_yuv_planar_blit(struct xa_context *r, int src_x, int src_y, int src_w, int src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_box *box, unsigned int num_boxes, const float conversion_matrix[], struct xa_surface *dst, struct xa_surface *yuv[]) argument
H A Dxa_context.h59 int dst_h,
H A Dxa_priv.h230 int dst_y, int dst_w, int dst_h,
H A Dxa_renderer.c508 int dst_y, int dst_w, int dst_h, struct xa_surface *srf[])
514 dst_x, dst_y, dst_w, dst_h, srf);
502 renderer_draw_yuv(struct xa_context *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct xa_surface *srf[]) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h58 int dst_x, int dst_y, int dst_w, int dst_h,
H A Dxorg_xv.c418 int dst_x, int dst_y, int dst_w, int dst_h)
424 dst_x, dst_y, dst_w, dst_h);*/
427 dst_x, dst_y, dst_w, dst_h,
494 int dstX, int dstY, int dst_w, int dst_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
550 float diff_y = (float)src_h / (float)dst_h;
567 offset_h = dst_h - h;
416 draw_yuv(struct xorg_xv_port_priv *port, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h) argument
491 display_video(ScrnInfoPtr pScrn, struct xorg_xv_port_priv *pPriv, int id, RegionPtr dstRegion, int src_x, int src_y, int src_w, int src_h, int dstX, int dstY, int dst_w, int dst_h, PixmapPtr pPixmap) argument
H A Dxorg_renderer.c440 int dst_x, int dst_y, int dst_w, int dst_h,
447 dst_x, dst_y, dst_w, dst_h,
438 renderer_draw_yuv(struct xorg_renderer *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct pipe_resource **textures) argument
/external/chromium_org/ui/gfx/image/
H A Dimage_skia_operations.h48 int dst_w, int dst_h);
H A Dimage_skia_operations.cc211 int dst_w, int dst_h)
216 dst_h_(dst_h) {
478 int dst_w, int dst_h) {
482 return ImageSkia(new TiledImageSource(source, src_x, src_y, dst_w, dst_h),
483 gfx::Size(dst_w, dst_h));
209 TiledImageSource(const ImageSkia& source, int src_x, int src_y, int dst_w, int dst_h) argument
476 CreateTiledImage(const ImageSkia& source, int src_x, int src_y, int dst_w, int dst_h) argument
/external/chromium_org/ui/gfx/
H A Dskbitmap_operations.h86 int dst_w, int dst_h);
H A Dskbitmap_operations.cc573 int dst_w, int dst_h) {
577 cropped.allocN32Pixels(dst_w, dst_h);
584 for (int y = 0; y < dst_h; ++y) {
571 CreateTiledBitmap(const SkBitmap& source, int src_x, int src_y, int dst_w, int dst_h) argument
/external/mesa3d/src/gallium/state_trackers/xorg/
H A Dxorg_renderer.h58 int dst_x, int dst_y, int dst_w, int dst_h,
H A Dxorg_xv.c418 int dst_x, int dst_y, int dst_w, int dst_h)
424 dst_x, dst_y, dst_w, dst_h);*/
427 dst_x, dst_y, dst_w, dst_h,
494 int dstX, int dstY, int dst_w, int dst_h,
510 src_x, src_y, src_w, src_h, dstX, dstY, dst_w, dst_h);*/
550 float diff_y = (float)src_h / (float)dst_h;
567 offset_h = dst_h - h;
416 draw_yuv(struct xorg_xv_port_priv *port, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h) argument
491 display_video(ScrnInfoPtr pScrn, struct xorg_xv_port_priv *pPriv, int id, RegionPtr dstRegion, int src_x, int src_y, int src_w, int src_h, int dstX, int dstY, int dst_w, int dst_h, PixmapPtr pPixmap) argument
H A Dxorg_renderer.c440 int dst_x, int dst_y, int dst_w, int dst_h,
447 dst_x, dst_y, dst_w, dst_h,
438 renderer_draw_yuv(struct xorg_renderer *r, float src_x, float src_y, float src_w, float src_h, int dst_x, int dst_y, int dst_w, int dst_h, struct pipe_resource **textures) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1105 unsigned dst_w, dst_h; local
1159 dst_h = rect.bottom - rect.top;
1168 if(!formats_compatible || src->width0 != dst_w || src->height0 != dst_h) {
1180 int delta = src->width0 * dst_h - dst_w * src->height0;
1188 blit_w = dst_h * src->width0 / src->height0;
1189 blit_h = dst_h;
1194 blit_h = dst_h;
1198 blit_y = (dst_h - blit_h) >> 1;
1205 blit_h = dst_h;
1209 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, blit_x, dst_h);
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp1105 unsigned dst_w, dst_h; local
1159 dst_h = rect.bottom - rect.top;
1168 if(!formats_compatible || src->width0 != dst_w || src->height0 != dst_h) {
1180 int delta = src->width0 * dst_h - dst_w * src->height0;
1188 blit_w = dst_h * src->width0 / src->height0;
1189 blit_h = dst_h;
1194 blit_h = dst_h;
1198 blit_y = (dst_h - blit_h) >> 1;
1205 blit_h = dst_h;
1209 pipe->clear_render_target(pipe, dst_surface, &black, rect.left, rect.top, blit_x, dst_h);
[all...]
/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc664 const int dst_h = 9; local
680 dst_w, dst_h);
682 for (int dst_y = 0; dst_y < dst_h; ++dst_y) {
685 float dst_y_in_src = (dst_y + 0.5) * src_h / dst_h;
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encoder.c1408 const int dst_h = dst->y_crop_height; local
1419 for (y = 0; y < dst_h; y += 16) {
1424 const int y_q4 = y * (16 / factor) * src_h / dst_h;
1427 const uint8_t *src_ptr = srcs[i] + (y / factor) * src_h / dst_h *
1433 vp9_sub_pel_filters_8[y_q4 & 0xf], 16 * src_h / dst_h,

Completed in 294 milliseconds