Home
last modified time | relevance | path

Searched refs:bin_front_ptr (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
Dhmm_base.c44 ptr_record *bin_front_ptr = in U() local
47 if (bin_front_ptr != ptr_rec_ptr) { in U()
56 ptr_rec_ptr->prev = bin_front_ptr; in U()
57 ptr_rec_ptr->next = bin_front_ptr->next; in U()
58 bin_front_ptr->next = ptr_rec_ptr; in U()
75 ptr_record *bin_front_ptr, in U()
83 if (bin_front_ptr->next) { in U()
88 ptr_record *ptr_rec_ptr = bin_front_ptr->next; in U()
101 head_ptr = PTR_REC_TO_HEAD(bin_front_ptr); in U()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
Dhmm_intrnl.h126 U(descriptor) *desc, ptr_record *bin_front_ptr, U(size_bau) n_baus);