Home | History | Annotate | Download | only in camera

Lines Matching refs:mGetMemory

3093                camera_memory_t *previewMem = mGetMemory(frames[bufferIndex].fd, previewBufSize,
3096 ALOGE("%s: mGetMemory failed.\n", __func__);
4304 mRawMapped[cnt]=mGetMemory(mRawfd[cnt], mJpegMaxSize,1,mCallbackCookie);
4330 mJpegMapped[cnt]=mGetMemory(-1, mJpegMaxSize,1,mCallbackCookie);
4407 mRawSnapshotMapped=mGetMemory(mRawSnapshotfd,
4929 mPreviewMapped[cnt]= mGetMemory(handle->fd,handle->size,1,mCallbackCookie);
6118 mJpegLiveSnapMapped = mGetMemory(-1, mJpegMaxSize,1,mCallbackCookie);
6277 mStatsMapped[cnt]=mGetMemory(-1, mStatSize,1,mCallbackCookie);
6969 mRecordMapped[cnt]=mGetMemory(mRecordfd[cnt], mRecordFrameSize,1,mCallbackCookie);
7113 metadata_memory[cnt] = mGetMemory(-1, sizeof(struct encoder_media_buffer_type), 1, mCallbackCookie);
7161 metadata_memory[cnt] = mGetMemory(-1, sizeof(struct encoder_media_buffer_type), 1, mCallbackCookie);
7732 mJpegCopyMapped = mGetMemory(-1, encoded_buffer->filled_size,1, mCallbackCookie);
7734 ALOGE("%s: mGetMemory failed.\n", __func__);
9680 mGetMemory = get_memory;