Searched refs:e_status (Results 1 - 4 of 4) sorted by relevance

/external/libavc/decoder/
H A Dih264d_api.c582 IV_API_CALL_STATUS_T e_status; local
676 e_status = ih264d_api_function(NULL,
679 if(IV_FAIL == e_status)
4561 IV_API_CALL_STATUS_T e_status; local
4562 e_status = api_check_struct_sanity(dec_hdl, pv_api_ip, pv_api_op);
4564 if(e_status != IV_SUCCESS)
/external/libavc/encoder/
H A Dih264e_api.c645 IV_STATUS_T e_status; local
674 e_status = ih264e_api_function(NULL, (void *) &s_ip,
677 if (IV_FAIL == e_status)
5556 IV_STATUS_T e_status; local
5563 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op);
5565 if (e_status != IV_SUCCESS)
/external/libhevc/decoder/
H A Dihevcd_api.c551 IV_API_CALL_STATUS_T e_status; local
645 e_status = ihevcd_cxa_api_function(NULL,
648 if(IV_FAIL == e_status)
4442 IV_API_CALL_STATUS_T e_status; local
4443 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op);
4445 if(e_status != IV_SUCCESS)
/external/libmpeg2/decoder/
H A Dimpeg2d_api_main.c2316 IV_API_CALL_STATUS_T e_status; local
2355 e_status = impeg2d_api_function(NULL,
2358 if(IV_FAIL == e_status)

Completed in 118 milliseconds