Searched refs:StreamSetKey (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/services/camera/libcameraservice/device3/ |
D | Camera3BufferManager.h | 296 struct StreamSetKey { struct 304 inline bool operator<(const StreamSetKey& other) const { argument 309 KeyedVector<StreamSetKey, StreamSet> mStreamSetMap; 320 bool checkIfStreamRegisteredLocked(int streamId, StreamSetKey streamSetKey) const; 326 status_t checkAndFreeBufferOnOtherStreamsLocked(int streamId, StreamSetKey streamSetKey);
|
D | Camera3BufferManager.cpp | 46 StreamSetKey streamSetKey = {streamInfo.streamSetId, streamInfo.isMultiRes}; in registerStream() 128 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in unregisterStream() 167 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in notifyBufferRemoved() 175 int streamId, StreamSetKey streamSetKey) { in checkAndFreeBufferOnOtherStreamsLocked() 256 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in getBufferForStream() 358 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in onBufferReleased() 419 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in onBuffersRemoved() 493 StreamSetKey streamSetKey) const { in checkIfStreamRegisteredLocked()
|