Searched defs:vdec_input_s (Results 1 – 1 of 1) sorted by relevance
66 struct vdec_input_s { struct67 struct list_head vframe_block_list;68 struct list_head vframe_chunk_list;69 struct list_head vframe_block_free_list;70 struct vframe_block_list_s *wr_block;71 int have_free_blocks;72 int no_mem_err_cnt;/*when alloc no mem cnt++*/73 int block_nums;74 int block_id_seq;75 int id;[all …]