Home | History | Annotate | Download | only in src

Lines Matching defs:nStride

134 				      int nHeight, int nStride,
137 static int COLORCONVERT_AllocateBuffer(OMX_HANDLETYPE hComponent, OMX_U32 nStride);
613 sPortDef.format.video.nStride = LINUX_PAGE_SIZE;
700 OMX_U32 nStride = 0, nNumLines = 0;
772 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
801 eError = COLORCONVERT_AllocateBuffer(hComponent, nStride);
902 int err, nStride;
958 int COLORCONVERT_AllocateBuffer(OMX_HANDLETYPE hComponent, OMX_U32 nStride)
979 err = pProxy->mAllocDev->alloc(pProxy->mAllocDev, (int) tParam.nWidth, (int) tParam.nHeight, (int) HAL_PIXEL_FORMAT_TI_NV12, (int) GRALLOC_USAGE_HW_RENDER, (const struct native_handle_t * *)(&(pProxy->gralloc_handle[pProxy->nCurBufIndex])), (int *) &nStride);
1068 int nWidth, int nHeight, int nStride,