Home
last modified time | relevance | path

Searched refs:audio_crc (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmp3enc.c110 AVCRC audio_crc; // CRC of the audio data member
362 mp3->audio_crc = av_crc(av_crc_get_table(AV_CRC_16_ANSI_LE), in mp3_write_audio_packet()
363 mp3->audio_crc, pkt->data, pkt->size); in mp3_write_audio_packet()
460 AV_WB16(mp3->xing_frame + mp3->xing_offset + XING_SIZE - 4, mp3->audio_crc); in mp3_update_xing()

Completed in 2 milliseconds