get_le24          303 libavformat/avio.h unsigned int get_le24(ByteIOContext *s);
get_le24           62 libavformat/mpc.c     t = get_le24(s->pb);
get_le24           76 libavformat/mpc.c         if(get_le24(s->pb) != MKTAG('M', 'P', '+', 0)){
get_le24           73 libavformat/mtv.c     mtv->audio_identifier  = get_le24(pb);
get_le24           75 libavformat/mtv.c     mtv->img_colorfmt      = get_le24(pb);
get_le24           91 libavformat/mvi.c     mvi->get_int = (vst->codec->width * vst->codec->height < (1 << 16)) ? get_le16 : get_le24;
get_le24           49 libavformat/vc1test.c     frames = get_le24(pb);
get_le24           91 libavformat/vc1test.c     frame_size = get_le24(pb);
get_le24           78 libavformat/vocdec.c         voc->remaining_size = get_le24(pb);