get_be16          110 libavformat/aiff.c     codec->channels = get_be16(pb);
get_be16          112 libavformat/aiff.c     codec->bits_per_coded_sample = get_be16(pb);
get_be16          309 libavformat/avio.h unsigned int get_be16(ByteIOContext *s);
get_be16          491 libavformat/aviobuf.c     val = get_be16(s) << 8;
get_be16          498 libavformat/aviobuf.c     val = get_be16(s) << 16;
get_be16          499 libavformat/aviobuf.c     val |= get_be16(s);
get_be16           43 libavformat/daud.c     size = get_be16(pb);
get_be16           44 libavformat/daud.c     get_be16(pb); // unknown
get_be16           62 libavformat/dxa.c     c->frames = get_be16(pb);
get_be16           79 libavformat/dxa.c     w = get_be16(pb);
get_be16           80 libavformat/dxa.c     h = get_be16(pb);
get_be16           54 libavformat/eacdata.c     header = get_be16(pb);
get_be16           64 libavformat/eacdata.c     sample_rate = get_be16(pb);
get_be16          104 libavformat/ffmdec.c             get_be16(pb); /* PACKET_ID */
get_be16          105 libavformat/ffmdec.c             fill_size = get_be16(pb);
get_be16          107 libavformat/ffmdec.c             frame_offset = get_be16(pb);
get_be16          286 libavformat/ffmdec.c             codec->width = get_be16(pb);
get_be16          287 libavformat/ffmdec.c             codec->height = get_be16(pb);
get_be16          288 libavformat/ffmdec.c             codec->gop_size = get_be16(pb);
get_be16          293 libavformat/ffmdec.c             codec->qcompress = get_be16(pb) / 10000.0;
get_be16          294 libavformat/ffmdec.c             codec->qblur = get_be16(pb) / 10000.0;
get_be16          105 libavformat/flvdec.c     int length = get_be16(ioc);
get_be16          142 libavformat/flvdec.c             while(url_ftell(ioc) < max_pos - 2 && (keylen = get_be16(ioc))) {
get_be16          275 libavformat/gxf.c     len = get_be16(pb); // length of material data section
get_be16          284 libavformat/gxf.c     len = get_be16(pb); // length of track description
get_be16          297 libavformat/gxf.c         track_len = get_be16(pb);
get_be16          111 libavformat/iff.c             st->codec->sample_rate = get_be16(pb);
get_be16           85 libavformat/lmlm4.c     get_be16(pb);                       /* channel number */
get_be16           86 libavformat/lmlm4.c     frame_type  = get_be16(pb);
get_be16         1336 libavformat/matroskadec.c             track->audio.sub_packet_h    = get_be16(&b);
get_be16         1337 libavformat/matroskadec.c             track->audio.frame_size      = get_be16(&b);
get_be16         1338 libavformat/matroskadec.c             track->audio.sub_packet_size = get_be16(&b);
get_be16          285 libavformat/mov.c                 type = get_be16(pb);
get_be16          286 libavformat/mov.c                 len = get_be16(pb);
get_be16          399 libavformat/mov.c         get_be16(pb); /* ID */
get_be16          402 libavformat/mov.c         get_be16(pb); /* ID */
get_be16          538 libavformat/mov.c     lang = get_be16(pb); /* language */
get_be16          541 libavformat/mov.c     get_be16(pb); /* quality */
get_be16          565 libavformat/mov.c     get_be16(pb); /* preferred volume */
get_be16          615 libavformat/mov.c     little_endian = get_be16(pb);
get_be16          811 libavformat/mov.c         get_be16(pb); /* reserved */
get_be16          812 libavformat/mov.c         dref_id = get_be16(pb);
get_be16          860 libavformat/mov.c             get_be16(pb); /* version */
get_be16          861 libavformat/mov.c             get_be16(pb); /* revision level */
get_be16          866 libavformat/mov.c             st->codec->width = get_be16(pb); /* width */
get_be16          867 libavformat/mov.c             st->codec->height = get_be16(pb); /* height */
get_be16          872 libavformat/mov.c             get_be16(pb); /* frames per samples */
get_be16          880 libavformat/mov.c             st->codec->bits_per_coded_sample = get_be16(pb); /* depth */
get_be16          881 libavformat/mov.c             st->codec->color_table_id = get_be16(pb); /* colortable id */
get_be16          931 libavformat/mov.c                     color_count = get_be16(pb);
get_be16          932 libavformat/mov.c                     color_end = get_be16(pb);
get_be16          958 libavformat/mov.c             uint16_t version = get_be16(pb);
get_be16          961 libavformat/mov.c             get_be16(pb); /* revision level */
get_be16          964 libavformat/mov.c             st->codec->channels = get_be16(pb);             /* channel count */
get_be16          966 libavformat/mov.c             st->codec->bits_per_coded_sample = get_be16(pb);      /* sample size */
get_be16          968 libavformat/mov.c             sc->audio_cid = get_be16(pb);
get_be16          969 libavformat/mov.c             get_be16(pb); /* packet size = 0 */
get_be16         1537 libavformat/mov.c         str_size = get_be16(pb); // string length
get_be16         1538 libavformat/mov.c         ff_mov_lang_to_iso639(get_be16(pb), language);
get_be16         1612 libavformat/mov.c     get_be16(pb); /* layer */
get_be16         1613 libavformat/mov.c     get_be16(pb); /* alternate group */
get_be16         1614 libavformat/mov.c     get_be16(pb); /* volume */
get_be16         1615 libavformat/mov.c     get_be16(pb); /* reserved */
get_be16          265 libavformat/mp3.c             get_be16(s->pb); /* flags */
get_be16          442 libavformat/mp3.c         if(get_be16(s->pb) == 1) {
get_be16          203 libavformat/mpeg.c     psm_length = get_be16(pb);
get_be16          206 libavformat/mpeg.c     ps_info_length = get_be16(pb);
get_be16          210 libavformat/mpeg.c     es_map_length = get_be16(pb);
get_be16          216 libavformat/mpeg.c         uint16_t es_info_length = get_be16(pb);
get_be16          256 libavformat/mpeg.c         url_fskip(s->pb, get_be16(s->pb));
get_be16          260 libavformat/mpeg.c         len = get_be16(s->pb);
get_be16          289 libavformat/mpeg.c     len = get_be16(s->pb);
get_be16          865 libavformat/mxfdec.c         int tag = get_be16(pb);
get_be16          866 libavformat/mxfdec.c         int size = get_be16(pb); /* KLV specified by 0x53 */
get_be16           78 libavformat/pva.c     syncword = get_be16(pb);
get_be16           83 libavformat/pva.c     length   = get_be16(pb);
get_be16          118 libavformat/pva.c             pes_packet_length      = get_be16(pb);
get_be16          119 libavformat/pva.c             pes_flags              = get_be16(pb);
get_be16           66 libavformat/r3d.c     tmp = get_be16(s->pb); // unknown
get_be16           80 libavformat/r3d.c     tmp = get_be16(s->pb); // unknown
get_be16           83 libavformat/r3d.c     st->codec->time_base.den = get_be16(s->pb);
get_be16           84 libavformat/r3d.c     st->codec->time_base.num = get_be16(s->pb);
get_be16          223 libavformat/r3d.c     tmp = get_be16(s->pb); // unknown
get_be16          227 libavformat/r3d.c         tmp = get_be16(s->pb); // unknown
get_be16          230 libavformat/r3d.c         tmp = get_be16(s->pb); // unknown
get_be16          276 libavformat/r3d.c     tmp = get_be16(s->pb); // unkown
get_be16          165 libavformat/rdt.c         num = get_be16(&pb);
get_be16          169 libavformat/rdt.c         chunk_nr = get_be16(&pb);
get_be16          173 libavformat/rdt.c         num = get_be16(&pb);
get_be16           75 libavformat/rmdec.c         int len = wide ? get_be16(s->pb) : get_byte(s->pb);
get_be16          122 libavformat/rmdec.c         get_be16(pb); /* version2 */
get_be16          124 libavformat/rmdec.c         flavor= get_be16(pb); /* add codec info / flavor */
get_be16          129 libavformat/rmdec.c         ast->sub_packet_h = sub_packet_h = get_be16(pb); /* 1 */
get_be16          130 libavformat/rmdec.c         st->codec->block_align= get_be16(pb); /* frame size */
get_be16          131 libavformat/rmdec.c         ast->sub_packet_size = sub_packet_size = get_be16(pb); /* sub packet size */
get_be16          132 libavformat/rmdec.c         get_be16(pb); /* ??? */
get_be16          134 libavformat/rmdec.c             get_be16(pb); get_be16(pb); get_be16(pb);
get_be16          136 libavformat/rmdec.c         st->codec->sample_rate = get_be16(pb);
get_be16          138 libavformat/rmdec.c         st->codec->channels = get_be16(pb);
get_be16          165 libavformat/rmdec.c             get_be16(pb); get_byte(pb);
get_be16          196 libavformat/rmdec.c             get_be16(pb); get_byte(pb);
get_be16          255 libavformat/rmdec.c         st->codec->width = get_be16(pb);
get_be16          256 libavformat/rmdec.c         st->codec->height = get_be16(pb);
get_be16          258 libavformat/rmdec.c         fps= get_be16(pb);
get_be16          261 libavformat/rmdec.c         fps2= get_be16(pb);
get_be16          262 libavformat/rmdec.c         get_be16(pb);
get_be16          329 libavformat/rmdec.c     get_be16(pb);
get_be16          338 libavformat/rmdec.c         get_be16(pb);
get_be16          362 libavformat/rmdec.c             get_be16(pb); /* nb streams */
get_be16          363 libavformat/rmdec.c             flags = get_be16(pb); /* flags */
get_be16          372 libavformat/rmdec.c             st->id = get_be16(pb);
get_be16          410 libavformat/rmdec.c     n = get_be16(pb);
get_be16          416 libavformat/rmdec.c         n1 = get_be16(pb);
get_be16          443 libavformat/rmdec.c                 len = get_be16(pb) - 6;
get_be16          454 libavformat/rmdec.c             num = get_be16(pb);
get_be16          630 libavformat/rmdec.c             ast->sub_packet_cnt = (get_be16(pb) & 0xf0) >> 4;
get_be16          633 libavformat/rmdec.c                     ast->sub_packet_lengths[x] = get_be16(pb);