Home | History | Annotate | Download | only in encode

Lines Matching refs:mmap_size

1698     int frame_size, mmap_size;
1709 mmap_size = (frame_size + (frame_start & 0xfff) + 0xfff) & (~0xfff);
1710 mmap_ptr = mmap(0, mmap_size, PROT_READ, MAP_SHARED,
1740 munmap(mmap_ptr, mmap_size);