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

  /external/webkit/Source/WebCore/platform/text/mac/
TextCodecMac.cpp 206 const unsigned char* sourcePointer = reinterpret_cast<const unsigned char*>(bytes);
214 OSStatus status = decode(sourcePointer, sourceLength, bytesRead, buffer, sizeof(buffer), bytesWritten);
216 sourcePointer += bytesRead;
232 sourcePointer += 1;
241 memcpy(m_bufferedBytes, sourcePointer, sourceLength);
  /frameworks/av/media/libstagefright/
CameraSourceTimeLapse.cpp 174 void* sourcePointer = sourceBuffer.data();
177 memcpy((*newBuffer)->data(), sourcePointer, sourceSize);

Completed in 158 milliseconds