Lines Matching refs:ps_handle
260 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() argument
295 if (ps_handle == NULL) in api_check_struct_sanity()
302 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity()
318 if (ps_handle == NULL) in api_check_struct_sanity()
325 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity()
332 if (ps_handle->pv_fxns != ih264e_api_function) in api_check_struct_sanity()
339 if (ps_handle->pv_codec_handle == NULL) in api_check_struct_sanity()
916 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()
986 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()
1194 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()
1413 codec_t *ps_codec = (codec_t *) (ps_handle->pv_codec_handle); in api_check_struct_sanity()
6450 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, in ih264e_api_function() argument
6465 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
6488 ret = ih264e_init_mem_rec(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
6492 ret = ih264e_retrieve_memrec(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
6496 ret = ih264e_ctl(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()
6500 ret = ih264e_encode(ps_handle, pv_api_ip, pv_api_op); in ih264e_api_function()