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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 645 if (mSurfaceUserPtr && mAcquiredBuffer->mappedData) {
646 mAcquiredBuffer->mappedData->data = mSurfaceUserPtr[mSurfaceAcquirePos];
    [all...]
VideoDecoderDefs.h 198 VideoFrameRawData *mappedData;
  /external/deqp/modules/gles31/functional/
es31fTessellationTests.cpp 266 const T* const mappedData = (const T*)gl.mapBufferRange(bufferTarget, 0, numBytes, GL_MAP_READ_BIT);
268 TCU_CHECK(mappedData != DE_NULL);
271 dst[i] = mappedData[i];
    [all...]

Completed in 214 milliseconds