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

  /art/runtime/
zip_archive_test.cc 51 uint32_t computed_crc = crc32(0L, Z_NULL, 0); local
61 computed_crc = crc32(computed_crc, buf, bytes_read);
63 EXPECT_EQ(zip_entry->GetCrc32(), computed_crc);
  /frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_framedecoder.cpp 165 uint32 computed_crc = 0; local
182 &computed_crc);
245 &computed_crc);
259 if ((computed_crc != sent_crc) && pExt->crcEnabled)

Completed in 4860 milliseconds