Skip to content
Snippets Groups Projects
  1. Jun 30, 2022
  2. Jun 28, 2022
  3. Jun 24, 2022
    • Alexandre Courbot's avatar
    • Alexandre Courbot's avatar
      V4L2EncodeComponent: fix build error · 3db9508b
      Alexandre Courbot authored
      Patch 0fa30254bd7e introduced a type mismatch when building for 32-bit architecture. This error is visible when running "mmm external/v4l2_codec2":
      
          external/v4l2_codec2/components/V4L2EncodeComponent.cpp:782:32: error: no matching function for call to 'max'
                  int64_t newFramerate = std::max(
                                         ^~~~~~~~
          external/libcxx/include/algorithm:2529:1: note: candidate template ignored: deduced conflicting types for parameter '_Tp' ('long' vs. 'long long')
          max(const _Tp& __a, const _Tp& __b)
          ^
          external/libcxx/include/algorithm:2539:1: note: candidate template ignored: could not match 'initializer_list<type-parameter-0-0>' against 'long'
          max(initializer_list<_Tp> __t, _Compare __comp)
          ^
          external/libcxx/include/algorithm:2547:1: note: candidate function template not viable: requires single argument '__t', but 2 arguments were provided
          max(initializer_list<_Tp> __t)
          ^
          external/libcxx/include/algorithm:2521:1: note: candidate function template not viable: requires 3 arguments, but 2 were provided
          max(const _Tp& __a, const _Tp& __b, _Compare __comp)
          ^
      
      Fix this by casting the right member of the cmp operation to int64_t.
      
      Test: mmm external/v4l2_codec2
      
      Change-Id: Id2cc220b9122eec412823f577f07ecd82bad60fc
      (cherry picked from commit a0377993b84da09547aad11f2f27560e0bf4dcd5)
      3db9508b
  4. Jun 02, 2022
  5. May 17, 2022
  6. May 16, 2022
  7. Apr 18, 2022
    • Alix's avatar
      Deleted clang property in Android.bp files · 45c7a57f
      Alix authored
      Deleted deprecated clang property in Android.bp files using bpmodify.
      
      Bug: 208980553
      Test: treehugger
      Change-Id: Ia6fef78af0555dd7346adbb29c4bb14ad31918a8
      45c7a57f
  8. Mar 08, 2022
    • Ray Essick's avatar
      replace include_dirs with header_libs · 49556b58
      Ray Essick authored
      [NB: i don't seem to be able to build this -- keep getting: unknown target 'C2VEACompIntf_test'
      we'll see if treehugger knows a combination that exercises this.
      
      Bug: 201944383
      Test: build (trying)
      Change-Id: Ibaeb2d5cd952f2849764dfa853c3927b95e2cac5
      49556b58
  9. Jan 06, 2022
  10. Nov 18, 2021
  11. Nov 17, 2021
  12. Nov 16, 2021
  13. Nov 12, 2021
  14. Nov 10, 2021
  15. Nov 09, 2021
Loading