• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Media SW Codec Flags.
2#
3# !!! Please add flags in alphabetical order. !!!
4package: "android.media.swcodec.flags"
5container: "com.android.media.swcodec"
6
7flag {
8  name: "apexcodecs_base"
9  # ApexCodecs API is getting called early in the boot process, so we need to make
10  # sure that the flag value is stable from the early boot stage.
11  is_fixed_read_only: true
12  namespace: "codec_fwk"
13  description: "Feature flag for base implementation of apexcodecs"
14  bug: "401332082"
15}
16
17flag {
18  name: "apv_software_codec"
19  is_exported: true
20  is_fixed_read_only: true
21  namespace: "codec_fwk"
22  description: "Feature flag for APV Software C2 codec"
23  bug: "376770121"
24}
25
26flag {
27  name: "mpeg2_keep_threads_active"
28  is_exported: true
29  is_fixed_read_only: true
30  namespace: "codec_fwk"
31  description: "Enable keep_threads_active in mpeg2 decoder"
32  bug: "343793479"
33}
34