RoQ_CHUNK_PREAMBLE_SIZE   75 libavformat/idroqdec.c     unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE];
RoQ_CHUNK_PREAMBLE_SIZE   78 libavformat/idroqdec.c     if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
RoQ_CHUNK_PREAMBLE_SIZE   79 libavformat/idroqdec.c         RoQ_CHUNK_PREAMBLE_SIZE)
RoQ_CHUNK_PREAMBLE_SIZE  103 libavformat/idroqdec.c     unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE];
RoQ_CHUNK_PREAMBLE_SIZE  113 libavformat/idroqdec.c         if ((ret = avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE)) !=
RoQ_CHUNK_PREAMBLE_SIZE  114 libavformat/idroqdec.c             RoQ_CHUNK_PREAMBLE_SIZE)
RoQ_CHUNK_PREAMBLE_SIZE  137 libavformat/idroqdec.c                 if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE)
RoQ_CHUNK_PREAMBLE_SIZE  144 libavformat/idroqdec.c             avio_skip(pb, RoQ_CHUNK_PREAMBLE_SIZE);
RoQ_CHUNK_PREAMBLE_SIZE  151 libavformat/idroqdec.c             codebook_offset = avio_tell(pb) - RoQ_CHUNK_PREAMBLE_SIZE;
RoQ_CHUNK_PREAMBLE_SIZE  154 libavformat/idroqdec.c             if (avio_read(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) !=
RoQ_CHUNK_PREAMBLE_SIZE  155 libavformat/idroqdec.c                 RoQ_CHUNK_PREAMBLE_SIZE)
RoQ_CHUNK_PREAMBLE_SIZE  157 libavformat/idroqdec.c             chunk_size = AV_RL32(&preamble[2]) + RoQ_CHUNK_PREAMBLE_SIZE * 2 +
RoQ_CHUNK_PREAMBLE_SIZE  205 libavformat/idroqdec.c             if (av_new_packet(pkt, chunk_size + RoQ_CHUNK_PREAMBLE_SIZE))
RoQ_CHUNK_PREAMBLE_SIZE  208 libavformat/idroqdec.c             memcpy(pkt->data, preamble, RoQ_CHUNK_PREAMBLE_SIZE);
RoQ_CHUNK_PREAMBLE_SIZE  220 libavformat/idroqdec.c             ret = avio_read(pb, pkt->data + RoQ_CHUNK_PREAMBLE_SIZE,