HomeSort by relevance Sort by last modified time
    Searched full:bin_front_ptr (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/
hmm_base.c 44 ptr_record *bin_front_ptr = variable
47 if (bin_front_ptr != ptr_rec_ptr) {
56 ptr_rec_ptr->prev = bin_front_ptr;
57 ptr_rec_ptr->next = bin_front_ptr->next;
58 bin_front_ptr->next = ptr_rec_ptr;
75 ptr_record *bin_front_ptr, variable
83 if (bin_front_ptr->next) {
88 ptr_record *ptr_rec_ptr = bin_front_ptr->next;
101 head_ptr = PTR_REC_TO_HEAD(bin_front_ptr);
  /external/libvpx/libvpx/vpx_mem/memory_manager/
hmm_base.c 44 ptr_record *bin_front_ptr = variable
47 if (bin_front_ptr != ptr_rec_ptr) {
56 ptr_rec_ptr->prev = bin_front_ptr;
57 ptr_rec_ptr->next = bin_front_ptr->next;
58 bin_front_ptr->next = ptr_rec_ptr;
75 ptr_record *bin_front_ptr, variable
83 if (bin_front_ptr->next) {
88 ptr_record *ptr_rec_ptr = bin_front_ptr->next;
101 head_ptr = PTR_REC_TO_HEAD(bin_front_ptr);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/
hmm_base.c 44 ptr_record *bin_front_ptr = variable
47 if (bin_front_ptr != ptr_rec_ptr) {
56 ptr_rec_ptr->prev = bin_front_ptr;
57 ptr_rec_ptr->next = bin_front_ptr->next;
58 bin_front_ptr->next = ptr_rec_ptr;
75 ptr_record *bin_front_ptr, variable
83 if (bin_front_ptr->next) {
88 ptr_record *ptr_rec_ptr = bin_front_ptr->next;
101 head_ptr = PTR_REC_TO_HEAD(bin_front_ptr);
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 126 U(descriptor) *desc, ptr_record *bin_front_ptr, U(size_bau) n_baus); variable
  /external/libvpx/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 126 U(descriptor) *desc, ptr_record *bin_front_ptr, U(size_bau) n_baus); variable
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
hmm_intrnl.h 126 U(descriptor) *desc, ptr_record *bin_front_ptr, U(size_bau) n_baus); variable

Completed in 160 milliseconds