Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts45 const xWidth = xRight - xLeft; constant
53 ctx.fillRect(xLeft, yMid, xWidth, 1);
63 let labelXLeft = Math.floor(xWidth / 2 - labelWidth / 2 + xLeft);
/external/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c235 priv->scale.xWidth = OMX_VID_ENC_SCALING_WIDTH_DEFAULT; in vid_enc_Constructor()
535 if (scale->xWidth < 176 || scale->xHeight < 144) in vid_enc_SetConfig()
546 if (priv->scale.xWidth != 0xffffffff && priv->scale.xHeight != 0xffffffff) { in vid_enc_SetConfig()
550 templat.width = priv->scale.xWidth; in vid_enc_SetConfig()
586 scale->xWidth = priv->scale.xWidth; in vid_enc_GetConfig()
615 priv->scale.xWidth : port->sPortParam.format.video.nFrameWidth; in vid_enc_MessageHandler()
/external/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c487 priv->scale.xWidth = OMX_VID_ENC_SCALING_WIDTH_DEFAULT; in h264e_prc_ctor()
535 priv->scale.xWidth : priv->in_port_def_.format.video.nFrameWidth; in h264e_prc_prepare_to_transfer()
/external/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c243 *size = priv->scale.xWidth * priv->scale.xHeight * 2; in enc_ScaleInput_common()