Home | History | Annotate | Download | only in src

Lines Matching refs:alloc_len

2196     OMX_U32 alloc_len = bufferheader->nAllocLen;
2210 alloc_len, offset, filled_len);
2218 if (!pbuffer || !alloc_len || !filled_len)
2221 if (offset + filled_len > alloc_len)