Lines Matching refs:ps_handle
165 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument
200 if (ps_handle == NULL) in api_check_struct_sanity()
207 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity()
223 if (ps_handle == NULL) in api_check_struct_sanity()
230 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity()
237 if (ps_handle->pv_fxns != ih264e_api_function) in api_check_struct_sanity()
244 if (ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity()
881 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()
1089 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()
1308 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()
5692 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, in ih264e_api_function() argument
5707 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
5730 ret = ih264e_init_mem_rec(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
5734 ret = ih264e_retrieve_memrec(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
5738 ret = ih264e_ctl(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
5742 ret = ih264e_encode(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()