Searched refs:bufferRowBytes (Results 1 – 1 of 1) sorted by relevance
214 int bufferRowBytes = backingMemory.stride * getFormat().bytes(); in prepareForExternalUseANDROID() local215 ASSERT(imageRowBytes <= bufferRowBytes); in prepareForExternalUseANDROID()221 memcpy(dstBuffer + (i * bufferRowBytes), srcBuffer + (i * imageRowBytes), imageRowBytes); in prepareForExternalUseANDROID()