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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp 645 if (mSurfaceUserPtr && mAcquiredBuffer->mappedData) {
646 mAcquiredBuffer->mappedData->data = mSurfaceUserPtr[mSurfaceAcquirePos];
    [all...]
VideoDecoderDefs.h 199 VideoFrameRawData *mappedData;
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
QuadRenderer.cpp 65 BYTE* mappedData = static_cast<BYTE*>(mappedResource.pData);
69 memcpy(mappedData + (i*mappedResource.RowPitch), buffer + (i*nRowSpan), nRowSpan);
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
CubeRenderer.cpp 66 BYTE* mappedData = static_cast<BYTE*>(mappedResource.pData);
70 memcpy(mappedData + (i*mappedResource.RowPitch), buffer + (i*nRowSpan), nRowSpan);
  /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 238 milliseconds