Lines Matching refs:MetaBufferUtil
1419 MetaBufferUtil::setFdAt(nh, 0, -1); in allocateMore()
1420 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_OFFSET, 0); in allocateMore()
1421 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_SIZE, 0); in allocateMore()
1422 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_USAGE, mUsage); in allocateMore()
1423 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_TIMESTAMP, 0); in allocateMore()
1424 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_FORMAT, mFormat); in allocateMore()
1425 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_BUFIDX, i); in allocateMore()
1426 MetaBufferUtil::setIntAt(nh, 0, VIDEO_META_EVENT, 0); in allocateMore()
1472 mTotalInts = MetaBufferUtil::getNumIntsForBatch(numFDs); in allocateMeta()
1488 MetaBufferUtil::setFdAt(nh, j, -1); in allocateMeta()
1489 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_OFFSET, 0); in allocateMeta()
1490 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_SIZE, 0); in allocateMeta()
1491 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_USAGE, mUsage); in allocateMeta()
1492 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_TIMESTAMP, 0); in allocateMeta()
1493 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_FORMAT, mFormat); in allocateMeta()
1494 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_BUFIDX, i); in allocateMeta()
1495 MetaBufferUtil::setIntAt(nh, j, VIDEO_META_EVENT, 0); in allocateMeta()
1637 MetaBufferUtil::setFdAt(nh, batch_idx, fd); in updateNativeHandle()
1638 MetaBufferUtil::setIntAt(nh, batch_idx, VIDEO_META_SIZE, size); in updateNativeHandle()
1639 MetaBufferUtil::setIntAt(nh, batch_idx, VIDEO_META_TIMESTAMP, ts); in updateNativeHandle()
1750 int mBufIndex = MetaBufferUtil::getIntAt(nh, 0, VIDEO_META_BUFIDX); in getMatchBufIndex()
1752 if(mBufIndex == MetaBufferUtil::getIntAt( in getMatchBufIndex()
1851 isPerf = (MetaBufferUtil::getIntAt(nh, 0, VIDEO_META_EVENT) == in needPerfEvent()
1861 isPerf = (MetaBufferUtil::getIntAt(nh, 0, VIDEO_META_EVENT) == in needPerfEvent()