RoQ_CHUNK_PREAMBLE_SIZE 75 libavformat/idroq.c unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE]; RoQ_CHUNK_PREAMBLE_SIZE 81 libavformat/idroq.c if (get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE 82 libavformat/idroq.c RoQ_CHUNK_PREAMBLE_SIZE) RoQ_CHUNK_PREAMBLE_SIZE 93 libavformat/idroq.c if (get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE 94 libavformat/idroq.c RoQ_CHUNK_PREAMBLE_SIZE) RoQ_CHUNK_PREAMBLE_SIZE 104 libavformat/idroq.c if (get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE 105 libavformat/idroq.c RoQ_CHUNK_PREAMBLE_SIZE) RoQ_CHUNK_PREAMBLE_SIZE 139 libavformat/idroq.c url_fseek(pb, RoQ_CHUNK_PREAMBLE_SIZE, SEEK_SET); RoQ_CHUNK_PREAMBLE_SIZE 183 libavformat/idroq.c unsigned char preamble[RoQ_CHUNK_PREAMBLE_SIZE]; RoQ_CHUNK_PREAMBLE_SIZE 193 libavformat/idroq.c if ((ret = get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE)) != RoQ_CHUNK_PREAMBLE_SIZE 194 libavformat/idroq.c RoQ_CHUNK_PREAMBLE_SIZE) RoQ_CHUNK_PREAMBLE_SIZE 206 libavformat/idroq.c url_fseek(pb, RoQ_CHUNK_PREAMBLE_SIZE, SEEK_CUR); RoQ_CHUNK_PREAMBLE_SIZE 211 libavformat/idroq.c codebook_offset = url_ftell(pb) - RoQ_CHUNK_PREAMBLE_SIZE; RoQ_CHUNK_PREAMBLE_SIZE 214 libavformat/idroq.c if (get_buffer(pb, preamble, RoQ_CHUNK_PREAMBLE_SIZE) != RoQ_CHUNK_PREAMBLE_SIZE 215 libavformat/idroq.c RoQ_CHUNK_PREAMBLE_SIZE) RoQ_CHUNK_PREAMBLE_SIZE 217 libavformat/idroq.c chunk_size = AV_RL32(&preamble[2]) + RoQ_CHUNK_PREAMBLE_SIZE * 2 + RoQ_CHUNK_PREAMBLE_SIZE 238 libavformat/idroq.c if (av_new_packet(pkt, chunk_size + RoQ_CHUNK_PREAMBLE_SIZE)) RoQ_CHUNK_PREAMBLE_SIZE 241 libavformat/idroq.c memcpy(pkt->data, preamble, RoQ_CHUNK_PREAMBLE_SIZE); RoQ_CHUNK_PREAMBLE_SIZE 256 libavformat/idroq.c ret = get_buffer(pb, pkt->data + RoQ_CHUNK_PREAMBLE_SIZE,