Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp46 StreamSetKey streamSetKey = {streamInfo.streamSetId, streamInfo.isMultiRes}; in registerStream() local
49 streamSetKey.id == CAMERA3_STREAM_SET_ID_INVALID) { in registerStream()
51 __FUNCTION__, streamId, streamSetKey.id); in registerStream()
56 __FUNCTION__, streamId, streamSetKey.id, streamInfo.totalBufferCount); in registerStream()
91 ssize_t setIdx = mStreamSetMap.indexOfKey(streamSetKey); in registerStream()
94 __FUNCTION__, streamSetKey.id, streamSetKey.isMultiRes); in registerStream()
97 setIdx = mStreamSetMap.add(streamSetKey, newStreamSet); in registerStream()
104 __FUNCTION__, streamId, streamSetKey.id, streamSetKey.isMultiRes); in registerStream()
128 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in unregisterStream() local
129 if (!checkIfStreamRegisteredLocked(streamId, streamSetKey)){ in unregisterStream()
[all …]
DCamera3BufferManager.h320 bool checkIfStreamRegisteredLocked(int streamId, StreamSetKey streamSetKey) const;
326 status_t checkAndFreeBufferOnOtherStreamsLocked(int streamId, StreamSetKey streamSetKey);