Skip to content
Snippets Groups Projects
  1. May 03, 2024
    • Oriol Prieto Gasco's avatar
      RESTRICT AUTOMERGE · 7b816129
      Oriol Prieto Gasco authored
      Set the container field of aconfig flags
      
      Test: printflags --format='{package}:{container}:' | grep "::"
      Bug: 312769710
      Flag: NONE
      Change-Id: I84fda0d5e9813940609436d825738ff786908ff0
      7b816129
  2. Apr 17, 2024
  3. Apr 02, 2024
  4. Mar 27, 2024
  5. Mar 18, 2024
  6. Mar 15, 2024
    • Venkatarama Avadhani's avatar
      MediaCas: Reinit the HIDL CAS service if killed · c0a8f05d
      Venkatarama Avadhani authored
      When the HIDL MediaCasService is killed or dies, allow for it to be
      re-initialized with the new instance of the service.
      
      Test: atest android.media.misc.cts.MediaCasTestMediaCas:
      Bug: 314885711
      Change-Id: I0ebeca9f433f3d8ee2b140ee0d2de9dc06ace021
      c0a8f05d
    • Venkatarama Avadhani's avatar
      MediaCas: Reinit the CAS service if killed · ee38ec4e
      Venkatarama Avadhani authored
      When the MediaCasService is killed or dies, allow for it to be
      re-initialized with the new instance of the service. The service is
      restarted by the system, this code just re-initializes a pointer to this
      new service.
      
      Test: atest android.media.misc.cts.MediaCasTest
      Bug: 327332440
      Change-Id: I9d98c4e200adc4ee987dc8d1e472dfe5ac8f8da2
      ee38ec4e
  7. Mar 14, 2024
  8. Mar 13, 2024
    • Harish Mahendrakar's avatar
      MediaCodecInfo: Change default alignment and block size to 1x1 · 1c144d88
      Harish Mahendrakar authored
      Default alignment and block size were set to 2x2 earlier.
      And even when the codec advertised alignment of 1x1, MediaCodecInfo
      was returning 2x2 because it was picking max of default values and
      what was advertised by codecs.
      
      Bug: 325679394
      Bug: 329378524
      Test: atest CtsMediaMiscTestCases:MediaCodecListTest
      Test: atest CtsMediaV2TestCases:CodecInfoTest passes for codecs
       that advertise 1x1 alignment
      
      Change-Id: I25af7fb09ab9edf8e1d1dea7bac633b1353b4e48
      1c144d88
  9. Mar 08, 2024
    • Eric Laurent's avatar
      media: add BluetoothProfileConnectionInfo::createHfpInfo() · b292afb7
      Eric Laurent authored
      Add BluetoothProfileConnectionInfo::createHfpInfo() factory method
      in preparation of HFP device management refactoring.
      
      Also generalize BluetoothProfileConnectionInfo.isLeOutput() to
      isOutput() for use by multiple profiles.
      
      Bug: 265057196
      Test: make
      Change-Id: I444f401fb836f524f6d0b905744842869e466ea1
      Merged-In: I444f401fb836f524f6d0b905744842869e466ea1
      b292afb7
  10. Mar 07, 2024
    • Arun Johnson's avatar
      Reset mBufferInfos for setBufferInfo(s) · cce59b2c
      Arun Johnson authored
      Since any of the setBufferInfo(s) can be converted
      to BufferInfos in getBufferInfos, a reset is required
      for mBufferInfos for every setBufferInfo(s)
      
      Bug: 325512893
      Test: atest android.mediav2.cts.CodecDecoderBlockModelMultiAccessUnitTest
      
      Change-Id: Ibf28ad0983985bfb93f3bffe426677729430d06a
      cce59b2c
  11. Mar 04, 2024
    • Shunkai Yao's avatar
      Visualizer: validate capture size · 13cb2a29
      Shunkai Yao authored
      throw IllegalArgumentException if the size is invalid
      add check to the default size return from audio hal
      
      Bug: 317742497
      Test: atest android.media.audio.cts.VisualizerTest
      Test: manual test with Sound Amplifier
      Change-Id: I34986011bcd9866f37b8eea083775efd923ab550
      Merged-In: I34986011bcd9866f37b8eea083775efd923ab550
      13cb2a29
  12. Feb 23, 2024
  13. Feb 14, 2024
  14. Feb 13, 2024
  15. Feb 12, 2024
  16. Feb 09, 2024
  17. Feb 07, 2024
  18. Jan 26, 2024
  19. Jan 25, 2024
  20. Jan 19, 2024
    • Arun Johnson's avatar
      Adding MediaFormat keys for large frame audio · 40eac6ed
      Arun Johnson authored
      Bug: 298052174
      
      Change-Id: I369affbb103cbf860a2fabfc1b85f0c44750ed82
      40eac6ed
    • Ian Baker's avatar
      Log exception when MediaPlayer.attemptDataSource fails · b01504da
      Ian Baker authored
      This gives more context when a subsequent fallback call to
      setDataSource(String, Map<String, String>, List<HttpCookie>) fails
      (which is often expected, especially for content:// URIs). These logs
      should help to see more detail of the unexpected failure from
      ContentResolver in this case.
      
      Bug: 313263440
      Test: Presubmit
      Change-Id: I77df208d796c92596a5c28d845aaaf71546173b5
      b01504da
  21. Jan 17, 2024
    • Girish's avatar
      media: adding MediaFormat.KEY_IMPORTANCE · 39e5dad7
      Girish authored
      Bug: 289097671
      Test: atest android.media.misc.cts.ResourceManagerTest
            atest android.media.misc.cts.ResourceManagerMultiTest
      Merged-In: I750ef5a7585b7bba94f0dfb7bb8e70ec12bf70f5
      Change-Id: I750ef5a7585b7bba94f0dfb7bb8e70ec12bf70f5
      39e5dad7
  22. Dec 21, 2023
  23. Dec 14, 2023
  24. Dec 12, 2023
    • Shunkai Yao's avatar
      Revert "Enable AIDL HAL support in the framework" · cda5885a
      Shunkai Yao authored
      Revert submission 2862771-cuttlefish_aidl_audio-2
      
      Reason for revert: b/316027906
      
      Reverted changes: /q/submissionid:2862771-cuttlefish_aidl_audio-2
      
      Change-Id: I8809260bab6efb1d7f4fb31c55b6f4380b1d2df2
      cda5885a
    • Vincent Alfred's avatar
      Revert "Implement Start/Stop Playback APIs" · 9a38ad85
      Vincent Alfred authored
      This reverts commit c0646936.
      
      Reason for revert: DroidMonitor: Potential culprit for Bug b/315895651 - verifying through ABTD before revert submission. This is part of the standard investigation process, and does not mean your CL will be reverted.
      
      Change-Id: I61142ddd3c43e4d23b0594e1222b208c8751de74
      9a38ad85
  25. Dec 11, 2023
  26. Dec 09, 2023
  27. Dec 08, 2023
Loading