Lines Matching refs:pv_api_op
135 void *pv_api_op) in api_check_struct_sanity() argument
142 if(NULL == pv_api_op) in api_check_struct_sanity()
149 pu4_api_op = (UWORD32 *)pv_api_op; in api_check_struct_sanity()
198 ihevcd_cxa_create_op_t *ps_op = (ihevcd_cxa_create_op_t *)pv_api_op; in api_check_struct_sanity()
254 (ihevcd_cxa_get_display_frame_op_t *)pv_api_op; in api_check_struct_sanity()
290 (ihevcd_cxa_rel_display_frame_op_t *)pv_api_op; in api_check_struct_sanity()
326 (ihevcd_cxa_set_display_frame_op_t *)pv_api_op; in api_check_struct_sanity()
411 (ihevcd_cxa_video_decode_op_t *)pv_api_op; in api_check_struct_sanity()
459 (ihevcd_cxa_delete_op_t *)pv_api_op; in api_check_struct_sanity()
502 ps_op = (ihevcd_cxa_ctl_set_config_op_t *)pv_api_op; in api_check_struct_sanity()
520 ps_op = (ihevcd_cxa_ctl_set_config_op_t *)pv_api_op; in api_check_struct_sanity()
539 ps_op = (ihevcd_cxa_ctl_getstatus_op_t *)pv_api_op; in api_check_struct_sanity()
568 ps_op = (ihevcd_cxa_ctl_getbufinfo_op_t *)pv_api_op; in api_check_struct_sanity()
596 ps_op = (ihevcd_cxa_ctl_getversioninfo_op_t *)pv_api_op; in api_check_struct_sanity()
623 ps_op = (ihevcd_cxa_ctl_flush_op_t *)pv_api_op; in api_check_struct_sanity()
650 ps_op = (ihevcd_cxa_ctl_reset_op_t *)pv_api_op; in api_check_struct_sanity()
677 ps_op = (ihevcd_cxa_ctl_degrade_op_t *)pv_api_op; in api_check_struct_sanity()
718 (ihevcd_cxa_ctl_get_frame_dimensions_op_t *)pv_api_op; in api_check_struct_sanity()
749 (ihevcd_cxa_ctl_get_vui_params_op_t *)pv_api_op; in api_check_struct_sanity()
778 ps_op = (ihevcd_cxa_ctl_get_sei_mastering_params_op_t *)pv_api_op; in api_check_struct_sanity()
807 ps_op = (ihevcd_cxa_ctl_set_num_cores_op_t *)pv_api_op; in api_check_struct_sanity()
840 ps_op = (ihevcd_cxa_ctl_set_processor_op_t *)pv_api_op; in api_check_struct_sanity()
2229 void *pv_api_op) in ihevcd_create() argument
2237 ps_create_op = (ihevcd_cxa_create_op_t *)pv_api_op; in ihevcd_create()
2241 ret = ihevcd_allocate_static_bufs(&ps_codec_obj, pv_api_ip, pv_api_op); in ihevcd_create()
2300 WORD32 ihevcd_delete(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_delete() argument
2304 ihevcd_cxa_delete_op_t *ps_op = (ihevcd_cxa_delete_op_t *)pv_api_op; in ihevcd_delete()
2342 void *pv_api_op) in ihevcd_set_display_frame() argument
2354 ps_dec_disp_op = (ivd_set_display_frame_op_t *)pv_api_op; in ihevcd_set_display_frame()
2465 void *pv_api_op) in ihevcd_set_flush_mode() argument
2469 ivd_ctl_flush_op_t *ps_ctl_op = (ivd_ctl_flush_op_t *)pv_api_op; in ihevcd_set_flush_mode()
2520 void *pv_api_op) in ihevcd_get_status() argument
2526 ivd_ctl_getstatus_op_t *ps_ctl_op = (ivd_ctl_getstatus_op_t *)pv_api_op; in ihevcd_get_status()
2680 void *pv_api_op) in ihevcd_get_buf_info() argument
2687 (ivd_ctl_getbufinfo_op_t *)pv_api_op; in ihevcd_get_buf_info()
2839 void *pv_api_op) in ihevcd_set_params() argument
2848 (ivd_ctl_set_config_op_t *)pv_api_op; in ihevcd_set_params()
2953 WORD32 ihevcd_reset(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_reset() argument
2956 ivd_ctl_reset_op_t *s_ctl_reset_op = (ivd_ctl_reset_op_t *)pv_api_op; in ihevcd_reset()
3006 void *pv_api_op) in ihevcd_rel_display_frame() argument
3015 ps_dec_rel_disp_op = (ivd_rel_display_frame_op_t *)pv_api_op; in ihevcd_rel_display_frame()
3057 void *pv_api_op) in ihevcd_set_degrade() argument
3064 ps_op = (ihevcd_cxa_ctl_degrade_op_t *)pv_api_op; in ihevcd_set_degrade()
3106 void *pv_api_op) in ihevcd_get_frame_dimensions() argument
3113 ps_op = (ihevcd_cxa_ctl_get_frame_dimensions_op_t *)pv_api_op; in ihevcd_get_frame_dimensions()
3230 void *pv_api_op) in ihevcd_get_vui_params() argument
3240 ps_op = (ihevcd_cxa_ctl_get_vui_params_op_t *)pv_api_op; in ihevcd_get_vui_params()
3371 void *pv_api_op) in ihevcd_get_sei_mastering_params() argument
3381 ps_op = (ihevcd_cxa_ctl_get_sei_mastering_params_op_t *)pv_api_op; in ihevcd_get_sei_mastering_params()
3449 void *pv_api_op) in ihevcd_set_processor() argument
3456 ps_op = (ihevcd_cxa_ctl_set_processor_op_t *)pv_api_op; in ihevcd_set_processor()
3519 void *pv_api_op) in ihevcd_set_num_cores() argument
3526 ps_op = (ihevcd_cxa_ctl_set_num_cores_op_t *)pv_api_op; in ihevcd_set_num_cores()
3559 WORD32 ihevcd_ctl(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_ctl() argument
3568 ps_ctl_op = (ivd_ctl_set_config_op_t *)pv_api_op; in ihevcd_ctl()
3582 (void *)pv_api_op); in ihevcd_ctl()
3586 (void *)pv_api_op); in ihevcd_ctl()
3590 (void *)pv_api_op); in ihevcd_ctl()
3595 (ivd_ctl_set_config_op_t *)pv_api_op; in ihevcd_ctl()
3604 (void *)pv_api_op); in ihevcd_ctl()
3608 (void *)pv_api_op); in ihevcd_ctl()
3616 ps_op = (ivd_ctl_getversioninfo_op_t *)pv_api_op; in ihevcd_ctl()
3639 (void *)pv_api_op); in ihevcd_ctl()
3643 (void *)pv_api_op); in ihevcd_ctl()
3647 (void *)pv_api_op); in ihevcd_ctl()
3651 (void *)pv_api_op); in ihevcd_ctl()
3656 (void *)pv_api_op); in ihevcd_ctl()
3660 (ihevcd_cxa_ctl_get_sei_mastering_params_op_t *)pv_api_op; in ihevcd_ctl()
3668 (void *)pv_api_op); in ihevcd_ctl()
3707 void *pv_api_op) in ihevcd_cxa_api_function() argument
3713 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ihevcd_cxa_api_function()
3717 DEBUG("error code = %d\n", *((UWORD32 *)pv_api_op + 1)); in ihevcd_cxa_api_function()
3729 ret = ihevcd_create(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3732 ret = ihevcd_delete(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3736 ret = ihevcd_decode(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3745 (void *)pv_api_op); in ihevcd_cxa_api_function()
3751 (void *)pv_api_op); in ihevcd_cxa_api_function()
3755 ret = ihevcd_ctl(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()