/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
D | OMX_VPP_ImgConv.c | 98 OMX_U32 iWidth; in ComputeTiOverlayImgFormat() local 121 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth; in ComputeTiOverlayImgFormat() 123 VPP_DPRINT("CMMFVideoImageConv::Picture Size w = %d x h= %d", iWidth, iHeight); in ComputeTiOverlayImgFormat() 125 …OMX_MALLOC(pComponentPrivate->overlay->iOvlyConvBufPtr, ((2*iWidth*iHeight)+ (2*(iWidth+2)*(iHeigh… in ComputeTiOverlayImgFormat() 134 pComponentPrivate->overlay->iRBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+0; in ComputeTiOverlayImgFormat() 135 pComponentPrivate->overlay->iGBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+1; in ComputeTiOverlayImgFormat() 136 pComponentPrivate->overlay->iBBuff = (OMX_U8*)(aPictureArray)+((iHeight-1)*iWidth*3)+2; in ComputeTiOverlayImgFormat() 154 …ConvertFormatFromPlanar((pComponentPrivate->overlay->iOvlyConvBufPtr+(2*(iWidth+pComponentPrivate-… in ComputeTiOverlayImgFormat() 167 static OMX_U32 iWidth ; variable 195 iWidth = pComponentPrivate->sCompPorts[1].pPortDef.format.video.nFrameWidth; in ConvertChromReduction() [all …]
|
/hardware/intel/common/libmix/videoencoder/ |
D | VideoEncoderUtils.cpp | 196 vinfo.width = h->iWidth; in GetGfxBufferInfo() 198 vinfo.lumaStride = h->iWidth; in GetGfxBufferInfo() 200 …erInfo: gfx iWidth=%d, iHeight=%d, iFormat=%x in handle structure\n", h->iWidth, h->iHeight, h->iF… in GetGfxBufferInfo() 204 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned in GetGfxBufferInfo() 206 if (h->iWidth > 512) in GetGfxBufferInfo() 207 vinfo.lumaStride = (h->iWidth + 63) & ~63; //64 aligned in GetGfxBufferInfo() 215 vinfo.lumaStride = (h->iWidth + 31) & ~31; in GetGfxBufferInfo()
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/ |
D | TngGrallocBuffer.cpp | 50 mWidth = grallocHandle->iWidth; in initBuffer()
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
D | TngGrallocBuffer.cpp | 50 mWidth = grallocHandle->iWidth; in initBuffer()
|
/hardware/ti/omap4xxx/hwc/ |
D | hal_public.h | 94 int iWidth; member
|
D | hwc.c | 265 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); in dump_set_info() 387 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; in mem1d() 1295 handle->iWidth, in omap4_hwc_prepare()
|
/hardware/ti/omap4-aah/hwc/ |
D | hal_public.h | 94 int iWidth; member
|
D | rgz_2d.c | 255 h->iWidth, h->iHeight, FMT(h->iFormat)); in dump_layer() 350 srcgeom->width = handle->iWidth; in rgz_set_src_data() 1163 int stride = ALIGN(h->iWidth, HW_ALIGN) * bpp; in rgz_handle_to_stride() 1265 res_left = handle->iWidth - layer->sourceCrop.right + delta_left; in rgz_get_src_rect() 1270 res_top = handle->iWidth - layer->sourceCrop.right + delta_top; in rgz_get_src_rect()
|
D | hwc.c | 361 dump_printf(&log, "%d*%d(%s)", handle->iWidth, handle->iHeight, HAL_FMT(handle->iFormat)); in dump_set_info() 576 int stride = ALIGN(handle->iWidth, HW_ALIGN) * bpp; in mem1d() 1760 handle->iWidth, in omap4_hwc_prepare()
|
/hardware/intel/img/hwcomposer/merrifield/include/pvr/hal/ |
D | hal_public.h | 149 int iWidth; member
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/pvr/hal/ |
D | img_gralloc_public.h | 146 int iWidth; member
|
/hardware/intel/common/utils/ISV/base/ |
D | isv_bufmanager.cpp | 92 mStride = grallocHandle->iWidth; in initBufferInfo()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
D | omx_proxy_mpeg4enc.c | 640 pGrallocHandle->iWidth, in LOCAL_PROXY_MPEG4E_EmptyThisBuffer()
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/ |
D | omx_proxy_h264enc.c | 655 pGrallocHandle->iWidth, in LOCAL_PROXY_H264E_EmptyThisBuffer()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/ |
D | omx_proxy_mpeg4enc.c | 783 pGrallocHandle->iWidth, in LOCAL_PROXY_MPEG4E_EmptyThisBuffer()
|
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/ |
D | omx_proxy_h264enc.c | 825 pGrallocHandle->iWidth, in LOCAL_PROXY_H264E_EmptyThisBuffer()
|
/hardware/intel/img/hwcomposer/merrifield/common/devices/ |
D | VirtualDevice.cpp | 1352 …colorSwap(layer.handle, display->outbuf, ((nativeSrcHandle->iWidth+31)&~31)*nativeSrcHandle->iHeig… in queueColorConvert()
|