Home
last modified time | relevance | path

Searched refs:memtype (Results 1 – 12 of 12) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/
DLibScalerForJpeg.cpp60 bool LibScalerForJpeg::Image::begin(unsigned int memtype) { in begin() argument
61 if (memoryType != memtype) { in begin()
66 if (!mDevice.requestBuffers(bufferType, memtype, 1)) return false; in begin()
70 memoryType = memtype; in begin()
93 bool LibScalerForJpeg::Device::requestBuffers(unsigned int buftype, unsigned int memtype, in requestBuffers() argument
102 reqbufs.memory = memtype; in requestBuffers()
106 ALOGERR("failed REQBUFS(%s, mem=%d, count=%d)", getBufTypeString(buftype), memtype, count); in requestBuffers()
220 bool LibScalerForJpeg::Device::dequeueBuffer(unsigned int buftype, unsigned int memtype) { in dequeueBuffer() argument
227 buffer.memory = memtype; in dequeueBuffer()
DLibScalerForJpeg.h51 bool requestBuffers(unsigned int buftype, unsigned int memtype, unsigned int count);
62 bool dequeueBuffer(unsigned int buftype, unsigned int memtype);
78 bool begin(unsigned int memtype);
/hardware/qcom/display/msm8960/libcopybit/
Dcopybit_c2d.cpp336 uint32 memtype, *gpuaddr; in c2d_get_gpuaddr() local
344 memtype = KGSL_USER_MEM_TYPE_PMEM; in c2d_get_gpuaddr()
346 memtype = KGSL_USER_MEM_TYPE_ASHMEM; in c2d_get_gpuaddr()
348 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
355 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/display/msm8226/libcopybit/
Dcopybit_c2d.cpp343 uint32 memtype; in c2d_get_gpuaddr() local
354 memtype = KGSL_USER_MEM_TYPE_PMEM; in c2d_get_gpuaddr()
356 memtype = KGSL_USER_MEM_TYPE_ASHMEM; in c2d_get_gpuaddr()
358 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
376 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/display/msm8084/libcopybit/
Dcopybit_c2d.cpp338 uint32 memtype; in c2d_get_gpuaddr() local
349 memtype = KGSL_USER_MEM_TYPE_PMEM; in c2d_get_gpuaddr()
351 memtype = KGSL_USER_MEM_TYPE_ASHMEM; in c2d_get_gpuaddr()
353 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
371 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/display/msm8994/libcopybit/
Dcopybit_c2d.cpp344 uint32 memtype; in c2d_get_gpuaddr() local
355 memtype = KGSL_USER_MEM_TYPE_PMEM; in c2d_get_gpuaddr()
357 memtype = KGSL_USER_MEM_TYPE_ASHMEM; in c2d_get_gpuaddr()
359 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
377 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/display/msm8996/libcopybit/
Dcopybit_c2d.cpp347 uint32 memtype; in c2d_get_gpuaddr() local
357 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
375 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/display/msm8909/libcopybit/
Dcopybit_c2d.cpp347 uint32 memtype; in c2d_get_gpuaddr() local
357 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
375 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/sm7250/display/libcopybit/
Dcopybit_c2d.cpp347 uint32 memtype; in c2d_get_gpuaddr() local
357 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
375 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/sm8150/display/libcopybit/
Dcopybit_c2d.cpp347 uint32 memtype; in c2d_get_gpuaddr() local
357 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
375 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/display/msm8909w_3100/libcopybit/
Dcopybit_c2d.cpp347 uint32 memtype; in c2d_get_gpuaddr() local
357 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
375 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()
/hardware/qcom/display/msm8998/libcopybit/
Dcopybit_c2d.cpp345 uint32 memtype; in c2d_get_gpuaddr() local
355 memtype = KGSL_USER_MEM_TYPE_ION; in c2d_get_gpuaddr()
373 handle->offset, memtype, (void**)&gpuaddr); in c2d_get_gpuaddr()