Searched refs:MAX_SIZE (Results 1 – 2 of 2) sorted by relevance
426 const MAX_SIZE = 65535;428 for (let i = 0; i < data.byteLength; i += MAX_SIZE) {430 this.#cameraDataChannel.send(data.slice(i, i + MAX_SIZE));
45 const MAX_SIZE: usize = kmr_wire::DEFAULT_MAX_SIZE; constant