Searched refs:xWidth (Results 1 – 4 of 4) sorted by relevance
45 const xWidth = xRight - xLeft; constant53 ctx.fillRect(xLeft, yMid, xWidth, 1);63 let labelXLeft = Math.floor(xWidth / 2 - labelWidth / 2 + xLeft);
235 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()
487 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()
243 *size = priv->scale.xWidth * priv->scale.xHeight * 2; in enc_ScaleInput_common()