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()
590 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
603 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_filled_buff( in ihevce_ent_coding_thrd()
678 iv_output_data_buffs_t *ps_curr_out = NULL; in ihevce_entropy_encode_header()
701 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.c2734 ((ps_out_desc->i4_num_bitstream_bufs) * (sizeof(iv_output_data_buffs_t *))); in ihevce_mem_manager_que_init()
2744 ((ps_out_desc->i4_num_bitstream_bufs) * (sizeof(iv_output_data_buffs_t))); in ihevce_mem_manager_que_init()
2929 iv_output_data_buffs_t **pps_out_bufs; in ihevce_mem_manager_que_init()
2930 iv_output_data_buffs_t *ps_out_bufs; in ihevce_mem_manager_que_init()
2932 pps_out_bufs = (iv_output_data_buffs_t **)ps_memtab->pv_base; in ihevce_mem_manager_que_init()
2935 ps_out_bufs = (iv_output_data_buffs_t *)ps_memtab->pv_base; in ihevce_mem_manager_que_init()
2943 pps_out_bufs[ctr]->i4_size = sizeof(iv_output_data_buffs_t); in ihevce_mem_manager_que_init()
Dihevce_plugin.c519 iv_output_data_buffs_t *ps_curr_out = (iv_output_data_buffs_t *)pv_curr_out; in ihevce_strm_fill_done()
1417 iv_output_data_buffs_t *ps_curr_out; in ihevce_queue_out_buffer()
1426 ps_curr_out = (iv_output_data_buffs_t *)ihevce_q_get_free_out_strm_buff( in ihevce_queue_out_buffer()
Dihevce_api.h1311 } iv_output_data_buffs_t; typedef
Dihevce_entropy_interface.c307 iv_output_data_buffs_t *ps_curr_out, in ihevce_entropy_encode_frame()