Searched refs:localRefcount (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/foundation/
H A DMediaBufferGroup.cpp86 const int localRefcount = buffer->localRefcount(); local
90 LOG_ALWAYS_FATAL_IF(localRefcount != 0,
91 "buffer(%p) localRefcount %d != 0, remoteRefcount %d",
92 buffer, localRefcount, remoteRefcount);
/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h105 // sum of localRefcount() and remoteRefcount()
107 return localRefcount() + remoteRefcount();
110 int localRefcount() const { function in class:android::MediaBuffer
/frameworks/av/media/libstagefright/foundation/include/
H A DMediaBuffer.h105 // sum of localRefcount() and remoteRefcount()
107 return localRefcount() + remoteRefcount();
110 int localRefcount() const { function in class:android::MediaBuffer
/frameworks/av/media/libstagefright/include/
H A DMediaBuffer.h105 // sum of localRefcount() and remoteRefcount()
107 return localRefcount() + remoteRefcount();
110 int localRefcount() const { function in class:android::MediaBuffer

Completed in 67 milliseconds