Lines Matching refs:err
29 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() local
30 omxExitOnError(err); in allocateHidlPortBuffers()
48 status_t err; in main() local
65 err = omxUtilsSetParameter(OMX_UTILS_IP_PORT, params); in main()
67 err = omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main()
86 err = omxUtilsUseBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mHidlMemory, in main()
93 err = omxUtilsUseBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mHidlMemory, in main()
97 err = omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
99 err = omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
102 err = omxUtilsEmptyBuffer(inBufferId[i], omxBuf, 0, 0, -1); in main()
106 err = omxUtilsFillBuffer(outBufferId[i], omxBuf, -1); in main()