Home
last modified time | relevance | path

Searched refs:maxPtr (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp560 const uint8_t *maxPtr = mView.data()[0]; in GraphicView2MediaImageConverter() local
572 if (maxPtr < mView.data()[i] + maxOffset) { in GraphicView2MediaImageConverter()
573 maxPtr = mView.data()[i] + maxOffset; in GraphicView2MediaImageConverter()
579 if (minPtr == mView.data()[0] && (maxPtr - minPtr) <= planeSize) { in GraphicView2MediaImageConverter()
591 mWrapped = new ABuffer(const_cast<uint8_t *>(minPtr), maxPtr - minPtr); in GraphicView2MediaImageConverter()