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 | 43 StreamSetKey streamSetKey = {streamInfo.streamSetId, streamInfo.isMultiRes}; in registerStream() 125 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in unregisterStream() 164 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in notifyBufferRemoved() 172 int streamId, StreamSetKey streamSetKey) { in checkAndFreeBufferOnOtherStreamsLocked() 253 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in getBufferForStream() 355 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in onBufferReleased() 416 StreamSetKey streamSetKey = {streamSetId, isMultiRes}; in onBuffersRemoved() 489 StreamSetKey streamSetKey) const { in checkIfStreamRegisteredLocked()
|