Home | History | Annotate | Download | only in src

Lines Matching refs:frame_dimension

12197     OMX_QCOM_EXTRADATA_FRAMEDIMENSION *frame_dimension;
12206 frame_dimension = (OMX_QCOM_EXTRADATA_FRAMEDIMENSION *)(void *)extra->data;
12207 frame_dimension->nDecWidth = rectangle.nLeft;
12208 frame_dimension->nDecHeight = rectangle.nTop;
12209 frame_dimension->nActualWidth = rectangle.nWidth;
12210 frame_dimension->nActualHeight = rectangle.nHeight;