Searched refs:read_arbitary (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Delectronicarts.c81 static uint32_t read_arbitary(AVIOContext *pb) { function
128 revision = read_arbitary(pb);
132 ea->num_channels = read_arbitary(pb);
136 compression_type = read_arbitary(pb);
140 ea->sample_rate = read_arbitary(pb);
144 ea->num_samples = read_arbitary(pb);
148 av_log (s, AV_LOG_DEBUG, "element 0x%02x set to 0x%08x\n", subbyte, read_arbitary(pb));
153 revision2 = read_arbitary(pb);
162 av_log (s, AV_LOG_DEBUG, "element 0x%02x set to 0x%08x\n", subbyte, read_arbitary(pb));
172 av_log (s, AV_LOG_DEBUG, "header element 0x%02x set to 0x%08x\n", byte, read_arbitary(p
[all...]

Completed in 102 milliseconds