Home | History | Annotate | Download | only in src

Lines Matching refs:iWidth

51  *            multiple of iWidth. 
52 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
59 * If iWidth==4, 4-byte alignment required.
60 * If iWidth==8, 8-byte alignment required.
61 * If iWidth==16, 16-byte alignment required.
64 * If iWidth==4, 4-byte alignment required.
65 * If iWidth==8, 8-byte alignment required.
66 * If iWidth==16, 16-byte alignment required.
75 * - iWidth or iHeight have values other than 4, 8, or 16
76 * - iWidth==4 but pDstLeft and/or pDstRight is/are not aligned on a 4-byte boundary
77 * - iWidth==8 but pDstLeft and/or pDstRight is/are not aligned on a 8-byte boundary
78 * - iWidth==16 but pDstLeft and/or pDstRight is/are not aligned on a 16-byte boundary
89 OMX_U32 iWidth,
99 armRetArgErrIf((iWidth == 4) &&
102 armRetArgErrIf((iWidth == 8) &&
105 armRetArgErrIf((iWidth == 16) &&
110 armRetArgErrIf((iWidth != 16) && (iWidth != 8)&& (iWidth != 4), OMX_Sts_BadArgErr)
117 iWidth,
130 iWidth,