Searched defs:size (Results 126 - 150 of 575) sorted by relevance

1234567891011>>

/hardware/libhardware/modules/usbcamera/
H A DMetadata.cpp126 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 DAudioUtil.cpp138 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 DoverlayRotator.h45 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 DoverlayWriteback.cpp39 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 DoverlayRotator.h45 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 DoverlayWriteback.cpp39 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 DoverlayRotator.h44 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 DoverlayWriteback.cpp39 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 DoverlayRotator.h44 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 DoverlayRotator.h44 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 DoverlayWriteback.cpp39 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 Dqd_utils.cpp139 int size; local
159 size = (int)read(edidFile, (char*)buffer, EDID_RAW_DATA_SIZE);
161 return size;
/hardware/qcom/gps/msm8998/location/
H A Dlocation_interface.h35 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 DMap.h57 int size();
129 int Map<T,T2>::size() function in class:Map
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h60 int size();
133 int Map<T,T2>::size() function in class:Map
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A DMap.h59 int size();
132 int Map<T,T2>::size() function in class:Map
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_debug.h80 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 DMap.h59 int size();
132 int Map<T,T2>::size() function in class:Map
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_thermal_ioctl.h46 uint32_t size; member in struct:msm_thermal_ioctl
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_thermal_ioctl.h51 uint32_t size; member in struct:msm_thermal_ioctl
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_thermal_ioctl.h46 uint32_t size; member in struct:msm_thermal_ioctl
/hardware/qcom/msm8996/kernel-headers/sound/
H A Ddevdep_params.h67 uint32_t size; member in struct:dts_eagle_param_desc
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_thermal_ioctl.h51 uint32_t size; member in struct:msm_thermal_ioctl
/hardware/qcom/msm8996/original-kernel-headers/sound/
H A Ddevdep_params.h64 uint32_t size; member in struct:dts_eagle_param_desc
/hardware/qcom/msm8x09/kernel-headers/linux/
H A Dmsm_thermal_ioctl.h46 uint32_t size; member in struct:msm_thermal_ioctl

Completed in 371 milliseconds

1234567891011>>