Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3BufferManager.cpp43 StreamSetKey streamSetKey = {streamInfo.streamSetId, streamInfo.isMultiRes}; in registerStream() local
46 streamSetKey.id == CAMERA3_STREAM_SET_ID_INVALID) { in registerStream()
48 __FUNCTION__, streamId, streamSetKey.id); in registerStream()
53 __FUNCTION__, streamId, streamSetKey.id, streamInfo.totalBufferCount); in registerStream()
88 ssize_t setIdx = mStreamSetMap.indexOfKey(streamSetKey); in registerStream()
91 __FUNCTION__, streamSetKey.id, streamSetKey.isMultiRes); in registerStream()
94 setIdx = mStreamSetMap.add(streamSetKey, newStreamSet); in registerStream()
101 __FUNCTION__, streamId, streamSetKey.id, streamSetKey.isMultiRes); in registerStream()
125 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in unregisterStream() local
126 if (!checkIfStreamRegisteredLocked(streamId, streamSetKey)){ in unregisterStream()
[all …]
DCamera3BufferManager.h320 bool checkIfStreamRegisteredLocked(int streamId, StreamSetKey streamSetKey) const;
326 status_t checkAndFreeBufferOnOtherStreamsLocked(int streamId, StreamSetKey streamSetKey);