Home
last modified time | relevance | path

Searched refs:clp2 (Results 1 – 5 of 5) sorted by relevance

/hardware/msm7k/libgralloc-qsd8k/
Dpmemalloc.cpp250 static unsigned clp2(unsigned x) { in clp2() function
280 size = clp2(size); in alloc_pmem_buffer()
308 size = clp2(size); in free_pmem_buffer()
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c51 static unsigned clp2(unsigned x) in clp2() function
580 ptemp [i]->pbuffer = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE, in allocate_buffer()
591 ptemp [i]->maped_size = clp2 (buffersize); in allocate_buffer()
/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c55 static unsigned clp2(unsigned x) in clp2() function
567 ptemp [i]->bufferaddr = mmap(NULL,clp2(buffersize),PROT_READ|PROT_WRITE, in allocate_buffer()
578 ptemp [i]->mmaped_size = clp2 (buffersize); in allocate_buffer()
/hardware/msm7k/libcamera/
DQualcommCameraHardware.cpp1978 static unsigned clp2(unsigned x) { in clp2() function
2063 mAlignedSize = clp2(buffer_size * num_buffers); in PmemPool()
/hardware/qcom/camera/
DQualcommCameraHardware.cpp349 static inline unsigned clp2(unsigned x) in clp2() function