Home
last modified time | relevance | path

Searched refs:nFrameWidth (Results 1 – 16 of 16) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c197 templat.width = def->nFrameWidth; in enc_NeedTask_common()
234 src_rect.x1 = def->nFrameWidth; in enc_ScaleInput_common()
414 box.width = def->nFrameWidth; in enc_LoadImage_common()
421 box.width = def->nFrameWidth / 2; in enc_LoadImage_common()
484 info.grid[0] = DIV_ROUND_UP(def->nFrameWidth, 64); in enc_LoadImage_common()
486 info.last_block[0] = def->nFrameWidth % 64; in enc_LoadImage_common()
492 info.grid[0] = DIV_ROUND_UP(def->nFrameWidth / 2, 64); in enc_LoadImage_common()
494 info.last_block[0] = (def->nFrameWidth / 2) % 64; in enc_LoadImage_common()
508 box.width = def->nFrameWidth; in enc_LoadImage_common()
524 blit.src.box.width = def->nFrameWidth; in enc_LoadImage_common()
[all …]
Dvid_dec_common.c110 src_rect.x1 = def->nFrameWidth; in vid_dec_FillOutput()
115 dst_rect.x1 = def->nFrameWidth; in vid_dec_FillOutput()
132 width = def->nFrameWidth; in vid_dec_FillOutput()
147 i * def->nFrameWidth * def->nFrameHeight; in vid_dec_FillOutput()
Dvid_dec_h264_common.c53 templat.width = port->sPortParam.format.video.nFrameWidth; in vid_dec_h264_BeginFrame()
56 templat.width = priv->out_port_def_.format.video.nFrameWidth; in vid_dec_h264_BeginFrame()
935 if ((p_def->nFrameWidth == i_def->width) && p_def->nFrameHeight == i_def->height) in update_port_parameters()
938 p_def->nFrameWidth = i_def->width; in update_port_parameters()
949 p_obj->portdef_.nBufferSize = p_def->nFrameWidth * p_def->nFrameHeight * 512 / (16*16); in update_port_parameters()
1100 templat.width = port->sPortParam.format.video.nFrameWidth; in vid_dec_FrameDecoded_common()
1103 templat.width = port->portdef_.format.video.nFrameWidth; in vid_dec_FrameDecoded_common()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264dinport.c75 if ((p_def->nFrameWidth == i_def->format.video.nFrameWidth) && in h264d_inport_SetParameter()
82 i_def->format.video.nStride = i_def->format.video.nFrameWidth; in h264d_inport_SetParameter()
92 …p_obj->portdef_.nBufferSize = i_def->format.video.nFrameWidth * i_def->format.video.nFrameHeight *… in h264d_inport_SetParameter()
Dh264d.c79 portdef.nFrameWidth = OMX_VID_DEC_AVC_DEFAULT_FRAME_WIDTH; in instantiate_h264d_input_port()
150 portdef.nFrameWidth = OMX_VID_DEC_AVC_DEFAULT_FRAME_WIDTH; in instantiate_h264d_output_port()
Dh264e.c58 portdef.nFrameWidth = OMX_VID_ENC_AVC_DEFAULT_FRAME_WIDTH; in instantiate_h264e_input_port()
122 portdef.nFrameWidth = OMX_VID_ENC_AVC_DEFAULT_FRAME_WIDTH; in instantiate_h264e_output_port()
Dh264einport.c60 buf_templ.width0 = port->portdef_.format.video.nFrameWidth; in enc_AllocateBackTexture()
Dh264eprc.c536 priv->scale.xWidth : priv->in_port_def_.format.video.nFrameWidth; in h264e_prc_prepare_to_transfer()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c243 port->sPortParam.format.video.nFrameWidth = 176; in vid_dec_Constructor()
257 port->sPortParam.format.video.nFrameWidth = 176; in vid_dec_Constructor()
313 unsigned framesize = def->format.video.nFrameWidth * def->format.video.nFrameHeight; in vid_dec_SetParameter()
319 port->sPortParam.format.video.nFrameWidth = def->format.video.nFrameWidth; in vid_dec_SetParameter()
321 port->sPortParam.format.video.nStride = def->format.video.nFrameWidth; in vid_dec_SetParameter()
Dvid_enc.c199 port->sPortParam.format.video.nFrameWidth = 176; in vid_enc_Constructor()
213 port->sPortParam.format.video.nFrameWidth = 176; in vid_enc_Constructor()
303 buf_templ.width0 = port->sPortParam.format.video.nFrameWidth; in enc_AllocateBackTexture()
616 priv->scale.xWidth : port->sPortParam.format.video.nFrameWidth; in vid_enc_MessageHandler()
Dvid_dec_mpeg12.c77 templat.width = port->sPortParam.format.video.nFrameWidth; in vid_dec_mpeg12_Init()
Dvid_dec_h265.c634 port->sPortParam.format.video.nFrameWidth || in vid_dec_h265_BeginFrame()
Dvid_dec_av1.c2148 templat.width = port->sPortParam.format.video.nFrameWidth; in dec_av1_BeginFrame()
/third_party/openmax/api/1.1.2/
DOMX_Image.h114 OMX_U32 nFrameWidth; member
DOMX_Video.h127 OMX_U32 nFrameWidth; member
/third_party/ffmpeg/libavcodec/
Domx.c473 in_port_params.format.video.nFrameWidth = avctx->width; in omx_component_init()
493 out_port_params.format.video.nFrameWidth = avctx->width; in omx_component_init()