Home | History | Annotate | Download | only in src

Lines Matching refs:alloc_len

2202     OMX_U32 alloc_len = bufferheader->nAllocLen;
2216 alloc_len, offset, filled_len);
2224 if (!pbuffer || !alloc_len || !filled_len)
2227 if (offset + filled_len > alloc_len)