Skip to content
Snippets Groups Projects
  1. Jul 19, 2023
    • Garfield Tan's avatar
      Move v4l2_codec HAL from the manifest to a vintf fragment · 7e153427
      Garfield Tan authored
      The code owner then owns the manifest the vintf fragment.
      
      Remove IConfigurable because it isn't declared in the compatibility
      matrix. It isn't registered to hwservice_manager either in the
      implementation.
      
      Bug: 291157411
      Test: ARC++ boots.
      Change-Id: I1616bf2ae90327e87bf13cc379e85927333eb0ed
      Merged-In: I1616bf2ae90327e87bf13cc379e85927333eb0ed
      7e153427
  2. Aug 05, 2021
    • Justin Yun's avatar
      Replace libavservices_minijail_vendor with libavservices_minijail · 61ecea09
      Justin Yun authored
      libavservices_minijail is a vendor available module. Use
      libavservices_minijail instead of defining vendor specific module.
      libavservices_minijail_vendor will be removed.
      
      Bug: 146313710
      Test: m
      Change-Id: I1bb67cf86eb308663b4756f015c804bca1942c9d
      Merged-In: I1bb67cf86eb308663b4756f015c804bca1942c9d
      61ecea09
    • Justin Yun's avatar
      Replace libavservices_minijail_vendor with libavservices_minijail · ce77380f
      Justin Yun authored
      libavservices_minijail is a vendor available module. Use
      libavservices_minijail instead of defining vendor specific module.
      libavservices_minijail_vendor will be removed.
      
      Bug: 146313710
      Test: m
      Change-Id: I1bb67cf86eb308663b4756f015c804bca1942c9d
      (cherry picked from commit f3263ab1024669570d83ca8311961eeec14dfcb1)
      ce77380f
  3. Mar 29, 2021
    • Chih-Yu Huang's avatar
      V4L2ComponentStore: Avoid dynamic loading shared library · 50e77c4f
      Chih-Yu Huang authored
      Originally V4L2ComponentStore and V4L2ComponentFactory depends on each
      other. To avoid circular dependency, V4L2ComponentStore dynamically
      loads the shared library of V4L2ComponentFactory.
      
      This CL removes the dependency from V4L2ComponentFactory to
      V4L2ComponentStore, and also avoid dynamic loading the shared library.
      
      Bug: 160110846
      Test: android.media.cts.AdaptivePlaybackTest
      
      Change-Id: I864b642035ea5b1572ee1d474ad12706147cbed1
      50e77c4f
  4. Mar 13, 2021
  5. Feb 13, 2021
    • Bob Badour's avatar
      [LSC] Add LOCAL_LICENSE_KINDS to external/v4l2_codec2 · b1d153c0
      Bob Badour authored
      Added SPDX-license-identifier-BSD to:
        accel/Android.bp
        common/Android.bp
        components/Android.bp
        plugin_store/Android.bp
        service/Android.bp
        store/Android.bp
        tests/c2_comp_intf/Android.bp
      
      Added SPDX-license-identifier-BSD legacy_unencumbered to:
        Android.bp
        tests/c2_e2e_test/jni/Android.mk
      
      Bug: 68860345
      Bug: 151177513
      Bug: 151953481
      
      Test: m all
      
      Exempt-From-Owner-Approval: janitorial work
      Change-Id: I4ef032a3849d650e13761a868b45309275d408a2
      b1d153c0
  6. Oct 06, 2020
  7. May 11, 2020
    • Chih-Yu Huang's avatar
      Update Android.bp to use vendor property. · a4e8f20d
      Chih-Yu Huang authored
      All modules in v4l2_codec2 is vendor modules. This CL changes to use
      "vendor" property instead of "vendor_available" or "soc_specific".
      
      Note: "vendor_available" property means a module could be depended
      by both system and vendor modules.
      "soc_specific" property means a module is specific to an certain SoC.
      
      Bug: 153403351
      Test: m -j32
      
      Change-Id: Ia719fc0e0c623bb8f2fc5578a75646b26c5f0771
      a4e8f20d
  8. Apr 13, 2020
Loading