Home
last modified time | relevance | path

Searched refs:crcEnabled (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/tv/tuner/filter/
H A DSectionSettings.java34 SectionSettings(int mainType, boolean crcEnabled, boolean isRepeat, boolean isRaw) { in SectionSettings() argument
36 mCrcEnabled = crcEnabled; in SectionSettings()
82 public T setCrcEnabled(boolean crcEnabled) { in setCrcEnabled() argument
83 mCrcEnabled = crcEnabled; in setCrcEnabled()
/aosp12/frameworks/av/media/codecs/mp3dec/include/
H A Dpvmp3decoder_api.h218 int32 crcEnabled; member
/aosp12/frameworks/av/media/codecs/mp3dec/test/
H A Dmp3dec_test.cpp55 config.crcEnabled = false; in main()
H A DMp3DecoderTest.cpp54 mConfig->crcEnabled = false; in SetUp()
/aosp12/frameworks/av/media/codecs/mp3dec/fuzzer/
H A DREADME.md15 | `crcEnabled` | 0. `false ` 1. `true `| Bit 0 of second byte of input stream |
H A Dmp3_dec_fuzzer.cpp183 mConfig->crcEnabled = data[1] & 0x1; in decodeFrames()
/aosp12/frameworks/av/media/libstagefright/codecs/mp3dec/
H A DSoftMP3.cpp114 mConfig->crcEnabled = false; in initDecoder()
/aosp12/frameworks/av/media/codec2/components/mp3/
H A DC2SoftMp3Dec.cpp148 mConfig->crcEnabled = false; in initDecoder()
/aosp12/frameworks/av/media/codecs/mp3dec/src/
H A Dpvmp3_framedecoder.cpp264 if ((computed_crc != sent_crc) && pExt->crcEnabled) in pvmp3_framedecoder()