Searched refs:i_def (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264dinport.c72 OMX_PARAM_PORTDEFINITIONTYPE * i_def = (OMX_PARAM_PORTDEFINITIONTYPE *) ap_struct; local in function:h264d_inport_SetParameter
75 if ((p_def->nFrameWidth == i_def->format.video.nFrameWidth) &&
76 (p_def->nFrameHeight == i_def->format.video.nFrameHeight) &&
77 (p_def->eCompressionFormat == i_def->format.video.eCompressionFormat))
81 if (i_def->format.video.nStride == 0)
82 i_def->format.video.nStride = i_def->format.video.nFrameWidth;
83 if (i_def->format.video.nSliceHeight == 0)
84 i_def->format.video.nSliceHeight = i_def
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264dinport.c72 OMX_PARAM_PORTDEFINITIONTYPE * i_def = (OMX_PARAM_PORTDEFINITIONTYPE *) ap_struct; local in function:h264d_inport_SetParameter
75 if ((p_def->nFrameWidth == i_def->format.video.nFrameWidth) &&
76 (p_def->nFrameHeight == i_def->format.video.nFrameHeight) &&
77 (p_def->eCompressionFormat == i_def->format.video.eCompressionFormat))
81 if (i_def->format.video.nStride == 0)
82 i_def->format.video.nStride = i_def->format.video.nFrameWidth;
83 if (i_def->format.video.nSliceHeight == 0)
84 i_def->format.video.nSliceHeight = i_def
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c926 h264d_stream_info_t * i_def = NULL; /* Info read from stream */ local in function:update_port_parameters
932 i_def = &(priv->stream_info);
935 if ((p_def->nFrameWidth == i_def->width) && p_def->nFrameHeight == i_def->height)
938 p_def->nFrameWidth = i_def->width;
939 p_def->nFrameHeight = i_def->height;
940 p_def->nStride = i_def->width;
941 p_def->nSliceHeight = i_def->height;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c926 h264d_stream_info_t * i_def = NULL; /* Info read from stream */ local in function:update_port_parameters
932 i_def = &(priv->stream_info);
935 if ((p_def->nFrameWidth == i_def->width) && p_def->nFrameHeight == i_def->height)
938 p_def->nFrameWidth = i_def->width;
939 p_def->nFrameHeight = i_def->height;
940 p_def->nStride = i_def->width;
941 p_def->nSliceHeight = i_def->height;

Completed in 16 milliseconds