Home
last modified time | relevance | path

Searched refs:nSliceHeight (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264dinport.c83 if (i_def->format.video.nSliceHeight == 0) in h264d_inport_SetParameter()
84 i_def->format.video.nSliceHeight = i_def->format.video.nFrameHeight; in h264d_inport_SetParameter()
Dh264d.c82 portdef.nSliceHeight = 0; in instantiate_h264d_input_port()
153 portdef.nSliceHeight = 0; in instantiate_h264d_output_port()
Dh264e.c61 portdef.nSliceHeight = 0; in instantiate_h264e_input_port()
125 portdef.nSliceHeight = 0; in instantiate_h264e_output_port()
/third_party/openmax/api/1.1.2/
DOMX_Image.h117 OMX_U32 nSliceHeight; member
DOMX_Video.h130 OMX_U32 nSliceHeight; member
/third_party/ffmpeg/libavcodec/
Domx.c472 in_port_params.format.video.nSliceHeight = s->plane_size; in omx_component_init()
485 s->plane_size = in_port_params.format.video.nSliceHeight; in omx_component_init()
496 out_port_params.format.video.nSliceHeight = 0; in omx_component_init()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_dec.c322 port->sPortParam.format.video.nSliceHeight = def->format.video.nFrameHeight; in vid_dec_SetParameter()
Dvid_enc.c354 port->sPortParam.format.video.nSliceHeight = port->sPortParam.format.video.nFrameHeight; in vid_enc_SetParameter()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c941 p_def->nSliceHeight = i_def->height; in update_port_parameters()