Home
last modified time | relevance | path

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

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