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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/tizonia/
H A Dh264dinport.c71 OMX_VIDEO_PORTDEFINITIONTYPE * p_def = &(p_prc->out_port_def_.format.video); 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))
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/tizonia/
H A Dh264dinport.c71 OMX_VIDEO_PORTDEFINITIONTYPE * p_def = &(p_prc->out_port_def_.format.video); 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))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/
H A Dvid_dec_h264_common.c925 OMX_VIDEO_PORTDEFINITIONTYPE * p_def = NULL; /* Output port info */ local in function:update_port_parameters
931 p_def = &(priv->out_port_def_.format.video);
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;
949 p_obj->portdef_.nBufferSize = p_def->nFrameWidth * p_def
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/
H A Dvid_dec_h264_common.c925 OMX_VIDEO_PORTDEFINITIONTYPE * p_def = NULL; /* Output port info */ local in function:update_port_parameters
931 p_def = &(priv->out_port_def_.format.video);
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;
949 p_obj->portdef_.nBufferSize = p_def->nFrameWidth * p_def
[all...]

Completed in 5 milliseconds