/external/libmpeg2/decoder/ |
D | impeg2d_api.h | 74 IV_API_CALL_STATUS_T impeg2d_api_init(iv_obj_t *DECHDL, 78 IV_API_CALL_STATUS_T impeg2d_api_set_display_frame(iv_obj_t *DECHDL, 82 IV_API_CALL_STATUS_T impeg2d_api_rel_display_frame(iv_obj_t *DECHDL, 86 IV_API_CALL_STATUS_T impeg2d_api_retrieve_mem_rec(iv_obj_t *DECHDL, 90 IV_API_CALL_STATUS_T impeg2d_api_ctl(iv_obj_t *DECHDL, 94 IV_API_CALL_STATUS_T impeg2d_api_get_version(iv_obj_t *DECHDL, 98 IV_API_CALL_STATUS_T impeg2d_api_get_buf_info(iv_obj_t *DECHDL, 102 IV_API_CALL_STATUS_T impeg2d_api_set_flush_mode(iv_obj_t *DECHDL, 106 IV_API_CALL_STATUS_T impeg2d_api_set_default(iv_obj_t *DECHDL, 110 IV_API_CALL_STATUS_T impeg2d_api_reset(iv_obj_t *DECHDL, [all …]
|
D | impeg2d_api_main.c | 150 IV_API_CALL_STATUS_T impeg2d_api_rel_display_frame(iv_obj_t *ps_dechdl, in impeg2d_api_rel_display_frame() 203 IV_API_CALL_STATUS_T impeg2d_api_set_display_frame(iv_obj_t *ps_dechdl, in impeg2d_api_set_display_frame() 299 IV_API_CALL_STATUS_T impeg2d_api_set_num_cores(iv_obj_t *ps_dechdl, in impeg2d_api_set_num_cores() 331 IV_API_CALL_STATUS_T impeg2d_api_get_seq_info(iv_obj_t *ps_dechdl, in impeg2d_api_get_seq_info() 406 IV_API_CALL_STATUS_T impeg2d_set_processor(iv_obj_t *ps_codec_obj, in impeg2d_set_processor() 523 ps_mem_rec->u4_mem_size = sizeof(iv_obj_t); in impeg2d_fill_mem_rec() 725 IV_API_CALL_STATUS_T impeg2d_api_get_version(iv_obj_t *ps_dechdl, in impeg2d_api_get_version() 784 IV_API_CALL_STATUS_T impeg2d_api_get_buf_info(iv_obj_t *ps_dechdl, in impeg2d_api_get_buf_info() 884 IV_API_CALL_STATUS_T impeg2d_api_set_flush_mode(iv_obj_t *ps_dechdl, in impeg2d_api_set_flush_mode() 927 IV_API_CALL_STATUS_T impeg2d_api_set_default(iv_obj_t *ps_dechdl, in impeg2d_api_set_default() [all …]
|
D | impeg2d.h | 81 IV_API_CALL_STATUS_T impeg2d_api_function(iv_obj_t *ps_handle,
|
/external/libhevc/test/decoder/ |
D | main.c | 509 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); in set_degrade() 559 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skipb_frames() 609 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skipb_frames() 660 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skippb_frames() 710 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skippb_frames() 759 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, (void *)&s_video_rel_disp_ip, in release_disp_frame() 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() 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() [all …]
|
/external/libmpeg2/test/decoder/ |
D | main.c | 523 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); in set_degrade() 577 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skipb_frames() 627 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skipb_frames() 678 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skippb_frames() 728 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skippb_frames() 777 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_video_rel_disp_ip, in release_disp_frame() 824 status = ivd_api_function((iv_obj_t *)codec_obj, in get_version() 1624 void flush_output(iv_obj_t *codec_obj, in flush_output() 1649 ret = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in flush_output() 1688 ret = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_video_decode_ip, in flush_output() [all …]
|
/external/libavc/test/decoder/ |
D | main.c | 516 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); in set_degrade() 568 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skipb_frames() 618 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skipb_frames() 669 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in enable_skippb_frames() 719 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in disable_skippb_frames() 768 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_video_rel_disp_ip, in release_disp_frame() 815 i4_status = ivd_api_function((iv_obj_t *)codec_obj, in get_version() 1623 void flush_output(iv_obj_t *codec_obj, in flush_output() 1648 ret = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_ctl_ip, in flush_output() 1687 ret = ivd_api_function((iv_obj_t *)codec_obj, (void *)&s_video_decode_ip, in flush_output() [all …]
|
/external/libavc/decoder/ |
D | ih264d_api.c | 135 WORD32 ih264d_get_frame_dimensions(iv_obj_t *dec_hdl, 138 WORD32 ih264d_get_vui_params(iv_obj_t *dec_hdl, 142 WORD32 ih264d_set_num_cores(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op); 151 WORD32 ih264d_set_degrade(iv_obj_t *ps_codec_obj, 158 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() 196 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 879 WORD32 ih264d_set_processor(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op) in ih264d_set_processor() 1170 WORD32 ih264d_free_static_bufs(iv_obj_t *dec_hdl) in ih264d_free_static_bufs() 1237 WORD32 ih264d_allocate_static_bufs(iv_obj_t **dec_hdl, void *pv_api_ip, void *pv_api_op) in ih264d_allocate_static_bufs() 1260 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t)); in ih264d_allocate_static_bufs() [all …]
|
D | ih264d_utils.h | 94 void ih264d_close_video_decoder(iv_obj_t *iv_obj_t);
|
D | ih264d_parse_headers.h | 41 WORD32 ih264d_parse_nal_unit(iv_obj_t *dec_hdl,
|
D | iv.h | 163 }iv_obj_t; typedef
|
D | ih264d.h | 71 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
|
D | ih264d_parse_headers.c | 1095 WORD32 ih264d_parse_nal_unit(iv_obj_t *dec_hdl, in ih264d_parse_nal_unit()
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 133 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() 172 if(ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 1148 WORD32 ihevcd_allocate_static_bufs(iv_obj_t **pps_codec_obj, in ihevcd_allocate_static_bufs() 1170 pv_buf = pf_aligned_alloc(pv_mem_ctxt, 128, sizeof(iv_obj_t)); in ihevcd_allocate_static_bufs() 1172 *pps_codec_obj = (iv_obj_t *)pv_buf; in ihevcd_allocate_static_bufs() 1415 WORD32 ihevcd_free_static_bufs(iv_obj_t *ps_codec_obj) in ihevcd_free_static_bufs() 2079 WORD32 ihevcd_create(iv_obj_t *ps_codec_obj, in ihevcd_create() 2152 WORD32 ihevcd_delete(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_delete() 2192 WORD32 ihevcd_set_display_frame(iv_obj_t *ps_codec_obj, in ihevcd_set_display_frame() 2314 WORD32 ihevcd_set_flush_mode(iv_obj_t *ps_codec_obj, in ihevcd_set_flush_mode() [all …]
|
D | ihevcd_decode.h | 40 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op);
|
D | ihevcd_cxa.h | 66 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
|
D | ihevcd_decode.c | 380 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_decode()
|
/external/libavc/encoder/ |
D | ih264e_master.h | 109 WORD32 ih264e_encode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op);
|
D | iv2.h | 213 }iv_obj_t; typedef
|
D | ih264e.h | 57 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
|
D | ih264e_api.c | 165 static IV_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity() 207 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 230 if (ps_handle->u4_size != sizeof(iv_obj_t)) in api_check_struct_sanity() 2791 ps_mem_rec->u4_mem_size = sizeof(iv_obj_t); in ih264e_fill_num_mem_rec() 3585 static WORD32 ih264e_init_mem_rec(iv_obj_t *ps_codec_obj, in ih264e_init_mem_rec() 4503 static WORD32 ih264e_retrieve_memrec(iv_obj_t *ps_codec_obj, in ih264e_retrieve_memrec() 4568 static WORD32 ih264e_set_flush_mode(iv_obj_t *ps_codec_obj, in ih264e_set_flush_mode() 4614 static WORD32 ih264e_get_buf_info(iv_obj_t *ps_codec_obj, in ih264e_get_buf_info() 5415 static WORD32 ih264e_reset(iv_obj_t *ps_codec_obj, in ih264e_reset() 5465 static WORD32 ih264e_ctl(iv_obj_t *ps_codec_obj, in ih264e_ctl() [all …]
|
D | ih264e_encode.c | 199 WORD32 ih264e_encode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ih264e_encode()
|
/external/libhevc/common/ |
D | iv.h | 161 }iv_obj_t; typedef
|
/external/libmpeg2/common/ |
D | iv.h | 181 }iv_obj_t; typedef
|
/external/libavc/test/encoder/ |
D | app.h | 215 iv_obj_t *ps_enc;
|
D | main.c | 1509 void synchronous_encode(iv_obj_t *ps_enc, app_ctxt_t *ps_app_ctxt) in synchronous_encode() 2136 iv_obj_t *ps_enc; in h264enc_main() 2348 ps_enc->u4_size = sizeof(iv_obj_t); in h264enc_main()
|