Searched refs:mRawSnapshotMapped (Results 1 – 2 of 2) sorted by relevance
1442 mRawSnapshotMapped = NULL; in QualcommCameraHardware()4404 mRawSnapshotMapped=mGetMemory(mRawSnapshotfd, in createSnapshotMemory()4408 if(mRawSnapshotMapped == NULL) { in createSnapshotMemory()4413 …mRawSnapshotMapped->data ,mRawSnapshotMapped->handle, mRawSnapshotMapped->size, mRawSnapshotMapped… in createSnapshotMemory()4424 (uint8_t *)mRawSnapshotMapped->data, in createSnapshotMemory()4648 if(mRawSnapshotMapped) { in deinitRawSnapshot()4655 (uint8_t *)mRawSnapshotMapped->data, in deinitRawSnapshot()4659 mRawSnapshotMapped->release(mRawSnapshotMapped); in deinitRawSnapshot()4660 mRawSnapshotMapped = NULL; in deinitRawSnapshot()7676 mRawSnapshotMapped, in receiveRawPicture()
558 camera_memory_t *mRawSnapshotMapped; variable