/external/libhevc/decoder/ |
ihevcd_decode.h | 40 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op);
|
ihevcd_api.c | 129 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, 163 if(ps_handle->u4_size != sizeof(iv_obj_t)) 168 sizeof(iv_obj_t), ps_handle->u4_size); 185 if(ps_handle->u4_size != sizeof(iv_obj_t)) [all...] |
ihevcd_cxa.h | 66 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
|
ihevcd_decode.c | 334 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op)
|
/external/libhevc/test/decoder/ |
main.c | 517 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); 567 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, 617 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, 668 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, 718 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, [all...] |
/external/libhevc/common/ |
iv.h | 162 /* IV_OBJ_T: This structure defines the handle for the codec instance */ 179 }iv_obj_t; typedef in typeref:struct:__anon3300
|