Searched refs:malloc (Results 176 - 200 of 448) sorted by relevance

1234567891011>>

/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
H A DOMX_G711Enc_Utils.h186 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
198 _ptr_ = (_name_ *)malloc(_size_); \
/hardware/ti/omap4xxx/camera/
H A DCameraHal_Module.cpp518 camera_device = (ti_camera_device_t*)malloc(sizeof(*camera_device));
526 camera_ops = (camera_device_ops_t*)malloc(sizeof(*camera_ops));
/hardware/bsp/intel/peripheral/libmraa/examples/
H A Dmraa-i2c.c254 arg = malloc(strlen(str) + 1);
/hardware/bsp/intel/soc/common/bootctrl/
H A Dbootctrl.c152 ptr = buf = malloc(size);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dargs.c95 char **new_argv = malloc((argc + 1) * sizeof(*argv));
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
H A Dvpx_image.c25 addr = malloc(size + align - 1 + ADDRESS_STORAGE_SIZE);
29 /* save the actual malloc address */
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dportvideo.cpp154 privateinfoparam.nHolder = (OMX_PTR)malloc(sizeof(OMX_U32) * (p->nCapacity));
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dlist.c36 new = malloc(sizeof(struct list));
H A Dmodule.c139 new = malloc(sizeof(*new));
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp295 dev = (gralloc_context_t*)malloc(sizeof(*dev));
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraPostProc.cpp669 m_pJpegOutputMem[i] = malloc(out_size);
745 qcamera_data_argm_t *data_cb = (qcamera_data_argm_t *)malloc(sizeof(qcamera_data_argm_t));
853 mBufDefs = (mm_camera_buf_def_t *)malloc(bufDefsSize);
952 (qcamera_pp_data_t *)malloc(sizeof(qcamera_pp_data_t));
1022 (qcamera_jpeg_data_t *)malloc(sizeof(qcamera_jpeg_data_t));
1110 qcamera_jpeg_evt_payload_t *saveData = ( qcamera_jpeg_evt_payload_t * ) malloc(sizeof(qcamera_jpeg_evt_payload_t));
1378 (qcamera_jpeg_data_t *)malloc(sizeof(qcamera_jpeg_data_t));
2423 (mm_jpeg_debug_exif_params_t *) malloc (sizeof(mm_jpeg_debug_exif_params_t));
3506 uint8_t *values = (uint8_t *)malloc(count);
3522 str = (char *)malloc(coun
[all...]
/hardware/qcom/display/msm8084/liblight/
H A Dlights.c273 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
/hardware/qcom/display/msm8226/liblight/
H A Dlights.c292 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
/hardware/qcom/display/msm8909/liblight/
H A Dlights.c321 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
/hardware/qcom/display/msm8996/liblight/
H A Dlights.c302 struct light_device_t *dev = malloc(sizeof(struct light_device_t));
/hardware/qcom/gps/msm8084/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element));
H A Dloc_cfg.cpp331 char* conf_copy = (char*)malloc(length+1);
/hardware/qcom/gps/msm8909/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element));
H A Dloc_cfg.cpp331 char* conf_copy = (char*)malloc(length+1);
/hardware/qcom/gps/msm8960/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element));
/hardware/qcom/gps/msm8994/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element));
H A Dloc_cfg.cpp331 char* conf_copy = (char*)malloc(length+1);
/hardware/qcom/gps/msm8996/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element));
H A Dloc_cfg.cpp331 char* conf_copy = (char*)malloc(length+1);
/hardware/qcom/gps/utils/
H A Dlinked_list.c126 list_element* elem = (list_element*)malloc(sizeof(list_element));

Completed in 731 milliseconds

1234567891011>>