Home
last modified time | relevance | path

Searched refs:i_def (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/tizonia/
Dh264dinport.c72 OMX_PARAM_PORTDEFINITIONTYPE * i_def = (OMX_PARAM_PORTDEFINITIONTYPE *) ap_struct; in h264d_inport_SetParameter() local
75 if ((p_def->nFrameWidth == i_def->format.video.nFrameWidth) && in h264d_inport_SetParameter()
76 (p_def->nFrameHeight == i_def->format.video.nFrameHeight) && in h264d_inport_SetParameter()
77 (p_def->eCompressionFormat == i_def->format.video.eCompressionFormat)) in h264d_inport_SetParameter()
81 if (i_def->format.video.nStride == 0) in h264d_inport_SetParameter()
82 i_def->format.video.nStride = i_def->format.video.nFrameWidth; in h264d_inport_SetParameter()
83 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()
92 …p_obj->portdef_.nBufferSize = i_def->format.video.nFrameWidth * i_def->format.video.nFrameHeight *… in h264d_inport_SetParameter()
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_dec_h264_common.c926 h264d_stream_info_t * i_def = NULL; /* Info read from stream */ in update_port_parameters() local
932 i_def = &(priv->stream_info); in update_port_parameters()
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()
939 p_def->nFrameHeight = i_def->height; in update_port_parameters()
940 p_def->nStride = i_def->width; in update_port_parameters()
941 p_def->nSliceHeight = i_def->height; in update_port_parameters()