Searched refs:remoteRefcount (Results 1 – 3 of 3) sorted by relevance
91 return localRefcount() + remoteRefcount(); in refcount()99 virtual int remoteRefcount() const { in remoteRefcount() function106 int32_t remoteRefcount = in remoteRefcount() local108 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()