Lines Matching refs:bitexact
276 static uint8_t *ogg_write_vorbiscomment(int64_t offset, int bitexact,
280 const char *vendor = bitexact ? "ffmpeg" : LIBAVFORMAT_IDENT;
304 OGGStreamContext *oggstream, int bitexact,
329 p = ogg_write_vorbiscomment(4, bitexact, &oggstream->header_len[1], m, 0, NULL, 0);
342 OGGStreamContext *oggstream, int bitexact,
360 p = ogg_write_vorbiscomment(0, bitexact, &oggstream->header_len[1], m, 0, NULL, 0);
371 OGGStreamContext *oggstream, int bitexact,
389 p = ogg_write_vorbiscomment(8, bitexact, &oggstream->header_len[1], m, 0, chapters, nb_chapters);
401 OGGStreamContext *oggstream, int bitexact)
434 p = ogg_write_vorbiscomment(7, bitexact, &oggstream->header_len[1], &st->metadata, 0, NULL, 0);