Home | History | Annotate | Download | only in HAL

Lines Matching defs:mem

1352     QCameraMemory *mem = NULL;
1360 mem = new QCameraStreamMemory(mGetMemory, bCachedMem);
1370 mem = grallocMemory;
1384 mem = grallocMemory;
1392 mem = new QCameraStreamMemory(mGetMemory, bCachedMem);
1397 property_get("persist.camera.mem.usecache", value, "1");
1402 mem = new QCameraVideoMemory(mGetMemory, bCachedMem);
1410 if (!mem) {
1415 rc = mem->allocate(bufferCnt, size);
1417 delete mem;
1420 bufferCnt = mem->getCnt();
1422 return mem;
2701 ALOGE("%s: no mem for stream info buf", __func__);
2746 ALOGE("%s: no mem for preview channel", __func__);
2809 ALOGE("%s: no mem for video channel", __func__);
2860 ALOGE("%s: no mem for snapshot channel", __func__);
2908 ALOGE("%s: no mem for raw channel", __func__);
2966 ALOGE("%s: no mem for ZSL channel", __func__);
3048 ALOGE("%s: no mem for capture channel", __func__);
3122 ALOGE("%s: no mem for metadata channel", __func__);
3172 ALOGE("%s: no mem for reprocess channel", __func__);
3262 ALOGE("%s: no mem for reprocess channel", __func__);
3275 ALOGE("%s: no mem for stream info buf", __func__);
3684 camera_memory_t *mem = ( camera_memory_t * ) data;
3685 if ( NULL != mem ) {
3686 mem->release(mem);