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()
451 (ihevcd_cxa_delete_op_t *)pv_api_op; in api_check_struct_sanity()
494 ps_op = (ihevcd_cxa_ctl_set_config_op_t *)pv_api_op; in api_check_struct_sanity()
510 ps_op = (ihevcd_cxa_ctl_set_config_op_t *)pv_api_op; in api_check_struct_sanity()
529 ps_op = (ihevcd_cxa_ctl_getstatus_op_t *)pv_api_op; in api_check_struct_sanity()
558 ps_op = (ihevcd_cxa_ctl_getbufinfo_op_t *)pv_api_op; in api_check_struct_sanity()
586 ps_op = (ihevcd_cxa_ctl_getversioninfo_op_t *)pv_api_op; in api_check_struct_sanity()
613 ps_op = (ihevcd_cxa_ctl_flush_op_t *)pv_api_op; in api_check_struct_sanity()
640 ps_op = (ihevcd_cxa_ctl_reset_op_t *)pv_api_op; in api_check_struct_sanity()
667 ps_op = (ihevcd_cxa_ctl_degrade_op_t *)pv_api_op; in api_check_struct_sanity()
708 (ihevcd_cxa_ctl_get_frame_dimensions_op_t *)pv_api_op; in api_check_struct_sanity()
739 (ihevcd_cxa_ctl_get_vui_params_op_t *)pv_api_op; in api_check_struct_sanity()
767 ps_op = (ihevcd_cxa_ctl_get_sei_mastering_params_op_t *)pv_api_op; in api_check_struct_sanity()
795 ps_op = (ihevcd_cxa_ctl_set_num_cores_op_t *)pv_api_op; in api_check_struct_sanity()
832 ps_op = (ihevcd_cxa_ctl_set_processor_op_t *)pv_api_op; in api_check_struct_sanity()
2177 void *pv_api_op) in ihevcd_create() argument
2185 ps_create_op = (ihevcd_cxa_create_op_t *)pv_api_op; in ihevcd_create()
2189 ret = ihevcd_allocate_static_bufs(&ps_codec_obj, pv_api_ip, pv_api_op); in ihevcd_create()
2248 WORD32 ihevcd_delete(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_delete() argument
2252 ihevcd_cxa_delete_op_t *ps_op = (ihevcd_cxa_delete_op_t *)pv_api_op; in ihevcd_delete()
2290 void *pv_api_op) in ihevcd_set_display_frame() argument
2302 ps_dec_disp_op = (ivd_set_display_frame_op_t *)pv_api_op; in ihevcd_set_display_frame()
2413 void *pv_api_op) in ihevcd_set_flush_mode() argument
2417 ivd_ctl_flush_op_t *ps_ctl_op = (ivd_ctl_flush_op_t *)pv_api_op; in ihevcd_set_flush_mode()
2463 void *pv_api_op) in ihevcd_get_status() argument
2469 ivd_ctl_getstatus_op_t *ps_ctl_op = (ivd_ctl_getstatus_op_t *)pv_api_op; in ihevcd_get_status()
2623 void *pv_api_op) in ihevcd_get_buf_info() argument
2630 (ivd_ctl_getbufinfo_op_t *)pv_api_op; in ihevcd_get_buf_info()
2782 void *pv_api_op) in ihevcd_set_params() argument
2791 (ivd_ctl_set_config_op_t *)pv_api_op; in ihevcd_set_params()
2896 WORD32 ihevcd_reset(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_reset() argument
2899 ivd_ctl_reset_op_t *s_ctl_reset_op = (ivd_ctl_reset_op_t *)pv_api_op; in ihevcd_reset()
2947 void *pv_api_op) in ihevcd_rel_display_frame() argument
2956 ps_dec_rel_disp_op = (ivd_rel_display_frame_op_t *)pv_api_op; in ihevcd_rel_display_frame()
2998 void *pv_api_op) in ihevcd_set_degrade() argument
3005 ps_op = (ihevcd_cxa_ctl_degrade_op_t *)pv_api_op; in ihevcd_set_degrade()
3047 void *pv_api_op) in ihevcd_get_frame_dimensions() argument
3054 ps_op = (ihevcd_cxa_ctl_get_frame_dimensions_op_t *)pv_api_op; in ihevcd_get_frame_dimensions()
3171 void *pv_api_op) in ihevcd_get_vui_params() argument
3181 ps_op = (ihevcd_cxa_ctl_get_vui_params_op_t *)pv_api_op; in ihevcd_get_vui_params()
3311 void *pv_api_op) in ihevcd_get_sei_mastering_params() argument
3321 ps_op = (ihevcd_cxa_ctl_get_sei_mastering_params_op_t *)pv_api_op; in ihevcd_get_sei_mastering_params()
3388 void *pv_api_op) in ihevcd_set_processor() argument
3395 ps_op = (ihevcd_cxa_ctl_set_processor_op_t *)pv_api_op; in ihevcd_set_processor()
3458 void *pv_api_op) in ihevcd_set_num_cores() argument
3465 ps_op = (ihevcd_cxa_ctl_set_num_cores_op_t *)pv_api_op; in ihevcd_set_num_cores()
3502 WORD32 ihevcd_ctl(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_ctl() argument
3511 ps_ctl_op = (ivd_ctl_set_config_op_t *)pv_api_op; in ihevcd_ctl()
3525 (void *)pv_api_op); in ihevcd_ctl()
3529 (void *)pv_api_op); in ihevcd_ctl()
3533 (void *)pv_api_op); in ihevcd_ctl()
3538 (ivd_ctl_set_config_op_t *)pv_api_op; in ihevcd_ctl()
3547 (void *)pv_api_op); in ihevcd_ctl()
3551 (void *)pv_api_op); in ihevcd_ctl()
3559 ps_op = (ivd_ctl_getversioninfo_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()
3594 (void *)pv_api_op); in ihevcd_ctl()
3598 (void *)pv_api_op); in ihevcd_ctl()
3602 (void *)pv_api_op); in ihevcd_ctl()
3641 void *pv_api_op) in ihevcd_cxa_api_function() argument
3647 e_status = api_check_struct_sanity(ps_handle, pv_api_ip, pv_api_op); in ihevcd_cxa_api_function()
3651 DEBUG("error code = %d\n", *((UWORD32 *)pv_api_op + 1)); in ihevcd_cxa_api_function()
3663 ret = ihevcd_create(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3666 ret = ihevcd_delete(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3670 ret = ihevcd_decode(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()
3679 (void *)pv_api_op); in ihevcd_cxa_api_function()
3685 (void *)pv_api_op); in ihevcd_cxa_api_function()
3689 ret = ihevcd_ctl(ps_handle, (void *)pv_api_ip, (void *)pv_api_op); in ihevcd_cxa_api_function()