Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.c198 templat.height = def->nFrameHeight; in enc_NeedTask_common()
235 src_rect.y1 = def->nFrameHeight; in enc_ScaleInput_common()
415 box.height = def->nFrameHeight; in enc_LoadImage_common()
422 box.height = def->nFrameHeight / 2; in enc_LoadImage_common()
467 uint32_t constants[4] = {def->nFrameHeight}; in enc_LoadImage_common()
485 info.grid[1] = def->nFrameHeight; in enc_LoadImage_common()
493 info.grid[1] = def->nFrameHeight / 2; in enc_LoadImage_common()
509 box.height = def->nFrameHeight; in enc_LoadImage_common()
523 blit.src.box.y = def->nFrameHeight; in enc_LoadImage_common()
525 blit.src.box.height = def->nFrameHeight / 2 ; in enc_LoadImage_common()
[all …]
Dvid_dec_common.c111 src_rect.y1 = def->nFrameHeight; in vid_dec_FillOutput()
116 dst_rect.y1 = def->nFrameHeight; in vid_dec_FillOutput()
133 height = def->nFrameHeight; in vid_dec_FillOutput()
147 i * def->nFrameWidth * def->nFrameHeight; in vid_dec_FillOutput()
Dvid_dec_h264_common.c54 templat.height = port->sPortParam.format.video.nFrameHeight; in vid_dec_h264_BeginFrame()
57 templat.height = priv->out_port_def_.format.video.nFrameHeight; in vid_dec_h264_BeginFrame()
935 if ((p_def->nFrameWidth == i_def->width) && p_def->nFrameHeight == i_def->height) in update_port_parameters()
939 p_def->nFrameHeight = i_def->height; in update_port_parameters()
949 p_obj->portdef_.nBufferSize = p_def->nFrameWidth * p_def->nFrameHeight * 512 / (16*16); in update_port_parameters()
1101 templat.height = port->sPortParam.format.video.nFrameHeight; in vid_dec_FrameDecoded_common()
1104 templat.height = port->portdef_.format.video.nFrameHeight; in vid_dec_FrameDecoded_common()
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264dinport.c76 (p_def->nFrameHeight == i_def->format.video.nFrameHeight) && in h264d_inport_SetParameter()
84 i_def->format.video.nSliceHeight = i_def->format.video.nFrameHeight; in h264d_inport_SetParameter()
92 …_.nBufferSize = i_def->format.video.nFrameWidth * i_def->format.video.nFrameHeight * 512 / (16*16); in h264d_inport_SetParameter()
Dh264d.c80 portdef.nFrameHeight = OMX_VID_DEC_AVC_DEFAULT_FRAME_HEIGHT; in instantiate_h264d_input_port()
151 portdef.nFrameHeight = OMX_VID_DEC_AVC_DEFAULT_FRAME_HEIGHT; in instantiate_h264d_output_port()
Dh264e.c59 portdef.nFrameHeight = OMX_VID_ENC_AVC_DEFAULT_FRAME_HEIGHT; in instantiate_h264e_input_port()
123 portdef.nFrameHeight = OMX_VID_ENC_AVC_DEFAULT_FRAME_HEIGHT; in instantiate_h264e_output_port()
Dh264einport.c61 buf_templ.height0 = port->portdef_.format.video.nFrameHeight * 3 / 2; in enc_AllocateBackTexture()
Dh264eprc.c538 priv->scale.xHeight : priv->in_port_def_.format.video.nFrameHeight; in h264e_prc_prepare_to_transfer()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c244 port->sPortParam.format.video.nFrameHeight = 144; in vid_dec_Constructor()
258 port->sPortParam.format.video.nFrameHeight = 144; in vid_dec_Constructor()
313 unsigned framesize = def->format.video.nFrameWidth * def->format.video.nFrameHeight; in vid_dec_SetParameter()
320 port->sPortParam.format.video.nFrameHeight = def->format.video.nFrameHeight; in vid_dec_SetParameter()
322 port->sPortParam.format.video.nSliceHeight = def->format.video.nFrameHeight; in vid_dec_SetParameter()
Dvid_enc.c200 port->sPortParam.format.video.nFrameHeight = 144; in vid_enc_Constructor()
214 port->sPortParam.format.video.nFrameHeight = 144; in vid_enc_Constructor()
304 buf_templ.height0 = port->sPortParam.format.video.nFrameHeight * 3 / 2; in enc_AllocateBackTexture()
353 port->sPortParam.format.video.nFrameHeight; in vid_enc_SetParameter()
354 port->sPortParam.format.video.nSliceHeight = port->sPortParam.format.video.nFrameHeight; in vid_enc_SetParameter()
618 priv->scale.xHeight : port->sPortParam.format.video.nFrameHeight; in vid_enc_MessageHandler()
Dvid_dec_mpeg12.c78 templat.height = port->sPortParam.format.video.nFrameHeight; in vid_dec_mpeg12_Init()
Dvid_dec_h265.c636 port->sPortParam.format.video.nFrameHeight) in vid_dec_h265_BeginFrame()
Dvid_dec_av1.c2149 templat.height = port->sPortParam.format.video.nFrameHeight; in dec_av1_BeginFrame()
/third_party/openmax/api/1.1.2/
DOMX_Image.h115 OMX_U32 nFrameHeight; member
DOMX_Video.h128 OMX_U32 nFrameHeight; member
/third_party/ffmpeg/libavcodec/
Domx.c481 in_port_params.format.video.nFrameHeight = avctx->height; in omx_component_init()
501 out_port_params.format.video.nFrameHeight = avctx->height; in omx_component_init()