Lines Matching refs:AV_RB32
106 table->entries[i] = AV_RB32(table->entries + i);
128 ctx->hdr.table0.offset = AV_RB32(buf + 8);
129 ctx->hdr.table1.offset = AV_RB32(buf + 12);
130 ctx->hdr.table2.offset = AV_RB32(buf + 16);
131 ctx->hdr.unk3 = AV_RB32(buf + 20);
132 ctx->hdr.unk4 = AV_RB32(buf + 24);
171 track->length = AV_RB32(buf + 0);
172 track->num_channels = AV_RB32(buf + 4);
173 track->sample_rate = AV_RB32(buf + 8);
174 track->data_type = AV_RB32(buf + 12);
175 track->loop_start = AV_RB32(buf + 16);
176 track->loop_end = AV_RB32(buf + 20);
177 track->data_offset = AV_RB32(buf + 24);
178 track->aux_count = AV_RB32(buf + 28);
247 ctx->hdr.version = AV_RB32(buf + 8);
250 ctx->hdr.file_size = AV_RB32(buf + 16);