/external/libmpeg2/decoder/ |
D | impeg2d_api.h | 70 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); 80 void *pv_api_op); 84 void *pv_api_op); 88 void *pv_api_op); 92 void *pv_api_op); 96 void *pv_api_op); 100 void *pv_api_op); 104 void *pv_api_op); 108 void *pv_api_op); [all …]
|
D | impeg2d_api_main.c | 152 void *pv_api_op) in impeg2d_api_rel_display_frame() argument 163 dec_rel_disp_op = (ivd_rel_display_frame_op_t *)pv_api_op; in impeg2d_api_rel_display_frame() 205 void *pv_api_op) in impeg2d_api_set_display_frame() argument 220 dec_disp_op = (ivd_set_display_frame_op_t *)pv_api_op; in impeg2d_api_set_display_frame() 301 void *pv_api_op) in impeg2d_api_set_num_cores() argument 309 ps_op = (impeg2d_ctl_set_num_cores_op_t *)pv_api_op; in impeg2d_api_set_num_cores() 333 void *pv_api_op) in impeg2d_api_get_seq_info() argument 341 ps_op = (impeg2d_ctl_get_seq_info_op_t *)pv_api_op; in impeg2d_api_get_seq_info() 408 void *pv_api_op) in impeg2d_set_processor() argument 419 ps_op = (impeg2d_ctl_set_processor_op_t *)pv_api_op; in impeg2d_set_processor() [all …]
|
D | impeg2d.h | 83 void *pv_api_op);
|
/external/libavc/decoder/ |
D | ih264d_api.c | 137 void *pv_api_op); 140 void *pv_api_op); 142 WORD32 ih264d_set_num_cores(iv_obj_t *dec_hdl, void *pv_api_ip, void *pv_api_op); 153 void *pv_api_op); 160 void *pv_api_op) in api_check_struct_sanity() argument 167 if(NULL == pv_api_op) in api_check_struct_sanity() 174 pu4_api_op = (UWORD32 *)pv_api_op; in api_check_struct_sanity() 228 ih264d_create_op_t *ps_op = (ih264d_create_op_t *)pv_api_op; in api_check_struct_sanity() 284 (ih264d_get_display_frame_op_t *)pv_api_op; in api_check_struct_sanity() 319 (ih264d_rel_display_frame_op_t *)pv_api_op; in api_check_struct_sanity() [all …]
|
D | ih264d.h | 72 IV_API_CALL_STATUS_T ih264d_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
|
/external/libhevc/decoder/ |
D | ihevcd_api.c | 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() [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 | 69 void *pv_api_op);
|
D | ihevcd_decode.c | 382 WORD32 ihevcd_decode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op) in ihevcd_decode() argument 398 ps_dec_op = (ivd_video_decode_op_t *)pv_api_op; in ihevcd_decode()
|
/external/libavc/encoder/ |
D | ih264e_api.c | 167 void *pv_api_op) in api_check_struct_sanity() argument 176 UWORD32 *pu4_api_op = pv_api_op; in api_check_struct_sanity() 181 if (NULL == pv_api_op || NULL == pv_api_ip) in api_check_struct_sanity() 264 ih264e_num_mem_rec_op_t *ps_op = pv_api_op; in api_check_struct_sanity() 289 ih264e_fill_mem_rec_op_t *ps_op = pv_api_op; in api_check_struct_sanity() 364 ih264e_init_op_t *ps_op = pv_api_op; in api_check_struct_sanity() 773 ih264e_retrieve_mem_rec_op_t *ps_op = pv_api_op; in api_check_struct_sanity() 822 ih264e_video_encode_op_t *ps_op = pv_api_op; in api_check_struct_sanity() 855 ih264e_ctl_setdefault_op_t *ps_op = pv_api_op; in api_check_struct_sanity() 884 ih264e_ctl_getbufinfo_op_t *ps_op = pv_api_op; in api_check_struct_sanity() [all …]
|
D | ih264e_master.h | 109 WORD32 ih264e_encode(iv_obj_t *ps_codec_obj, void *pv_api_ip, void *pv_api_op);
|
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() argument 211 ih264e_video_encode_op_t *ps_video_encode_op = pv_api_op; in ih264e_encode()
|
D | ih264e.h | 57 IV_STATUS_T ih264e_api_function(iv_obj_t *ps_handle, void *pv_api_ip,void *pv_api_op);
|
/external/libhevc/test/decoder/ |
D | main.c | 493 void *pv_api_ip, *pv_api_op; in set_degrade() local 504 pv_api_op = (void *)&s_ctl_op; in set_degrade() 509 e_dec_status = ivd_cxa_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); in set_degrade()
|
/external/libmpeg2/test/decoder/ |
D | main.c | 507 void *pv_api_ip, *pv_api_op; in set_degrade() 518 pv_api_op = (void *)&s_ctl_op; in set_degrade() 523 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); in set_degrade()
|
/external/libavc/test/decoder/ |
D | main.c | 500 void *pv_api_ip, *pv_api_op; in set_degrade() local 511 pv_api_op = (void *)&s_ctl_op; in set_degrade() 516 e_dec_status = ivd_api_function((iv_obj_t *)codec_obj, pv_api_ip, pv_api_op); in set_degrade()
|