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

  /frameworks/av/include/media/stagefright/
MediaCodec.h 258 sp<RefBase> mMemRef;
ACodec.h 195 sp<RefBase> mMemRef; // and a reference to the IMemory, so it does not go away
  /frameworks/av/media/libstagefright/
MediaCodec.cpp     [all...]
ACodec.cpp 919 info.mMemRef = mem;
922 info.mMemRef = info.mCodecRef;
944 desc->addBuffer(info.mBufferID, info.mData, info.mNativeHandle, info.mMemRef);
    [all...]

Completed in 190 milliseconds