Home
last modified time | relevance | path

Searched refs:lineByteCount (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/
H A Davmetadatahelper_impl.cpp419 int32_t lineByteCount = width; in CopySurfaceBufferToPixelMap() local
421 auto ret = memcpy_s(dstPtr, lineByteCount, srcPtr, lineByteCount); in CopySurfaceBufferToPixelMap()
424 dstPtr += lineByteCount; in CopySurfaceBufferToPixelMap()
431 auto ret = memcpy_s(dstPtr, lineByteCount, srcPtr, lineByteCount); in CopySurfaceBufferToPixelMap()
434 dstPtr += lineByteCount; in CopySurfaceBufferToPixelMap()

Completed in 2 milliseconds