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

Commit d152434e authored by Lajos Molnar's avatar Lajos Molnar
Browse files

media: add more feature flags

Bug: 325512893
Bug: 325550522
Bug: 325549730
Bug: 325520135
Change-Id: I7931eec8a3f1264162130d5f7d11187bc12d6b1b
parent 0bdfd3d7
Loading
Loading
Loading
Loading
+31 −3
Original line number Diff line number Diff line
@@ -29,20 +29,48 @@ flag {
flag {
  name: "in_process_sw_audio_codec"
  namespace: "codec_fwk"
  description: "Feature flag for in-process software audio codec support"
  description: "Feature flag for in-process software audio codec API"
  bug: "297922713"
}

flag {
  name: "in_process_sw_audio_codec_support"
  namespace: "codec_fwk"
  description: "Feature flag for in-process software audio codec support"
  bug: "325520135"
}

flag {
  name: "large_audio_frame_finish"
  namespace: "codec_fwk"
  description: "Implementation flag for large audio frame finishing tasks"
  bug: "325512893"
}

flag {
  name: "null_output_surface"
  namespace: "codec_fwk"
  description: "Feature flag for null output Surface support"
  description: "Feature flag for null output Surface API"
  bug: "297920102"
}

flag {
  name: "null_output_surface_support"
  namespace: "codec_fwk"
  description: "Feature flag for null output Surface support"
  bug: "325550522"
}

flag {
  name: "region_of_interest"
  namespace: "codec_fwk"
  description: "Feature flag for region of interest support"
  description: "Feature flag for region of interest API"
  bug: "299191092"
}

flag {
  name: "region_of_interest_support"
  namespace: "codec_fwk"
  description: "Feature flag for region of interest support"
  bug: "325549730"
}