Searched refs:rem_head_ptr (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
H A Dhmm_resize.c90 head_record *rem_head_ptr; local
92 rem_head_ptr = (head_record *) BAUS_FORWARD(head_ptr, n);
94 rem_head_ptr->previous_block_size = (U(size_bau)) n;
95 rem_head_ptr->block_size = (U(size_bau)) i;
107 desc->last_freed = rem_head_ptr;
H A Dhmm_base.c116 head_record *rem_head_ptr = local
127 rem_head_ptr->previous_block_size = n_baus;
128 rem_head_ptr->block_size = rem_baus;
130 desc->last_freed = rem_head_ptr;

Completed in 40 milliseconds