2 Sep
2024
2 Sep
'24
2:06 p.m.
On Mon, Sep 02, 2024 at 03:48:27AM +0000, Kuninori Morimoto wrote:
I think we can learn how Codec2Codec is working, and apply it to DPCM somehow. Then, if we can handle above via DPCM, I guess normal Codec2Codec also can be handled via DPCM ?
I think that would cause trouble, with DPCM all the CPU drivers know about each other and it's all horribly fragile. With two CODECs there's no CPU involved so the CPU drivers wouldn't know what's going on, I'd expect that at best the code would end up looking similar and we'd not gain much. It's possible I'm not seeing something though.