Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c236 priv->scale.xWidth = OMX_VID_ENC_SCALING_WIDTH_DEFAULT; in vid_enc_Constructor()
536 if (scale->xWidth < 176 || scale->xHeight < 144) in vid_enc_SetConfig()
547 if (priv->scale.xWidth != 0xffffffff && priv->scale.xHeight != 0xffffffff) { in vid_enc_SetConfig()
551 templat.width = priv->scale.xWidth; in vid_enc_SetConfig()
587 scale->xWidth = priv->scale.xWidth; in vid_enc_GetConfig()
616 priv->scale.xWidth : port->sPortParam.format.video.nFrameWidth; in vid_enc_MessageHandler()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264eprc.c488 priv->scale.xWidth = OMX_VID_ENC_SCALING_WIDTH_DEFAULT; in h264e_prc_ctor()
536 priv->scale.xWidth : priv->in_port_def_.format.video.nFrameWidth; in h264e_prc_prepare_to_transfer()
/third_party/openmax/api/1.1.2/
DOMX_IVCommon.h162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */ member
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c243 *size = priv->scale.xWidth * priv->scale.xHeight * 2; in enc_ScaleInput_common()