Home | History | Annotate | Download | only in src

Lines Matching refs:pSrcLeft

34  *   pSrcLeft - Pointer to the buffer of 16 left pixels: p[x, y] (x = -1, y = 
68 * availability sets OMX_VC_LEFT, but pSrcLeft is NULL.
80 const OMX_U8* pSrcLeft,
99 armRetArgErrIf((availability & OMX_VC_LEFT ) && pSrcLeft == NULL, OMX_Sts_BadArgErr);
125 pDst[y*dstStep+x] = pSrcLeft[y*leftStep];
138 Sum += pSrcLeft[y*leftStep];
177 V = 8*(pSrcLeft[15*leftStep] - pSrcAboveLeft[0]);
180 V += (y+1)*(pSrcLeft[(8+y)*leftStep] - pSrcLeft[(6-y)*leftStep]);
182 a = 16*(pSrcAbove[15] + pSrcLeft[15*leftStep]);