Home
last modified time | relevance | path

Searched refs:iv_output_data_buffs_t (Results 1 – 6 of 6) sorted by relevance

/external/libhevc/encoder/
Dihevce_entropy_cod.c164 iv_output_data_buffs_t *ps_curr_out = NULL; in ihevce_ent_coding_thrd()
166 iv_output_data_buffs_t s_curr_out_dummy; in ihevce_ent_coding_thrd()
267 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
594 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
607 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
682 iv_output_data_buffs_t *ps_curr_out = NULL; in ihevce_entropy_encode_header()
705 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_entropy_encode_header()
Dihevce_entropy_interface.h90 iv_output_data_buffs_t *ps_curr_out,
Dihevce_memory_init.c2692 ((ps_out_desc->i4_num_bitstream_bufs) * (sizeof(iv_output_data_buffs_t *))); in ihevce_mem_manager_que_init()
2702 ((ps_out_desc->i4_num_bitstream_bufs) * (sizeof(iv_output_data_buffs_t))); in ihevce_mem_manager_que_init()
2887 iv_output_data_buffs_t **pps_out_bufs; in ihevce_mem_manager_que_init()
2888 iv_output_data_buffs_t *ps_out_bufs; in ihevce_mem_manager_que_init()
2890 pps_out_bufs = (iv_output_data_buffs_t **)ps_memtab->pv_base; in ihevce_mem_manager_que_init()
2893 ps_out_bufs = (iv_output_data_buffs_t *)ps_memtab->pv_base; in ihevce_mem_manager_que_init()
2901 pps_out_bufs[ctr]->i4_size = sizeof(iv_output_data_buffs_t); in ihevce_mem_manager_que_init()
Dihevce_plugin.c518 iv_output_data_buffs_t *ps_curr_out = (iv_output_data_buffs_t *)pv_curr_out; in ihevce_strm_fill_done()
1423 iv_output_data_buffs_t *ps_curr_out; in ihevce_queue_out_buffer()
1432 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_free_out_strm_buff( in ihevce_queue_out_buffer()
Dihevce_api.h1303 } iv_output_data_buffs_t; typedef
Dihevce_entropy_interface.c307 iv_output_data_buffs_t *ps_curr_out, in ihevce_entropy_encode_frame()