1. 17 May, 2023 13 commits
  2. 12 May, 2023 7 commits
  3. 11 May, 2023 19 commits
  4. 08 May, 2023 1 commit
    • Fix operations order in RenderingTest · 2c4a567c
      For DefaultVideoFrameProcessorVideoFrameRenderingTest: `registerInputStream` sets the textureManager, so reordering makes sure the textureManager is set before you set the frame info. This is important for texture input, where the frame info provides the width and height.
      
      PiperOrigin-RevId: 529753404
      tofunmi committed