Lines Matching refs:data
95 // size of the XING/LAME data, starting from the Xing tag
110 AVCRC audio_crc; // CRC of the audio data
111 uint32_t audio_size; // total size of the audio data
141 * Write an empty XING header and initialize respective data.
287 * Add a frame to XING data.
320 if (pkt->data && pkt->size >= 4) {
326 h = AV_RB32(pkt->data);
343 uint32_t v = AV_RB32(pkt->data + base);
352 if (base + 4 <= pkt->size && MKBETAG('V','B','R','I') == AV_RB32(pkt->data + base))
363 mp3->audio_crc, pkt->data, pkt->size);