Home
last modified time | relevance | path

Searched refs:xWidth (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts45 const xWidth = xRight - xLeft; constant
48 ctx.fillRect(xLeft, yMid, xWidth, 1);
58 let labelXLeft = Math.floor(xWidth / 2 - labelWidth / 2 + xLeft);
/external/mesa3d/src/gallium/state_trackers/omx_bellagio/
Dvid_enc.c255 priv->scale.xWidth = OMX_VID_ENC_SCALING_WIDTH_DEFAULT; in vid_enc_Constructor()
554 if (scale->xWidth < 176 || scale->xHeight < 144) in vid_enc_SetConfig()
565 if (priv->scale.xWidth != 0xffffffff && priv->scale.xHeight != 0xffffffff) { in vid_enc_SetConfig()
570 templat.width = priv->scale.xWidth; in vid_enc_SetConfig()
606 scale->xWidth = priv->scale.xWidth; in vid_enc_GetConfig()
695 priv->scale.xWidth : port->sPortParam.format.video.nFrameWidth; in vid_enc_MessageHandler()
1005 *size = priv->scale.xWidth * priv->scale.xHeight * 2; in enc_ScaleInput()