Home
last modified time | relevance | path

Searched refs:src_buffer_length (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp449 DWORD src_buffer_length) in ContiguousCopyFrom() argument
455 return ContiguousCopyFromUnlocked (src_buffer, src_buffer_length); in ContiguousCopyFrom()
499 DWORD src_buffer_length) in ContiguousCopyFromUnlocked() argument
509 if (src_buffer_length == 0) in ContiguousCopyFromUnlocked()
513 memcpy (data_, src_buffer, src_buffer_length); in ContiguousCopyFromUnlocked()
536 if (offset + width < src_buffer_length) in ContiguousCopyFromUnlocked()
539 to_copy = (gint) src_buffer_length - offset; in ContiguousCopyFromUnlocked()