Searched refs:malloc (Results 276 - 300 of 448) sorted by relevance

<<1112131415161718

/hardware/qcom/display/msm8996/libgralloc/
H A Dframebuffer.cpp410 fb_context_t *dev = (fb_context_t*)malloc(sizeof(*dev));
/hardware/ril/reference-ril/
H A Datchannel.c120 p_new = (ATLine *) malloc(sizeof(ATLine));
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
H A DOMX_G729Enc_Utils.h226 _pStruct_ = (_sName_*)malloc(sizeof(_sName_)); \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
H A DOMX_JpegDec_Utils.h136 _pStruct_ = malloc(_size_); \
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/inc/
H A DOMX_JpegEnc_Utils.h164 _pStruct_ = malloc(_size_); \
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
H A DOMX_Core.c261 *pHandle = malloc(sizeof(OMX_COMPONENTTYPE));
264 ALOGE("%d:: malloc of pHandle* failed\n", __LINE__);
298 /* cover the case where we error out before malloc'd */
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXFD.cpp330 faces = ( camera_face_t * ) malloc(sizeof(camera_face_t)*faceData->ulFaceCount);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dwifi_logger.cpp696 mBuff = (char *)malloc(mBuffSize + buffer_size);
834 mBuff = (char *)malloc(mBuffSize);
/hardware/bsp/intel/peripheral/libmraa/src/glob/
H A Dglob.c902 malloc(newsize);
918 if ((copy = malloc(len)) != NULL) {
/hardware/intel/common/libva/va/glx/
H A Dva_glx_impl.c339 cs = malloc(sizeof(*cs));
745 pSurfaceGLX = malloc(sizeof(*pSurfaceGLX));
/hardware/intel/common/libwsbm/src/
H A Dwsbm_manager.c277 list->hashTable = malloc(list->hashSize * sizeof(*list->hashTable));
761 newBuf = malloc(sizeof(*newBuf));
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoDecoderVP9HWR.cpp215 extMIDs[i] = (vaapiMemId*)malloc(sizeof(vaapiMemId));
235 extMIDs[i]->m_usrAddr = (unsigned char*)malloc(sizeof(unsigned char) *
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dy4minput.c874 _y4m->dst_buf = (unsigned char *)malloc(_y4m->dst_buf_sz);
875 _y4m->aux_buf = (unsigned char *)malloc(_y4m->aux_buf_sz);
/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp75 VAEntrypoint * entrypoints = (VAEntrypoint *)malloc(num_entrypoints * sizeof(VAEntrypoint));
77 ALOGE("failed to malloc entrypoints array\n");
671 mForwardReferences = (VASurfaceID*)malloc(mNumForwardReferences * sizeof(VASurfaceID));
/hardware/intel/img/psb_video/src/
H A Dtng_hostair.c32 #include <malloc.h>
46 ctx->sAirInfo.pi8AIR_Table = (IMG_INT8 *)malloc(ui32MbNum);
/hardware/libhardware/modules/soundtrigger/
H A Dsound_trigger_hw.c629 model_context = malloc(sizeof(struct recognition_context));
752 model_context->config = malloc(sizeof(*config));
/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhw_ar3k.c137 hci_event = (uint8_t *)malloc(PS_EVENT_LEN);
615 tag->data = (uint8_t *)malloc(byte_count);
H A Dhw_rome.c693 phdr_buffer = (unsigned char *) malloc(PATCH_HDR_LEN + 1);
724 pdata_buffer = (unsigned char *) malloc(size+1);
840 pdata_buffer = (unsigned char*) malloc (sizeof(char)*fileSize);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhw_ar3k.c137 hci_event = (uint8_t *)malloc(PS_EVENT_LEN);
615 tag->data = (uint8_t *)malloc(byte_count);
H A Dhw_rome.c675 phdr_buffer = (unsigned char *) malloc(PATCH_HDR_LEN + 1);
706 pdata_buffer = (unsigned char *) malloc(size+1);
822 pdata_buffer = (unsigned char*) malloc (sizeof(char)*fileSize);
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhw_ar3k.c137 hci_event = (uint8_t *)malloc(PS_EVENT_LEN);
615 tag->data = (uint8_t *)malloc(byte_count);
H A Dhw_rome.c675 phdr_buffer = (unsigned char *) malloc(PATCH_HDR_LEN + 1);
706 pdata_buffer = (unsigned char *) malloc(size+1);
822 pdata_buffer = (unsigned char*) malloc (sizeof(char)*fileSize);
/hardware/qcom/media/msm8974/libc2dcolorconvert/
H A DC2DColorConverter.cpp279 C2D_YUV_SURFACE_DEF * surfaceDef = (C2D_YUV_SURFACE_DEF *)malloc(sizeof(C2D_YUV_SURFACE_DEF));
303 C2D_RGB_SURFACE_DEF * surfaceDef = (C2D_RGB_SURFACE_DEF *)malloc(sizeof(C2D_RGB_SURFACE_DEF));
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
H A Dmm_jpeg.c2031 (mm_jpeg_job_q_node_t *)malloc(sizeof(mm_jpeg_job_q_node_t));
2411 node = (mm_jpeg_job_q_node_t *)malloc(sizeof(mm_jpeg_job_q_node_t));
2519 p_session->meta_enc_key = (uint8_t *) malloc((file_size + 1) * sizeof(uint8_t));
2605 p_session_handle_q = (mm_jpeg_queue_t *) malloc(sizeof(*p_session_handle_q));
2618 p_out_buf_q = (mm_jpeg_queue_t *) malloc(sizeof(*p_out_buf_q));
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/
H A DWmaDecTest.c118 #define newmalloc(x) malloc(x)
1889 p = malloc(size);
1956 /*i value is fixed by the number calls to malloc in the App */
2023 /*i value is fixed by the number calls to malloc in the App */
2058 OMX_U8* tempBuffer= malloc(75);

Completed in 1060 milliseconds

<<1112131415161718