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

  /frameworks/av/media/libstagefright/include/foundation/
MediaBufferBase.h 28 virtual void add_ref() = 0;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 261 unsigned add_ref() function in struct:refcnt_t
333 unsigned add_ref() function in struct:dual_refcnt_t
335 //printf("%p add_ref at %u %u\n", this, atomic_refcnt, nonatomic_refcnt);
391 inline ULONG add_ref() function in struct:GalliumComObject
393 return refcnt.add_ref();
439 return add_ref();
471 return BaseClass::add_ref();
522 void add_ref() {Traits::add_ref(p);} function in struct:refcnt_ptr
553 add_ref();
601 static void add_ref(void* p) {} function in struct:simple_ptr_traits
607 static void add_ref(void* p) function in struct:com_ptr_traits
    [all...]
  /external/e2fsprogs/lib/ext2fs/
irel.h 65 errcode_t (*add_ref)(ext2_irel irel, ext2_ino_t ino, member in struct:ext2_inode_relocation_table
109 #define ext2fs_irel_add_ref(irel, ino, ref) ((irel)->add_ref((irel), ino, ref))
irel_ma.c 125 irel->add_ref = ima_add_ref;
  /frameworks/av/media/libmedia/
MediaCodecBuffer.cpp 63 mMediaBufferBase->add_ref();
IMediaSource.cpp 396 transferBuf->add_ref(); // We have already acquired buffer.
  /frameworks/av/media/libstagefright/foundation/
ABuffer.cpp 90 mMediaBufferBase->add_ref();
MediaBuffer.cpp 133 void MediaBuffer::add_ref() { function in class:android::MediaBuffer
208 add_ref();
MediaBufferGroup.cpp 186 buffer->add_ref();
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 202 mLastReadBufferCopy->add_ref();
221 (*buffer)->add_ref();
MediaMuxer.cpp 170 mediaBuffer->add_ref(); // Released in MediaAdapter::signalBufferReturned().
AudioSource.cpp 254 buffer->add_ref();
SurfaceMediaSource.cpp 357 (*buffer)->add_ref();
MediaCodecSource.cpp 877 mbuf->add_ref();
    [all...]
CameraSource.cpp     [all...]
  /frameworks/av/media/libstagefright/include/
MediaBuffer.h 81 virtual void add_ref();
  /frameworks/av/media/libstagefright/wifi-display/source/
RepeaterSource.cpp 156 mBuffer->add_ref();
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 57 inline ULONG add_ref() function in struct:GalliumD3D11DeviceChild
59 return GalliumPrivateDataComObject<Base, dual_refcnt_t>::add_ref();
69 return add_ref();
d3d11_context.h 2071 static void add_ref(void* p) function in struct:nonatomic_device_child_ptr_traits
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 252 void set( CvMat* m, bool add_ref )
256 if( add_ref )
  /external/libxml2/doc/
apibuild.py 206 def add_ref(self, name, header, module, static, type, lineno, info=None, extra=None, conditionals = None): member in class:index
622 self.index.add_ref(name, module, module, static, type,
625 self.index.add_ref(name, None, module, static, type, self.lineno(),
    [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp     [all...]

Completed in 476 milliseconds