Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a707e05 authored by Brian Lindahl's avatar Brian Lindahl
Browse files

Move picture profile flag from surfaceflinger to libgui

Bug: 337330263
Test: build
Flag: com.android.graphics.libgui.flags.apply_picture_profiles
Change-Id: I2c1aeba638ed9afc1a7059718d8e20ce86c5db61
parent 7d24e7e9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
package: "com.android.graphics.libgui.flags"
container: "system"

flag {
  name: "apply_picture_profiles"
  namespace: "tv_os_media"
  description: "This flag controls sending picture profiles from BBQ to Composer HAL"
  bug: "337330263"
  is_fixed_read_only: true
} # apply_picture_profiles

flag {
  name: "bq_setframerate"
  namespace: "core_graphics"
+0 −2
Original line number Diff line number Diff line
@@ -117,7 +117,6 @@ void FlagManager::dump(std::string& result) const {

    /// Trunk stable readonly flags ///
    DUMP_READ_ONLY_FLAG(adpf_fmq_sf);
    DUMP_READ_ONLY_FLAG(apply_picture_profiles_sf);
    DUMP_READ_ONLY_FLAG(connected_display);
    DUMP_READ_ONLY_FLAG(enable_small_area_detection);
    DUMP_READ_ONLY_FLAG(frame_rate_category_mrr);
@@ -225,7 +224,6 @@ FLAG_MANAGER_LEGACY_SERVER_FLAG(use_skia_tracing, PROPERTY_SKIA_ATRACE_ENABLED,

/// Trunk stable readonly flags ///
FLAG_MANAGER_READ_ONLY_FLAG(adpf_fmq_sf, "")
FLAG_MANAGER_READ_ONLY_FLAG(apply_picture_profiles_sf, "")
FLAG_MANAGER_READ_ONLY_FLAG(connected_display, "")
FLAG_MANAGER_READ_ONLY_FLAG(enable_small_area_detection, "")
FLAG_MANAGER_READ_ONLY_FLAG(frame_rate_category_mrr, "debug.sf.frame_rate_category_mrr")
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ public:

    /// Trunk stable readonly flags ///
    bool adpf_fmq_sf() const;
    bool apply_picture_profiles_sf() const;
    bool connected_display() const;
    bool frame_rate_category_mrr() const;
    bool enable_small_area_detection() const;
+0 −8
Original line number Diff line number Diff line
@@ -18,14 +18,6 @@ flag {
  bug: "284324521"
} # adpf_gpu_sf

flag {
  name: "apply_picture_profiles_sf"
  namespace: "tv_os_media"
  description: "SurfaceFlinger applies picture profile requests and sends them to Composer HAL"
  bug: "337330263"
  is_fixed_read_only: true
} # apply_picture_profiles_sf

flag {
  name: "arr_setframerate_api"
  namespace: "core_graphics"