HomeSort by relevance Sort by last modified time
    Searched refs:crcEnabled (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libstagefright/codecs/mp3dec/include/
pvmp3decoder_api.h 218 int32 crcEnabled;
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3dec_test.cpp 55 config.crcEnabled = false;
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 114 mConfig->crcEnabled = false;
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 259 if ((computed_crc != sent_crc) && pExt->crcEnabled)

Completed in 170 milliseconds