Searched refs:refcount (Results 1 - 9 of 9) 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.cpp2768 CHECK_EQ(info->mMediaBuffer->refcount(), 0);
/frameworks/av/include/media/stagefright/
H A DMediaBuffer.h86 int refcount() const;
/frameworks/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
H A DUT_refcount.java43 ScriptC_refcount s = new ScriptC_refcount(pRS, mRes, R.raw.refcount);
/frameworks/compile/libbcc/runtime/BlocksRuntime/
H A Druntime.c247 _Byref_flag_initial_value = BLOCK_IS_GC; // no refcount
285 /* Copy, or bump refcount, of a block. If really copying, call the copy helper if present. */
304 // Tell collector to hang on this - it will bump the GC refcount version
318 // reset refcount
329 // Under GC want allocation with refcount 1 so we ask for "true" if wantsOne
336 // reset refcount
417 int refcount; local
428 refcount = shared_struct->flags & BLOCK_REFCOUNT_MASK;
429 if (refcount <= 0) {
468 // Tell GC we no longer have our own refcounts. GC will decr its refcount
[all...]
/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 204 milliseconds