Home | History | Annotate | Download | only in tests

Lines Matching refs:OMX_FreeBuffer

2025 				                    error = OMX_FreeBuffer(pHandle,OMX_DirInput,pInputBufferHeader[i]);
2030 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
2117 error = OMX_FreeBuffer(pHandle,OMX_DirInput,pInputBufferHeader[i]);
2124 error = OMX_FreeBuffer(pHandle,OMX_DirOutput,pOutputBufferHeader[i]);
2209 error = OMX_FreeBuffer(*pHandle, INPUT_PORT, pInputBufferHeader[i]);
2219 error = OMX_FreeBuffer(*pHandle, OUTPUT_PORT, pOutputBufferHeader[i]);
2541 eError = OMX_FreeBuffer(pHandle, INPUT_PORT, pBufferIn+i);
2552 eError = OMX_FreeBuffer(pHandle, OUTPUT_PORT, pBufferOut+i);