/hardware/libhardware/modules/usbcamera/ |
H A D | Metadata.cpp | 126 size_t size = calculate_camera_metadata_entry_data_size(tag_type, count); local 128 size_t data_capacity = get_camera_metadata_data_count(mData) + size;
|
/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioUtil.cpp | 138 long size = ftell(fpaudiocaps); local 139 ALOGV("audiocaps size is %ld\n",size); 140 data = (unsigned char*) malloc(size); 144 fread(data, 1, size, fpaudiocaps); 218 long size = ftell(fpspkrfile); local 219 ALOGV("fpspkrfile size is %ld\n",size); 220 data = (unsigned char*)malloc(size); 224 fread(data,1,size,fpspkrfil [all...] |
/hardware/qcom/display/msm8084/liboverlay/ |
H A D | overlayRotator.h | 45 rotator memory to be always max size, irrespctive of source resolution then 55 uint32_t size() const { return mem.bufSz(); } function in struct:overlay::RotMem 138 /* Calculates the rotator's o/p buffer size post the transform calcs and 190 /* Calculates the rotator's o/p buffer size post the transform calcs and 193 // Calculate the compressed o/p buffer size for BWC 223 * Expects a NULL terminated buffer of big enough size.
|
H A D | overlayWriteback.cpp | 39 bool WritebackMem::manageMem(uint32_t size, bool isSecure) { argument 40 if(mBuf.bufSz() == size) { 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { argument 53 if(!mBuf.open(NUM_BUFS, size, isSecure)){ 64 mOffsets[i] = i * size; 139 bool Writeback::configureMemory(uint32_t size) { argument 140 if(!mWbMem.manageMem(size, mSecure)) {
|
/hardware/qcom/display/msm8226/liboverlay/ |
H A D | overlayRotator.h | 45 rotator memory to be always max size, irrespctive of source resolution then 55 uint32_t size() const { return mem.bufSz(); } function in struct:overlay::RotMem 145 /* Calculates the rotator's o/p buffer size post the transform calcs and 199 /* Calculates the rotator's o/p buffer size post the transform calcs and 202 // Calculate the compressed o/p buffer size for BWC 239 * Expects a NULL terminated buffer of big enough size.
|
H A D | overlayWriteback.cpp | 39 bool WritebackMem::manageMem(uint32_t size, bool isSecure) { argument 40 if(mBuf.bufSz() == size) { 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { argument 53 if(!mBuf.open(NUM_BUFS, size, isSecure)){ 64 mOffsets[i] = i * size; 139 bool Writeback::configureMemory(uint32_t size) { argument 140 if(!mWbMem.manageMem(size, mSecure)) {
|
/hardware/qcom/display/msm8909/liboverlay/ |
H A D | overlayRotator.h | 44 rotator memory to be always max size, irrespctive of source resolution then 54 uint32_t size() const { return mem.bufSz(); } function in struct:overlay::RotMem 169 /* Calculates the rotator's o/p buffer size post the transform calcs and 241 /* Calculates the rotator's o/p buffer size post the transform calcs and 244 // Calculate the compressed o/p buffer size for BWC 302 * Expects a NULL terminated buffer of big enough size.
|
H A D | overlayWriteback.cpp | 39 bool WritebackMem::manageMem(uint32_t size, bool isSecure) { argument 40 if(mBuf.bufSz() == size) { 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { argument 53 if(!mBuf.open(NUM_BUFS, size, isSecure)){ 64 mOffsets[i] = i * size; 143 bool Writeback::configureMemory(uint32_t size) { argument 144 if(!mWbMem.manageMem(size, mSecure)) {
|
/hardware/qcom/display/msm8960/liboverlay/ |
H A D | overlayRotator.h | 44 rotator memory to be always max size, irrespctive of source resolution then 57 uint32_t size() const { return m.bufSz(); } function in struct:overlay::RotMem::Mem 152 /* Calculates the rotator's o/p buffer size post the transform calcs and 206 /* Calculates the rotator's o/p buffer size post the transform calcs and 237 * Expects a NULL terminated buffer of big enough size.
|
/hardware/qcom/display/msm8994/liboverlay/ |
H A D | overlayRotator.h | 44 rotator memory to be always max size, irrespctive of source resolution then 54 uint32_t size() const { return mem.bufSz(); } function in struct:overlay::RotMem 169 /* Calculates the rotator's o/p buffer size post the transform calcs and 241 /* Calculates the rotator's o/p buffer size post the transform calcs and 244 // Calculate the compressed o/p buffer size for BWC 302 * Expects a NULL terminated buffer of big enough size.
|
H A D | overlayWriteback.cpp | 39 bool WritebackMem::manageMem(uint32_t size, bool isSecure) { argument 40 if(mBuf.bufSz() == size) { 49 return alloc(size, isSecure); 52 bool WritebackMem::alloc(uint32_t size, bool isSecure) { argument 53 if(!mBuf.open(NUM_BUFS, size, isSecure)){ 64 mOffsets[i] = i * size; 143 bool Writeback::configureMemory(uint32_t size) { argument 144 if(!mWbMem.manageMem(size, mSecure)) {
|
/hardware/qcom/display/msm8996/libqdutils/ |
H A D | qd_utils.cpp | 139 int size; local 159 size = (int)read(edidFile, (char*)buffer, EDID_RAW_DATA_SIZE); 161 return size;
|
/hardware/qcom/gps/msm8998/location/ |
H A D | location_interface.h | 35 size_t size; member in struct:GnssInterface 59 size_t size; member in struct:FlpInterface 76 size_t size; member in struct:GeofenceInterface
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/ |
H A D | Map.h | 57 int size(); 129 int Map<T,T2>::size() function in class:Map
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/ |
H A D | Map.h | 60 int size(); 133 int Map<T,T2>::size() function in class:Map
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/ |
H A D | Map.h | 59 int size(); 132 int Map<T,T2>::size() function in class:Map
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/ |
H A D | vidc_debug.h | 80 ALOGE("Insufficient object size(%u) v/s expected(%zu) for type %s",\ 101 int size; member in class:AutoUnmap 104 AutoUnmap(void *vaddr, int size) { argument 106 this->size = size; 111 munmap(vaddr, size);
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/ |
H A D | Map.h | 59 int size(); 132 int Map<T,T2>::size() function in class:Map
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
H A D | msm_thermal_ioctl.h | 46 uint32_t size; member in struct:msm_thermal_ioctl
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
H A D | msm_thermal_ioctl.h | 51 uint32_t size; member in struct:msm_thermal_ioctl
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
H A D | msm_thermal_ioctl.h | 46 uint32_t size; member in struct:msm_thermal_ioctl
|
/hardware/qcom/msm8996/kernel-headers/sound/ |
H A D | devdep_params.h | 67 uint32_t size; member in struct:dts_eagle_param_desc
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
H A D | msm_thermal_ioctl.h | 51 uint32_t size; member in struct:msm_thermal_ioctl
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
H A D | devdep_params.h | 64 uint32_t size; member in struct:dts_eagle_param_desc
|
/hardware/qcom/msm8x09/kernel-headers/linux/ |
H A D | msm_thermal_ioctl.h | 46 uint32_t size; member in struct:msm_thermal_ioctl
|