HomeSort by relevance Sort by last modified time
    Searched refs:localRefcount (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/foundation/
MediaBufferGroup.cpp 86 const int localRefcount = buffer->localRefcount();
90 LOG_ALWAYS_FATAL_IF(localRefcount != 0,
91 "buffer(%p) localRefcount %d != 0, remoteRefcount %d",
92 buffer, localRefcount, remoteRefcount);
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaBuffer.h 105 // sum of localRefcount() and remoteRefcount()
107 return localRefcount() + remoteRefcount();
110 int localRefcount() const {

Completed in 232 milliseconds