1. 10 Aug, 2022 2 commits
    • HDR: Clarify tone mapping fallback. · da10c962
      createSupportedTransformationRequest is more accurate than
      createFallbackTransformationRequest, as a TransformationRequest will be returned
      regardless of whether any fallback is applied.
      
      PiperOrigin-RevId: 466641277
      (cherry picked from commit c5a53646)
      huangdarwin committed
    • Avoid spinning in between intermediate texture processors. · 6b4d174c
      This change adds a new method onReadyToAcceptInputFrame to
      GlTextureProcesssor.InputListener and changes maybeQueueInputFrame
      to queueInputFrame, removing the boolean return value.
      This avoids the re-trying in ChainingGlTextureProcessorListener
      by allowing it to only feed frames from the producing to the consuming
      GlTextureProcessor when there is capacity.
      
      MediaPipeProcessor still needs re-trying when processing isn't 1:1.
      
      PiperOrigin-RevId: 466626369
      (cherry picked from commit 97e6a86d)
      Googler committed
  2. 09 Aug, 2022 6 commits
  3. 08 Aug, 2022 4 commits
  4. 05 Aug, 2022 8 commits
  5. 04 Aug, 2022 5 commits
  6. 03 Aug, 2022 6 commits
  7. 02 Aug, 2022 1 commit
  8. 01 Aug, 2022 2 commits
  9. 29 Jul, 2022 4 commits
  10. 08 Aug, 2022 1 commit
  11. 29 Jul, 2022 1 commit