Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaBuffer.h87 return localRefcount() + remoteRefcount(); in refcount()
95 virtual int remoteRefcount() const { in remoteRefcount() function
98 int32_t remoteRefcount = in remoteRefcount() local
101 return remoteRefcount >= 0 ? remoteRefcount : 0; // do not allow corrupted data. in remoteRefcount()
DMediaBufferBase.h76 virtual int remoteRefcount() const = 0;
/frameworks/av/media/libstagefright/foundation/
DMediaBufferGroup.cpp108 const int remoteRefcount = buffer->remoteRefcount(); in ~MediaBufferGroup() local
113 buffer, localRefcount, remoteRefcount); in ~MediaBufferGroup()
121 buffer, remoteRefcount); in ~MediaBufferGroup()