Searched refs:toreuse (Results 1 – 1 of 1) sorted by relevance
488 gsize toreuse, tocopy; in gst_adapter_map() local528 toreuse = adapter->assembled_len; in gst_adapter_map()529 tocopy = size - toreuse; in gst_adapter_map()536 if (toreuse == 0) { in gst_adapter_map()545 toreuse); in gst_adapter_map()553 copy_into_unchecked (adapter, data + toreuse, skip + toreuse, tocopy); in gst_adapter_map()715 gsize toreuse, tocopy; in gst_adapter_get_internal() local719 toreuse = MIN (nbytes, adapter->assembled_len); in gst_adapter_get_internal()720 tocopy = nbytes - toreuse; in gst_adapter_get_internal()723 if (adapter->assembled_size >= nbytes && toreuse > 0) { in gst_adapter_get_internal()[all …]