Lines Matching refs:ERROR_INVALID_PARAM
29 ERROR_INVALID_PARAM = VPU_DEMO_ERROR_BASE - 1, enumerator
109 return ERROR_INVALID_PARAM; in parse_options()
213 return ERROR_INVALID_PARAM; in parse_options()
274 ENCODE_ERR_RET(ERROR_INVALID_PARAM); in vpu_encode_demo()
278 ENCODE_ERR_RET(ERROR_INVALID_PARAM); in vpu_encode_demo()
287 ENCODE_ERR_RET(ERROR_INVALID_PARAM); in vpu_encode_demo()
530 DECODE_ERR_RET(ERROR_INVALID_PARAM); in vpu_decode_demo()
534 DECODE_ERR_RET(ERROR_INVALID_PARAM); in vpu_decode_demo()
543 DECODE_ERR_RET(ERROR_INVALID_PARAM); in vpu_decode_demo()
779 DEMO_ERR_RET(ERROR_INVALID_PARAM); in main()
790 ret = ERROR_INVALID_PARAM; in main()