Home | History | Annotate | Download | only in HAL

Lines Matching defs:memory

78         ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
131 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
215 ALOGE("%s: Error allocating memory to save received_frame structure.", __func__);
252 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info;
259 if (memory == NULL) {
260 ALOGE("%s: Invalid memory object", __func__);
288 int dequeuedIdx = memory->displayBuffer(idx);
289 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
322 if(previewBufSize != memory->getSize(idx)) {
323 previewMem = pme->mGetMemory(memory->getFd(idx),
331 data = memory->getMemory(idx, false);
333 data = memory->getMemory(idx, false);
454 QCameraGrallocMemory *memory = (QCameraGrallocMemory *)super_frame->bufs[0]->mem_info;
461 if (memory == NULL) {
462 ALOGE("%s: Invalid memory object", __func__);
483 int dequeuedIdx = memory->displayBuffer(frame->buf_idx);
484 if (dequeuedIdx < 0 || dequeuedIdx >= memory->getCnt()) {
714 ALOGE("%s: No memory for qcamera_sm_internal_evt_payload_t", __func__);
742 ALOGE("%s: No memory for qcamera_sm_internal_evt_payload_t", __func__);