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

  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 190 uint8_t **mSurfaceUserPtr; // mapped user space pointer
VideoDecoderBase.cpp 60 mSurfaceUserPtr(NULL),
645 if (mSurfaceUserPtr && mAcquiredBuffer->mappedData) {
646 mAcquiredBuffer->mappedData->data = mSurfaceUserPtr[mSurfaceAcquirePos];
    [all...]

Completed in 38 milliseconds