Skip to content
Snippets Groups Projects
  1. May 02, 2024
  2. Mar 25, 2024
  3. Mar 22, 2024
  4. Mar 20, 2024
    • Yi Kong's avatar
      Workaround build breakage from full LTO optimization · b39da328
      Yi Kong authored
      fragment covers entire variable
      !4105 = !DIGlobalVariableExpression(var: !3061, expr: !DIExpression(DW_OP_LLVM_fragment, 0, 64))
      !3061 = distinct !DIGlobalVariable(name: "gFields", linkageName: "_ZN7androidL7gFieldsE", scope: !32, file: !2, line: 88, type: !3062, isLocal: true, isDefinition: true)
      fragment is larger than or outside of variable
      
      Test: presubmit
      Bug: 328163089
      Bug: 330503129
      Change-Id: Iaf4f31392a57589f63c49baea58ca74d452edc5e
      b39da328
  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
    • Andy Hung's avatar
      SoundPool: never-delete singleton to avoid exit race · 223e0a03
      Andy Hung authored
      Test: atest SoundPoolOggTest SoundPoolAacTest SoundPoolMidiTest SoundPoolHapticTest
      Bug: 316799609
      Merged-In: I5b278960207d1b2c9fa80bbc57b2e15dd4498f13
      Change-Id: I5b278960207d1b2c9fa80bbc57b2e15dd4498f13
      223e0a03
  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
    • Arun Johnson's avatar
      Moving CryptoInfo creation for Unencrypted samples · a7a04b56
      Arun Johnson authored
      BLOCK_MODEL CryptoInfos for unencrypted samples are now created in
      mediacodec. This now operates in the same way as in the normal mode.
      
      Bug: 325512893
      Test: atest android.mediav2.cts.CodecDecoderDrmTest
      Test: atest android.mediav2.cts.CodecDecoderMultiAccessUnitDrmTest
      Change-Id: I5a86348042748de080c7afde5eb9ce27ed35fabd
      a7a04b56
  12. Feb 29, 2024
  13. Feb 23, 2024
  14. Feb 14, 2024
  15. Feb 13, 2024
  16. Feb 12, 2024
  17. Feb 09, 2024
  18. Feb 07, 2024
  19. Feb 01, 2024
    • Jason Chang's avatar
      Fix typo · 60c40fe2
      Jason Chang authored
      Change-Id: Id7cb5da38d767a280091fdc8ed212e23f6a98d86
      60c40fe2
  20. Jan 27, 2024
  21. Jan 26, 2024
  22. Jan 25, 2024
  23. 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
  24. 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
  25. Jan 11, 2024
  26. Dec 21, 2023
Loading