Searched refs:refcount (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
H A DMediaBufferGroup.cpp37 CHECK_EQ(buffer->refcount(), 0);
64 if (buffer->refcount() == 0) {
H A DMediaBuffer.cpp186 int MediaBuffer::refcount() const { function in class:android::MediaBuffer
H A DOggExtractor.cpp699 buf.refcount = 1;
H A DOMXCodec.cpp2772 CHECK_EQ(info->mMediaBuffer->refcount(), 0);
/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h86 int refcount() const;
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/
H A DUT_refcount.java43 ScriptC_refcount s = new ScriptC_refcount(pRS, mRes, R.raw.refcount);
/frameworks/av/media/libstagefright/codecs/vorbis/dec/
H A DSoftVorbis.cpp233 buf->refcount = 1;
335 buf.refcount = 1;
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp126 int ref_count = mBuffer->refcount();
127 ALOGV("MediaBuffer refcount is %d",ref_count);

Completed in 192 milliseconds