Home
last modified time | relevance | path

Searched refs:mStreamSlotCount (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/tests/camera2/
Dcamera2_utils.cpp38 mStreamSlotCount(0), in MetadataQueue()
89 if (mStreamSlotCount > 0) { in getBufferCount()
99 if (mStreamSlotCount == 0) { in dequeue()
106 mStreamSlotCount); in dequeue()
118 mCount = mStreamSlotCount; in dequeue()
150 mStreamSlotCount = 0; in setStreamSlot()
153 if (mStreamSlotCount > 1) { in setStreamSlot()
156 mStreamSlotCount = 1; in setStreamSlot()
158 if (mStreamSlotCount == 1) { in setStreamSlot()
163 mStreamSlotCount = 1; in setStreamSlot()
[all …]
Dcamera2_utils.h79 int mStreamSlotCount; variable