Searched refs:remoteRefcount (Results 1 – 3 of 3) sorted by relevance
87 return localRefcount() + remoteRefcount(); in refcount()95 virtual int remoteRefcount() const { in remoteRefcount() function98 int32_t remoteRefcount = in remoteRefcount() local101 return remoteRefcount >= 0 ? remoteRefcount : 0; // do not allow corrupted data. in remoteRefcount()
76 virtual int remoteRefcount() const = 0;
108 const int remoteRefcount = buffer->remoteRefcount(); in ~MediaBufferGroup() local113 buffer, localRefcount, remoteRefcount); in ~MediaBufferGroup()121 buffer, remoteRefcount); in ~MediaBufferGroup()