Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaBuffer.h107 return localRefcount() + remoteRefcount(); in refcount()
114 int remoteRefcount() const { in remoteRefcount() function
116 int32_t remoteRefcount = in remoteRefcount() local
119 return remoteRefcount >= 0 ? remoteRefcount : 0; // do not allow corrupted data. in remoteRefcount()
/frameworks/av/media/libstagefright/foundation/
DMediaBufferGroup.cpp87 const int remoteRefcount = buffer->remoteRefcount(); in ~MediaBufferGroup() local
92 buffer, localRefcount, remoteRefcount); in ~MediaBufferGroup()
100 buffer, remoteRefcount); in ~MediaBufferGroup()