Home
last modified time | relevance | path

Searched refs:y (Results 1 – 19 of 19) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmutils.h400 #define CEIL(x, y) (((x) + ((y)-1)) / (y)) argument
401 #define ROUNDUP(x, y) ((((x)+((y)-1))/(y))*(y)) argument
443 #define MODADD(x, y, bound) \ argument
444 MUX((x) + (y) >= (bound), (x) + (y) - (bound), (x) + (y))
445 #define MODSUB(x, y, bound) \ argument
446 MUX(((int)(x)) - ((int)(y)) < 0, (x) - (y) + (bound), (x) - (y))
449 #define MODADD_POW2(x, y, bound) (((x) + (y)) & ((bound) - 1)) argument
450 #define MODSUB_POW2(x, y, bound) (((x) - (y)) & ((bound) - 1)) argument
Dlinux_osl.h252 #define PKTSETPOOL(osh, skb, x, y) do {} while (0) argument
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
DOMX_VPP_ImgConv.c181 OMX_U8 *y, *u, *v, *w; /* Pointers on Y U V buffers and Weight buffer */ in ConvertChromReduction() local
202 y = pComponentPrivate->overlay->iOvlyConvBufPtr + 2*(iWidth+iAlign)*(iHeight+3*KDeepFiltering); in ConvertChromReduction()
221 u = (y+iWidth*iHeight); /* Initialise pointer on YUV420 output buffers */ in ConvertChromReduction()
275 *y = 0; /* set pixel at Y Color Key */ in ConvertChromReduction()
281 *y=(OMX_U8)((77*(OMX_S32)(*pComponentPrivate->overlay->iRBuff) + in ConvertChromReduction()
284 … *puu=(OMX_U8)(((160*((OMX_S32)(*pComponentPrivate->overlay->iRBuff) - (OMX_S32)(*y)))>>8) + 128); in ConvertChromReduction()
285 … *pvv=(OMX_U8)(((126*((OMX_S32)(*pComponentPrivate->overlay->iBBuff) - (OMX_S32)(*y)))>>8) + 128); in ConvertChromReduction()
287 if(*y == 0) in ConvertChromReduction()
288 …(*y)++; /* avoid zero almost blackbecause is used by the Y color k… in ConvertChromReduction()
298 y += nIncAlign; in ConvertChromReduction()
[all …]
DOMX_VPP_Utils.c94 #define OMX_VPP_MAX(x, y) ((x) > (y) ? (x) : (y)) argument
/hardware/ti/omap3/liboverlay/
Dv4l2_utils.h19 int v4l2_overlay_set_position(int fd, int32_t x, int32_t y, int32_t w,
21 int v4l2_overlay_get_position(int fd, int32_t *x, int32_t *y, int32_t *w,
23 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w,
25 int v4l2_overlay_get_crop(int fd, uint32_t *x, uint32_t *y, uint32_t *w,
Dv4l2_utils.c226 int32_t h, int32_t x, int32_t y) in configure_window() argument
231 win->w.top = y; in configure_window()
237 int32_t *y, int32_t *w, int32_t *h) in get_window() argument
242 *y = format->fmt.win.w.top; in get_window()
302 int v4l2_overlay_set_position(int fd, int32_t x, int32_t y, int32_t w, int32_t h) in v4l2_overlay_set_position() argument
318 configure_window(&format.fmt.win, w, h, x, y); in v4l2_overlay_set_position()
332 int v4l2_overlay_get_position(int fd, int32_t *x, int32_t *y, int32_t *w, int32_t *h) in v4l2_overlay_get_position() argument
341 get_window(&format, x, y, w, h); in v4l2_overlay_get_position()
345 int v4l2_overlay_set_crop(int fd, uint32_t x, uint32_t y, uint32_t w, uint32_t h) in v4l2_overlay_set_crop() argument
355 crop.c.top = y; in v4l2_overlay_set_crop()
[all …]
Doverlay.cpp536 overlay_t* overlay, int x, int y, uint32_t w, in overlay_setPosition() argument
563 if ( y < 0 ) y = 0; in overlay_setPosition()
567 if ( (y + h) > shared->dispH ) h = shared->dispH - y; in overlay_setPosition()
568 } else if (x < 0 || y < 0 || (x + w) > shared->dispW || in overlay_setPosition()
569 (y + h) > shared->dispH) { in overlay_setPosition()
576 stage->posY = y; in overlay_setPosition()
585 overlay_t* overlay, int* x, int* y, uint32_t* w, in overlay_getPosition() argument
592 if (v4l2_overlay_get_position(fd, x, y, (int32_t*)w, (int32_t*)h)) { in overlay_getPosition()
878 uint32_t y, uint32_t w, uint32_t h) { in overlay_setCrop() argument
893 if (ctx->data.cropX == x && ctx->data.cropY == y && ctx->data.cropW == w in overlay_setCrop()
[all …]
/hardware/libhardware/include/hardware/
Doverlay.h167 int x, int y, uint32_t w, uint32_t h);
172 int* x, int* y, uint32_t* w, uint32_t* h);
197 uint32_t x, uint32_t y, uint32_t w, uint32_t h) ;
200 uint32_t* x, uint32_t* y, uint32_t* w, uint32_t* h) ;
Dsensors.h196 float y; member
/hardware/ti/omap3/dspbridge/inc/
D_dbpriv.h41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument
42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
D_dbdebug.h61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y) argument
/hardware/ti/omap3/dspbridge/libbridge/inc/
D_dbpriv.h41 #define DSP_ValidWritePtr(x , y) ((x)==NULL) argument
42 #define DSP_ValidReadPtr(x, y) ((x)==NULL) argument
D_dbdebug.h61 #define DEBUGMSG(x,y) if(x >= DSPAPI_DEBUG_LEVEL) printf(y) argument
/hardware/msm7k/libcopybit/
Dcopybit.cpp165 e->dst_rect.y = clip.t; in set_rects()
172 e->src_rect.y = (dst->r - clip.r) + src->l; in set_rects()
179 e->src_rect.y = (clip.t - dst->t) + src->t; in set_rects()
186 MULDIV(&e->src_rect.y, &e->src_rect.h, src->b - src->t, H); in set_rects()
188 e->src_rect.y = e->src.height - (e->src_rect.y + e->src_rect.h); in set_rects()
223 l->req[i].src_rect.y, in msm_copybit()
230 l->req[i].dst_rect.y, in msm_copybit()
/hardware/msm7k/libgralloc/
Dframebuffer.cpp61 int x, int y, int w, int h);
393 int x, int y, int w, int h) in msm_copy_buffer() argument
420 blit.req.src_rect.y = blit.req.dst_rect.y = y; in msm_copy_buffer()
/hardware/msm7k/libgralloc-qsd8k/
Dframebuffer.cpp63 int x, int y, int w, int h);
404 int x, int y, int w, int h) in msm_copy_buffer() argument
431 blit.req.src_rect.y = blit.req.dst_rect.y = y; in msm_copy_buffer()
/hardware/libhardware/modules/overlay/
Doverlay.cpp163 int x, int y, uint32_t w, uint32_t h) { in overlay_setPosition() argument
170 int* x, int* y, uint32_t* w, uint32_t* h) { in overlay_getPosition() argument
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
DOMX_VideoDec_DSP.h498 #define VIDDEC_ISFLAGSET(x,y) (((x)>>(y)) & 0x1) argument
/hardware/msm7k/libcamera/
DQualcommCameraHardware.cpp1573 #define SET_PARM(x,y) do { \ in initCameraParameters() argument
1574 LOGV("initCameraParameters: set parm: %s, %d", #x, y); \ in initCameraParameters()
1575 LINK_camera_set_parm (x, y, NULL, NULL); \ in initCameraParameters()