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

  /frameworks/av/media/libmedia/include/media/
MediaBufferHolder.h 30 mMediaBuffer->add_ref();
  /frameworks/av/media/libmediaextractor/include/media/stagefright/
MediaBufferBase.h 52 virtual void add_ref() = 0;
MediaBuffer.h 66 virtual void add_ref();
  /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/libmediaextractor/
MediaBuffer.cpp 118 void MediaBuffer::add_ref() { function in class:android::MediaBuffer
186 add_ref();
MediaBufferGroup.cpp 201 buffer->add_ref();
  /external/flatbuffers/include/flatbuffers/
grpc.h 38 Message(grpc_slice slice, bool add_ref)
39 : slice_(add_ref ? grpc_slice_ref(slice) : slice) {}
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 202 mLastReadBufferCopy->add_ref();
221 (*buffer)->add_ref();
MediaMuxer.cpp 181 mediaBuffer->add_ref(); // Released in MediaAdapter::signalBufferReturned().
AudioSource.cpp 264 buffer->add_ref();
MediaCodecSource.cpp 911 mbuf->add_ref();
    [all...]
CameraSource.cpp     [all...]
  /external/tensorflow/tensorflow/python/client/
timeline.py 329 def add_ref(self, timestamp): member in class:_TensorTracker
504 tensor.add_ref(start_time)
544 tensor.add_ref(start_time)
  /external/skqp/tools/bookmaker/
mdOut.cpp 19 static void add_ref(const string& leadingSpaces, const string& ref, string* result) { function
99 add_ref(leadingSpaces, ref, &result);
142 add_ref(leadingSpaces, ref, &result);
210 add_ref(leadingSpaces, ref, &result);
220 add_ref(leadingSpaces, ref, &result);
224 add_ref(leadingSpaces, ref, &result);
231 add_ref(leadingSpaces, ref, &result);
    [all...]
  /external/opencv/cxcore/include/
cxcore.hpp 252 void set( CvMat* m, bool add_ref )
256 if( add_ref )
  /external/skia/tools/bookmaker/
mdOut.cpp 19 static void add_ref(const string& leadingSpaces, const string& ref, string* result) { function
99 add_ref(leadingSpaces, ref, &result);
142 add_ref(leadingSpaces, ref, &result);
210 add_ref(leadingSpaces, ref, &result);
220 add_ref(leadingSpaces, ref, &result);
224 add_ref(leadingSpaces, ref, &result);
231 add_ref(leadingSpaces, ref, &result);
    [all...]
  /frameworks/av/media/libmedia/
IMediaSource.cpp 393 transferBuf->add_ref(); // We have already acquired buffer.
  /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/libmediaplayer2/nuplayer2/
GenericSource2.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
GenericSource.cpp     [all...]

Completed in 658 milliseconds