OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mRecordingHeap
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/api1/client2/
StreamingProcessor.h
117
sp<camera2::Camera2Heap>
mRecordingHeap
;
StreamingProcessor.cpp
252
if (
mRecordingHeap
!= 0) {
253
mRecordingHeap
.clear();
659
if (
mRecordingHeap
== 0) {
665
mRecordingHeap
= new Camera2Heap(bufferSize, mRecordingHeapCount,
667
if (
mRecordingHeap
->mHeap->getSize() == 0) {
705
mRecordingHeap
->mBuffers[heapIdx]->getMemory(&offset,
716
recordingHeap =
mRecordingHeap
;
741
if (heap->getHeapID() !=
mRecordingHeap
->mHeap->getHeapID()) {
744
heap->getHeapID(),
mRecordingHeap
->mHeap->getHeapID());
Completed in 145 milliseconds