Home | History | Annotate | Download | only in src

Lines Matching refs:iWidth

52  *            multiple of iWidth. 
53 * iWidth - Width of the current block; must be equal to either 4, 8, or 16
60 * If iWidth==4, 4-byte alignment required.
61 * If iWidth==8, 8-byte alignment required.
62 * If iWidth==16, 16-byte alignment required.
65 * If iWidth==4, 4-byte alignment required.
66 * If iWidth==8, 8-byte alignment required.
67 * If iWidth==16, 16-byte alignment required.
76 * - iWidth or iHeight have values other than 4, 8, or 16
77 * - iWidth==4 but pDstUp and/or pDstDown is/are not aligned on a 4-byte boundary
78 * - iWidth==8 but pDstUp and/or pDstDown is/are not aligned on a 8-byte boundary
79 * - iWidth==16 but pDstUp and/or pDstDown is/are not aligned on a 16-byte boundary
88 OMX_U32 iWidth,
98 armRetArgErrIf((iWidth == 4) &&
101 armRetArgErrIf((iWidth == 8) &&
104 armRetArgErrIf((iWidth == 16) &&
109 armRetArgErrIf((iWidth != 16) && (iWidth != 8)&& (iWidth != 4), OMX_Sts_BadArgErr)
116 iWidth,
129 iWidth,