Home | History | Annotate | Download | only in src

Lines Matching refs:allocation

3030     DEBUG_PRINT_HIGH("\n Use i/p buffer case - Header List allocation");
3161 DEBUG_PRINT_HIGH("\n Use o/p buffer case - Header List allocation");
3194 * 5. Bitmask array to hold the buffer allocation details
3195 * In order to minimize the memory management entire allocation
3221 DEBUG_PRINT_LOW("Memory Allocation Succeeded for OUT port%p\n",m_out_mem_ptr);
3561 DEBUG_PRINT_ERROR("\n m_inp_heap_ptr Allocation failed ");
3572 DEBUG_PRINT_ERROR("\n h264_scratch.pBuffer Allocation failed ");
3582 DEBUG_PRINT_ERROR("\n parser utils Allocation failed ");
3678 DEBUG_PRINT_HIGH("\n Allocate i/p buffer case - Header List allocation");
3822 DEBUG_PRINT_HIGH("\n Allocate o/p buffer case - Header List allocation");
3915 DEBUG_PRINT_LOW("Memory Allocation Succeeded for OUT port%p\n",m_out_mem_ptr);
6188 struct pmem_allocation allocation;
6189 allocation.size = buffer_size;
6190 allocation.align = clip2(alignment);
6191 if (allocation.align < 4096)
6193 allocation.align = 4096;
6195 if (ioctl(pmem_fd, PMEM_ALLOCATE_ALIGNED, &allocation) < 0)