/hardware/google/graphics/common/libhwjpeg/ |
D | LibScalerForJpeg.cpp | 60 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()
|
D | LibScalerForJpeg.h | 51 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/ |
D | copybit_c2d.cpp | 336 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/ |
D | copybit_c2d.cpp | 343 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/ |
D | copybit_c2d.cpp | 338 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/ |
D | copybit_c2d.cpp | 344 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/ |
D | copybit_c2d.cpp | 347 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/ |
D | copybit_c2d.cpp | 347 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/ |
D | copybit_c2d.cpp | 347 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/ |
D | copybit_c2d.cpp | 347 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/ |
D | copybit_c2d.cpp | 347 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/ |
D | copybit_c2d.cpp | 345 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()
|