Lines Matching refs:codec_obj

489 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics)  in set_degrade()  argument
509 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); in set_degrade()
542 IV_API_CALL_STATUS_T enable_skipb_frames(void *codec_obj, in enable_skipb_frames() argument
559 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skipb_frames()
592 IV_API_CALL_STATUS_T disable_skipb_frames(void *codec_obj, in disable_skipb_frames() argument
609 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skipb_frames()
643 IV_API_CALL_STATUS_T enable_skippb_frames(void *codec_obj, in enable_skippb_frames() argument
660 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skippb_frames()
693 IV_API_CALL_STATUS_T disable_skippb_frames(void *codec_obj, in disable_skippb_frames() argument
710 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skippb_frames()
748 IV_API_CALL_STATUS_T release_disp_frame(void *codec_obj, UWORD32 buf_id) in release_disp_frame() argument
759 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_video_rel_disp_ip, in release_disp_frame()
793 IV_API_CALL_STATUS_T get_version(void *codec_obj) in get_version() argument
806 status = ivd_cxa_api_function((iv_obj_t *)codec_obj, in get_version()
1591 void flush_output(iv_obj_t *codec_obj, in flush_output() argument
1616 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in flush_output()
1655 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_video_decode_ip, in flush_output()
1760 iv_obj_t *codec_obj; in hevcdec_main() local
2072 codec_obj = (iv_obj_t*)s_create_op.s_ivd_create_op_t.pv_handle; in hevcdec_main()
2073 codec_obj->pv_fxns = fxns; in hevcdec_main()
2074 codec_obj->u4_size = sizeof(iv_obj_t); in hevcdec_main()
2075 s_app_ctx.cocodec_obj = codec_obj; in hevcdec_main()
2095 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_set_cores_ip, in hevcdec_main()
2119 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_set_num_processor_ip, in hevcdec_main()
2129 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in hevcdec_main()
2160 ret = ivd_cxa_api_function((iv_obj_t*)codec_obj, (void *)&s_ctl_ip, in hevcdec_main()
2217 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_video_decode_ip, in hevcdec_main()
2255 ret = ivd_cxa_api_function((iv_obj_t*)codec_obj, (void *)&s_ctl_ip, in hevcdec_main()
2450 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, in hevcdec_main()
2482 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_get_frame_dimensions_ip, in hevcdec_main()
2515 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_get_vui_params_ip, in hevcdec_main()
2548 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, (void *)&s_ctl_op); in hevcdec_main()
2560 set_degrade(codec_obj, s_app_ctx.i4_degrade_type, s_app_ctx.i4_degrade_pics); in hevcdec_main()
2565 get_version(codec_obj); in hevcdec_main()
2580 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in hevcdec_main()
2595 release_disp_frame(codec_obj, u4_ip_frm_ts); in hevcdec_main()
2614 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_set_cores_ip, in hevcdec_main()
2679 disable_deblocking(codec_obj, 4); in hevcdec_main()
2682 enable_deblocking(codec_obj); in hevcdec_main()
2685 enable_skippb_frames(codec_obj); in hevcdec_main()
2688 disable_skippb_frames(codec_obj); in hevcdec_main()
2691 enable_skipb_frames(codec_obj); in hevcdec_main()
2694 disable_skipb_frames(codec_obj); in hevcdec_main()
2752 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_video_decode_ip, in hevcdec_main()
2808 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in hevcdec_main()
2818 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in hevcdec_main()
2839 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_set_cores_ip, in hevcdec_main()
2863 … ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_set_num_processor_ip, in hevcdec_main()
2918 flush_output(codec_obj, &s_app_ctx, ps_out_buf, in hevcdec_main()
2971 ret = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_delete_dec_ip, in hevcdec_main()