Lines Matching refs:mem
474 void CameraClient::releaseRecordingFrame(const sp<IMemory>& mem) { in releaseRecordingFrame() argument
477 mHardware->releaseRecordingFrame(mem); in releaseRecordingFrame()
818 const sp<IMemory>& mem, in handlePreviewData() argument
822 sp<IMemoryHeap> heap = mem->getMemory(&offset, &size); in handlePreviewData()
855 c->dataCallback(msgType, mem, metadata); in handlePreviewData()
863 void CameraClient::handlePostview(const sp<IMemory>& mem) { in handlePostview() argument
869 c->dataCallback(CAMERA_MSG_POSTVIEW_FRAME, mem, NULL); in handlePostview()
874 void CameraClient::handleRawPicture(const sp<IMemory>& mem) { in handleRawPicture() argument
879 sp<IMemoryHeap> heap = mem->getMemory(&offset, &size); in handleRawPicture()
884 c->dataCallback(CAMERA_MSG_RAW_IMAGE, mem, NULL); in handleRawPicture()
889 void CameraClient::handleCompressedPicture(const sp<IMemory>& mem) { in handleCompressedPicture() argument
895 c->dataCallback(CAMERA_MSG_COMPRESSED_IMAGE, mem, NULL); in handleCompressedPicture()