Home
last modified time | relevance | path

Searched refs:IV_API_CALL_STATUS_T (Results 1 – 17 of 17) sorted by relevance

/external/libmpeg2/decoder/
Dimpeg2d_api.h70 IV_API_CALL_STATUS_T impeg2d_api_num_mem_rec(void *pv_api_ip, void *pv_api_op);
72 IV_API_CALL_STATUS_T impeg2d_api_fill_mem_rec(void *pv_api_ip, void *pv_api_op);
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,
[all …]
Dimpeg2d_api_main.c149 IV_API_CALL_STATUS_T impeg2d_api_rel_display_frame(iv_obj_t *ps_dechdl, in impeg2d_api_rel_display_frame()
202 IV_API_CALL_STATUS_T impeg2d_api_set_display_frame(iv_obj_t *ps_dechdl, in impeg2d_api_set_display_frame()
267 IV_API_CALL_STATUS_T impeg2d_api_set_num_cores(iv_obj_t *ps_dechdl, in impeg2d_api_set_num_cores()
325 IV_API_CALL_STATUS_T impeg2d_set_processor(iv_obj_t *ps_codec_obj, in impeg2d_set_processor()
635 IV_API_CALL_STATUS_T impeg2d_api_get_version(iv_obj_t *ps_dechdl, in impeg2d_api_get_version()
694 IV_API_CALL_STATUS_T impeg2d_api_get_buf_info(iv_obj_t *ps_dechdl, in impeg2d_api_get_buf_info()
834 IV_API_CALL_STATUS_T impeg2d_api_set_flush_mode(iv_obj_t *ps_dechdl, in impeg2d_api_set_flush_mode()
877 IV_API_CALL_STATUS_T impeg2d_api_set_default(iv_obj_t *ps_dechdl, in impeg2d_api_set_default()
929 IV_API_CALL_STATUS_T impeg2d_api_reset(iv_obj_t *ps_dechdl, in impeg2d_api_reset()
1010 IV_API_CALL_STATUS_T impeg2d_api_set_params(iv_obj_t *ps_dechdl,void *pv_api_ip,void *pv_api_op) in impeg2d_api_set_params()
[all …]
Dimpeg2d_dec_hdr.c869 IV_API_CALL_STATUS_T e_ret; in impeg2d_dec_pic_data_thread()
969 IV_API_CALL_STATUS_T e_ret; in impeg2d_dec_pic_data_thread()
1207 IV_API_CALL_STATUS_T ret; in impeg2d_get_slice_pos()
1248 IV_API_CALL_STATUS_T e_ret; in impeg2d_get_slice_pos()
1263 IV_API_CALL_STATUS_T ret; in impeg2d_get_slice_pos()
Dimpeg2d.h81 IV_API_CALL_STATUS_T impeg2d_api_function(iv_obj_t *ps_handle,
/external/libmpeg2/common/
Dimpeg2_job_queue.c96 IV_API_CALL_STATUS_T impeg2_jobq_lock(jobq_t *ps_jobq) in impeg2_jobq_lock()
126 IV_API_CALL_STATUS_T impeg2_jobq_unlock(jobq_t *ps_jobq) in impeg2_jobq_unlock()
159 IV_API_CALL_STATUS_T impeg2_jobq_yield(jobq_t *ps_jobq) in impeg2_jobq_yield()
162 IV_API_CALL_STATUS_T e_ret = IV_SUCCESS; in impeg2_jobq_yield()
164 IV_API_CALL_STATUS_T e_ret_tmp; in impeg2_jobq_yield()
195 IV_API_CALL_STATUS_T impeg2_jobq_free(jobq_t *ps_jobq) in impeg2_jobq_free()
274 IV_API_CALL_STATUS_T impeg2_jobq_reset(jobq_t *ps_jobq) in impeg2_jobq_reset()
276 IV_API_CALL_STATUS_T e_ret = IV_SUCCESS; in impeg2_jobq_reset()
308 IV_API_CALL_STATUS_T impeg2_jobq_deinit(jobq_t *ps_jobq) in impeg2_jobq_deinit()
311 IV_API_CALL_STATUS_T e_ret = IV_SUCCESS; in impeg2_jobq_deinit()
[all …]
Dimpeg2_job_queue.h65 IV_API_CALL_STATUS_T impeg2_jobq_free(jobq_t *ps_jobq);
66 IV_API_CALL_STATUS_T impeg2_jobq_reset(jobq_t *ps_jobq);
67 IV_API_CALL_STATUS_T impeg2_jobq_deinit(jobq_t *ps_jobq);
68 IV_API_CALL_STATUS_T impeg2_jobq_terminate(jobq_t *ps_jobq);
69 IV_API_CALL_STATUS_T impeg2_jobq_queue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 block…
70 IV_API_CALL_STATUS_T impeg2_jobq_dequeue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blo…
Div.h66 }IV_API_CALL_STATUS_T; typedef
/external/libmpeg2/test/decoder/
Dmain.c501 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics) in set_degrade()
503 IV_API_CALL_STATUS_T e_dec_status = IV_SUCCESS; in set_degrade()
560 IV_API_CALL_STATUS_T enable_skipb_frames(void *codec_obj, in enable_skipb_frames()
565 IV_API_CALL_STATUS_T e_dec_status; in enable_skipb_frames()
610 IV_API_CALL_STATUS_T disable_skipb_frames(void *codec_obj, in disable_skipb_frames()
615 IV_API_CALL_STATUS_T e_dec_status; in disable_skipb_frames()
661 IV_API_CALL_STATUS_T enable_skippb_frames(void *codec_obj, in enable_skippb_frames()
666 IV_API_CALL_STATUS_T e_dec_status; in enable_skippb_frames()
711 IV_API_CALL_STATUS_T disable_skippb_frames(void *codec_obj, in disable_skippb_frames()
716 IV_API_CALL_STATUS_T e_dec_status; in disable_skippb_frames()
[all …]
/external/libhevc/test/decoder/
Dmain.c489 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics) in set_degrade()
494 IV_API_CALL_STATUS_T e_dec_status; in set_degrade()
542 IV_API_CALL_STATUS_T enable_skipb_frames(void *codec_obj, in enable_skipb_frames()
547 IV_API_CALL_STATUS_T e_dec_status; in enable_skipb_frames()
592 IV_API_CALL_STATUS_T disable_skipb_frames(void *codec_obj, in disable_skipb_frames()
597 IV_API_CALL_STATUS_T e_dec_status; in disable_skipb_frames()
643 IV_API_CALL_STATUS_T enable_skippb_frames(void *codec_obj, in enable_skippb_frames()
648 IV_API_CALL_STATUS_T e_dec_status; in enable_skippb_frames()
693 IV_API_CALL_STATUS_T disable_skippb_frames(void *codec_obj, in disable_skippb_frames()
698 IV_API_CALL_STATUS_T e_dec_status; in disable_skippb_frames()
[all …]
/external/libavc/test/decoder/
Dmain.c496 IV_API_CALL_STATUS_T set_degrade(void *codec_obj, UWORD32 type, WORD32 pics) in set_degrade()
501 IV_API_CALL_STATUS_T e_dec_status; in set_degrade()
551 IV_API_CALL_STATUS_T enable_skipb_frames(void *codec_obj, in enable_skipb_frames()
556 IV_API_CALL_STATUS_T e_dec_status; in enable_skipb_frames()
601 IV_API_CALL_STATUS_T disable_skipb_frames(void *codec_obj, in disable_skipb_frames()
606 IV_API_CALL_STATUS_T e_dec_status; in disable_skipb_frames()
652 IV_API_CALL_STATUS_T enable_skippb_frames(void *codec_obj, in enable_skippb_frames()
657 IV_API_CALL_STATUS_T e_dec_status; in enable_skippb_frames()
702 IV_API_CALL_STATUS_T disable_skippb_frames(void *codec_obj, in disable_skippb_frames()
707 IV_API_CALL_STATUS_T e_dec_status; in disable_skippb_frames()
[all …]
/external/libhevc/decoder/
Dihevcd_version.c111 IV_API_CALL_STATUS_T ihevcd_get_version(CHAR *pc_version_string, in ihevcd_get_version()
Dihevcd_cxa.h66 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle,
Dihevcd_api.c102 IV_API_CALL_STATUS_T ihevcd_get_version(CHAR *pc_version_string,
133 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity()
1129 IV_API_CALL_STATUS_T status = IV_SUCCESS; in ihevcd_allocate_static_bufs()
3335 IV_API_CALL_STATUS_T ret; in ihevcd_ctl()
3413 IV_API_CALL_STATUS_T ihevcd_cxa_api_function(iv_obj_t *ps_handle, in ihevcd_cxa_api_function()
3420 IV_API_CALL_STATUS_T e_status; in ihevcd_cxa_api_function()
3470 return (IV_API_CALL_STATUS_T)ret; in ihevcd_cxa_api_function()
/external/libhevc/common/
Div.h64 }IV_API_CALL_STATUS_T; typedef
/external/libavc/decoder/
Div.h66 }IV_API_CALL_STATUS_T; typedef
Dih264d.h71 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
Dih264d_api.c154 static IV_API_CALL_STATUS_T api_check_struct_sanity(iv_obj_t *ps_handle, in api_check_struct_sanity()
3537 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *dec_hdl, in ih264d_api_function()
3544 IV_API_CALL_STATUS_T e_status; in ih264d_api_function()