get_be32 73 libavformat/aiff.c size = get_be32(pb); get_be32 111 libavformat/aiff.c num_frames = get_be32(pb); get_be32 354 libavformat/aiff.c version = get_be32(pb); get_be32 369 libavformat/aiff.c offset = get_be32(pb); /* Offset of sound data */ get_be32 370 libavformat/aiff.c get_be32(pb); /* BlockSize... don't care */ get_be32 133 libavformat/au.c size = get_be32(pb); /* header size */ get_be32 134 libavformat/au.c get_be32(pb); /* data size */ get_be32 136 libavformat/au.c id = get_be32(pb); get_be32 137 libavformat/au.c rate = get_be32(pb); get_be32 138 libavformat/au.c channels = get_be32(pb); get_be32 864 libavformat/avidec.c ast->pal[k] = get_be32(pb)>>8;// b + (g << 8) + (r << 16); get_be32 311 libavformat/avio.h unsigned int get_be32(ByteIOContext *s); get_be32 521 libavformat/aviobuf.c val = (uint64_t)get_be32(s) << 32; get_be32 522 libavformat/aviobuf.c val |= (uint64_t)get_be32(s); get_be32 416 libavformat/dv.c state = get_be32(s->pb); get_be32 68 libavformat/dxa.c fps = get_be32(pb); get_be32 91 libavformat/dxa.c size = get_be32(pb); get_be32 220 libavformat/electronicarts.c ea->sample_rate = ea->big_endian ? get_be32(pb) : get_le32(pb); get_be32 451 libavformat/electronicarts.c chunk_size = ea->big_endian ? get_be32(pb) : get_le32(pb); get_be32 247 libavformat/ffmdec.c ffm->packet_size = get_be32(pb); get_be32 259 libavformat/ffmdec.c nb_streams = get_be32(pb); get_be32 260 libavformat/ffmdec.c get_be32(pb); /* total bitrate */ get_be32 274 libavformat/ffmdec.c codec->codec_id = get_be32(pb); get_be32 276 libavformat/ffmdec.c codec->bit_rate = get_be32(pb); get_be32 277 libavformat/ffmdec.c st->quality = get_be32(pb); get_be32 278 libavformat/ffmdec.c codec->flags = get_be32(pb); get_be32 279 libavformat/ffmdec.c codec->flags2 = get_be32(pb); get_be32 280 libavformat/ffmdec.c codec->debug = get_be32(pb); get_be32 284 libavformat/ffmdec.c codec->time_base.num = get_be32(pb); get_be32 285 libavformat/ffmdec.c codec->time_base.den = get_be32(pb); get_be32 289 libavformat/ffmdec.c codec->pix_fmt = get_be32(pb); get_be32 295 libavformat/ffmdec.c codec->bit_rate_tolerance = get_be32(pb); get_be32 297 libavformat/ffmdec.c codec->rc_max_rate = get_be32(pb); get_be32 298 libavformat/ffmdec.c codec->rc_min_rate = get_be32(pb); get_be32 299 libavformat/ffmdec.c codec->rc_buffer_size = get_be32(pb); get_be32 304 libavformat/ffmdec.c codec->dct_algo = get_be32(pb); get_be32 305 libavformat/ffmdec.c codec->strict_std_compliance = get_be32(pb); get_be32 306 libavformat/ffmdec.c codec->max_b_frames = get_be32(pb); get_be32 307 libavformat/ffmdec.c codec->luma_elim_threshold = get_be32(pb); get_be32 308 libavformat/ffmdec.c codec->chroma_elim_threshold = get_be32(pb); get_be32 309 libavformat/ffmdec.c codec->mpeg_quant = get_be32(pb); get_be32 310 libavformat/ffmdec.c codec->intra_dc_precision = get_be32(pb); get_be32 311 libavformat/ffmdec.c codec->me_method = get_be32(pb); get_be32 312 libavformat/ffmdec.c codec->mb_decision = get_be32(pb); get_be32 313 libavformat/ffmdec.c codec->nsse_weight = get_be32(pb); get_be32 314 libavformat/ffmdec.c codec->frame_skip_cmp = get_be32(pb); get_be32 316 libavformat/ffmdec.c codec->codec_tag = get_be32(pb); get_be32 320 libavformat/ffmdec.c codec->sample_rate = get_be32(pb); get_be32 328 libavformat/ffmdec.c codec->extradata_size = get_be32(pb); get_be32 168 libavformat/flvdec.c arraylen = get_be32(ioc); get_be32 289 libavformat/flvdec.c offset = get_be32(s->pb); get_be32 389 libavformat/flvdec.c size= get_be32(s->pb); get_be32 41 libavformat/gxf.c if (get_be32(pb)) get_be32 46 libavformat/gxf.c *length = get_be32(pb); get_be32 50 libavformat/gxf.c if (get_be32(pb)) get_be32 171 libavformat/gxf.c uint32_t value = get_be32(pb); get_be32 220 libavformat/gxf.c uint32_t value = get_be32(pb); get_be32 386 libavformat/gxf.c tmp = get_be32(pb); get_be32 401 libavformat/gxf.c cur_timestamp = get_be32(pb); get_be32 446 libavformat/gxf.c field_nr = get_be32(pb); get_be32 447 libavformat/gxf.c field_info = get_be32(pb); get_be32 448 libavformat/gxf.c get_be32(pb); // "timeline" field number get_be32 105 libavformat/iff.c data_size = get_be32(pb); get_be32 123 libavformat/iff.c st->codec->channels = (get_be32(pb) < 6) ? 1 : 2; get_be32 87 libavformat/lmlm4.c packet_size = get_be32(pb); get_be32 598 libavformat/matroskadec.c *num= av_int2flt(get_be32(pb)); get_be32 1334 libavformat/matroskadec.c track->audio.coded_framesize = get_be32(&b); get_be32 194 libavformat/mmf.c file_size = get_be32(pb); get_be32 199 libavformat/mmf.c size = get_be32(pb); get_be32 230 libavformat/mmf.c size = get_be32(pb); get_be32 190 libavformat/mov.c a.size = get_be32(pb); get_be32 250 libavformat/mov.c get_be32(pb); // version + flags get_be32 251 libavformat/mov.c entries = get_be32(pb); get_be32 261 libavformat/mov.c uint32_t size = get_be32(pb); get_be32 265 libavformat/mov.c get_be32(pb); // version + flags get_be32 342 libavformat/mov.c get_be32(pb); /* component manufacture */ get_be32 343 libavformat/mov.c get_be32(pb); /* component flags */ get_be32 344 libavformat/mov.c get_be32(pb); /* component flags mask */ get_be32 396 libavformat/mov.c get_be32(pb); /* version + flags */ get_be32 409 libavformat/mov.c get_be32(pb); /* max bitrate */ get_be32 410 libavformat/mov.c get_be32(pb); /* avg bitrate */ get_be32 450 libavformat/mov.c const int num = get_be32(pb); get_be32 451 libavformat/mov.c const int den = get_be32(pb); get_be32 486 libavformat/mov.c get_be32(pb); /* minor version */ get_be32 531 libavformat/mov.c get_be32(pb); /* creation time */ get_be32 532 libavformat/mov.c get_be32(pb); /* modification time */ get_be32 535 libavformat/mov.c sc->time_scale = get_be32(pb); get_be32 536 libavformat/mov.c st->duration = (version == 1) ? get_be64(pb) : get_be32(pb); /* duration */ get_be32 555 libavformat/mov.c get_be32(pb); /* creation time */ get_be32 556 libavformat/mov.c get_be32(pb); /* modification time */ get_be32 558 libavformat/mov.c c->time_scale = get_be32(pb); /* time scale */ get_be32 562 libavformat/mov.c c->duration = (version == 1) ? get_be64(pb) : get_be32(pb); /* duration */ get_be32 563 libavformat/mov.c get_be32(pb); /* preferred scale */ get_be32 571 libavformat/mov.c get_be32(pb); /* preview time */ get_be32 572 libavformat/mov.c get_be32(pb); /* preview duration */ get_be32 573 libavformat/mov.c get_be32(pb); /* poster time */ get_be32 574 libavformat/mov.c get_be32(pb); /* selection time */ get_be32 575 libavformat/mov.c get_be32(pb); /* selection duration */ get_be32 576 libavformat/mov.c get_be32(pb); /* current time */ get_be32 577 libavformat/mov.c get_be32(pb); /* next track ID */ get_be32 728 libavformat/mov.c entries = get_be32(pb); get_be32 740 libavformat/mov.c sc->chunk_offsets[i] = get_be32(pb); get_be32 799 libavformat/mov.c entries = get_be32(pb); get_be32 807 libavformat/mov.c int size = get_be32(pb); /* size */ get_be32 810 libavformat/mov.c get_be32(pb); /* reserved */ get_be32 862 libavformat/mov.c get_be32(pb); /* vendor */ get_be32 863 libavformat/mov.c get_be32(pb); /* temporal quality */ get_be32 864 libavformat/mov.c get_be32(pb); /* spatial quality */ get_be32 869 libavformat/mov.c get_be32(pb); /* horiz resolution */ get_be32 870 libavformat/mov.c get_be32(pb); /* vert resolution */ get_be32 871 libavformat/mov.c get_be32(pb); /* data size, always 0 */ get_be32 930 libavformat/mov.c color_start = get_be32(pb); get_be32 962 libavformat/mov.c get_be32(pb); /* vendor */ get_be32 971 libavformat/mov.c st->codec->sample_rate = ((get_be32(pb) >> 16)); get_be32 977 libavformat/mov.c sc->samples_per_frame = get_be32(pb); get_be32 978 libavformat/mov.c get_be32(pb); /* bytes per packet */ get_be32 979 libavformat/mov.c sc->bytes_per_frame = get_be32(pb); get_be32 980 libavformat/mov.c get_be32(pb); /* bytes per sample */ get_be32 982 libavformat/mov.c get_be32(pb); /* sizeof struct only */ get_be32 984 libavformat/mov.c st->codec->channels = get_be32(pb); get_be32 985 libavformat/mov.c get_be32(pb); /* always 0x7F000000 */ get_be32 986 libavformat/mov.c st->codec->bits_per_coded_sample = get_be32(pb); /* bits per channel if sound is uncompressed */ get_be32 987 libavformat/mov.c flags = get_be32(pb); /* lcpm format specific flag */ get_be32 988 libavformat/mov.c sc->bytes_per_frame = get_be32(pb); /* bytes per audio packet if constant */ get_be32 989 libavformat/mov.c sc->samples_per_frame = get_be32(pb); /* lpcm frames per audio packet if constant */ get_be32 1126 libavformat/mov.c entries = get_be32(pb); get_be32 1138 libavformat/mov.c sc->stsc_data[i].first = get_be32(pb); get_be32 1139 libavformat/mov.c sc->stsc_data[i].count = get_be32(pb); get_be32 1140 libavformat/mov.c sc->stsc_data[i].id = get_be32(pb); get_be32 1159 libavformat/mov.c entries = get_be32(pb); get_be32 1171 libavformat/mov.c sc->keyframes[i] = get_be32(pb); get_be32 1191 libavformat/mov.c sample_size = get_be32(pb); get_be32 1194 libavformat/mov.c entries = get_be32(pb); get_be32 1209 libavformat/mov.c sc->sample_sizes[i] = get_be32(pb); get_be32 1228 libavformat/mov.c entries = get_be32(pb); get_be32 1243 libavformat/mov.c sample_count=get_be32(pb); get_be32 1244 libavformat/mov.c sample_duration = get_be32(pb); get_be32 1275 libavformat/mov.c entries = get_be32(pb); get_be32 1287 libavformat/mov.c int count =get_be32(pb); get_be32 1288 libavformat/mov.c int duration =get_be32(pb); get_be32 1513 libavformat/mov.c get_be32(pb); // type get_be32 1514 libavformat/mov.c get_be32(pb); // unknown get_be32 1515 libavformat/mov.c snprintf(track, sizeof(track), "%d", get_be32(pb)); get_be32 1528 libavformat/mov.c int data_size = get_be32(pb); get_be32 1531 libavformat/mov.c get_be32(pb); // type get_be32 1532 libavformat/mov.c get_be32(pb); // unknown get_be32 1601 libavformat/mov.c get_be32(pb); /* creation time */ get_be32 1602 libavformat/mov.c get_be32(pb); /* modification time */ get_be32 1604 libavformat/mov.c st->id = (int)get_be32(pb); /* track id (NOT 0 !)*/ get_be32 1605 libavformat/mov.c get_be32(pb); /* reserved */ get_be32 1608 libavformat/mov.c (version == 1) ? get_be64(pb) : get_be32(pb); get_be32 1609 libavformat/mov.c get_be32(pb); /* reserved */ get_be32 1610 libavformat/mov.c get_be32(pb); /* reserved */ get_be32 1621 libavformat/mov.c display_matrix[i][0] = get_be32(pb); // 16.16 fixed point get_be32 1622 libavformat/mov.c display_matrix[i][1] = get_be32(pb); // 16.16 fixed point get_be32 1623 libavformat/mov.c get_be32(pb); // 2.30 fixed point (not used) get_be32 1626 libavformat/mov.c width = get_be32(pb); // 16.16 fixed point track width get_be32 1627 libavformat/mov.c height = get_be32(pb); // 16.16 fixed point track height get_be32 1661 libavformat/mov.c track_id = get_be32(pb); get_be32 1677 libavformat/mov.c if (flags & 0x02) frag->stsd_id = get_be32(pb); get_be32 1680 libavformat/mov.c frag->duration = flags & 0x08 ? get_be32(pb) : trex->duration; get_be32 1681 libavformat/mov.c frag->size = flags & 0x10 ? get_be32(pb) : trex->size; get_be32 1682 libavformat/mov.c frag->flags = flags & 0x20 ? get_be32(pb) : trex->flags; get_be32 1700 libavformat/mov.c trex->track_id = get_be32(pb); get_be32 1701 libavformat/mov.c trex->stsd_id = get_be32(pb); get_be32 1702 libavformat/mov.c trex->duration = get_be32(pb); get_be32 1703 libavformat/mov.c trex->size = get_be32(pb); get_be32 1704 libavformat/mov.c trex->flags = get_be32(pb); get_be32 1727 libavformat/mov.c entries = get_be32(pb); get_be32 1729 libavformat/mov.c if (flags & 0x001) data_offset = get_be32(pb); get_be32 1730 libavformat/mov.c if (flags & 0x004) first_sample_flags = get_be32(pb); get_be32 1751 libavformat/mov.c if (flags & 0x100) sample_duration = get_be32(pb); get_be32 1752 libavformat/mov.c if (flags & 0x200) sample_size = get_be32(pb); get_be32 1753 libavformat/mov.c if (flags & 0x400) sample_flags = get_be32(pb); get_be32 1756 libavformat/mov.c sc->ctts_data[sc->ctts_count].duration = get_be32(pb); get_be32 1787 libavformat/mov.c if (get_be32(pb) != 0) { /* 0 sized mdat atom... use the 'wide' atom size */ get_be32 1811 libavformat/mov.c get_be32(pb); /* dcom atom */ get_be32 1818 libavformat/mov.c get_be32(pb); /* cmvd atom */ get_be32 1821 libavformat/mov.c moov_len = get_be32(pb); /* uncompressed size */ get_be32 1866 libavformat/mov.c edit_count = get_be32(pb); /* entries */ get_be32 1870 libavformat/mov.c get_be32(pb); /* Track duration */ get_be32 1871 libavformat/mov.c time = get_be32(pb); /* Media time */ get_be32 1872 libavformat/mov.c get_be32(pb); /* Media rate */ get_be32 263 libavformat/mp3.c tag = get_be32(s->pb); get_be32 419 libavformat/mp3.c v = get_be32(s->pb); get_be32 430 libavformat/mp3.c v = get_be32(s->pb); get_be32 432 libavformat/mp3.c v = get_be32(s->pb); get_be32 434 libavformat/mp3.c frames = get_be32(s->pb); get_be32 439 libavformat/mp3.c v = get_be32(s->pb); get_be32 445 libavformat/mp3.c frames = get_be32(s->pb); get_be32 183 libavformat/mpeg.c start_code = get_be32(pb); get_be32 223 libavformat/mpeg.c get_be32(pb); /* crc32 */ get_be32 348 libavformat/mxfdec.c int item_num = get_be32(pb); get_be32 349 libavformat/mxfdec.c int item_len = get_be32(pb); get_be32 388 libavformat/mxfdec.c mxf->packages_count = get_be32(pb); get_be32 416 libavformat/mxfdec.c source_clip->source_track_id = get_be32(pb); get_be32 426 libavformat/mxfdec.c package->tracks_count = get_be32(pb); get_be32 443 libavformat/mxfdec.c track->track_id = get_be32(pb); get_be32 449 libavformat/mxfdec.c track->edit_rate.den = get_be32(pb); get_be32 450 libavformat/mxfdec.c track->edit_rate.num = get_be32(pb); get_be32 469 libavformat/mxfdec.c sequence->structural_components_count = get_be32(pb); get_be32 486 libavformat/mxfdec.c package->tracks_count = get_be32(pb); get_be32 510 libavformat/mxfdec.c case 0x3F05: dprintf(NULL, "EditUnitByteCount %d\n", get_be32(pb)); break; get_be32 511 libavformat/mxfdec.c case 0x3F06: dprintf(NULL, "IndexSID %d\n", get_be32(pb)); break; get_be32 512 libavformat/mxfdec.c case 0x3F07: dprintf(NULL, "BodySID %d\n", get_be32(pb)); break; get_be32 513 libavformat/mxfdec.c case 0x3F0B: dprintf(NULL, "IndexEditRate %d/%d\n", get_be32(pb), get_be32(pb)); break; get_be32 547 libavformat/mxfdec.c descriptor->sub_descriptors_count = get_be32(pb); get_be32 560 libavformat/mxfdec.c descriptor->linked_track_id = get_be32(pb); get_be32 566 libavformat/mxfdec.c descriptor->width = get_be32(pb); get_be32 569 libavformat/mxfdec.c descriptor->height = get_be32(pb); get_be32 572 libavformat/mxfdec.c descriptor->aspect_ratio.num = get_be32(pb); get_be32 573 libavformat/mxfdec.c descriptor->aspect_ratio.den = get_be32(pb); get_be32 576 libavformat/mxfdec.c descriptor->sample_rate.num = get_be32(pb); get_be32 577 libavformat/mxfdec.c descriptor->sample_rate.den = get_be32(pb); get_be32 583 libavformat/mxfdec.c descriptor->channels = get_be32(pb); get_be32 586 libavformat/mxfdec.c descriptor->bits_per_sample = get_be32(pb); get_be32 103 libavformat/nutdec.c get_be32(bc); get_be32 711 libavformat/nutdec.c get_be32(bc); //FIXME check this get_be32 104 libavformat/pva.c pva_pts = get_be32(pb); get_be32 42 libavformat/r3d.c atom->size = get_be32(s->pb); get_be32 69 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 72 libavformat/r3d.c tmp = get_be32(s->pb); // filenum get_be32 77 libavformat/r3d.c st->codec->width = get_be32(s->pb); get_be32 78 libavformat/r3d.c st->codec->height = get_be32(s->pb); get_be32 121 libavformat/r3d.c r3d->video_offsets[i] = get_be32(s->pb); get_be32 142 libavformat/r3d.c r3d->rdvo_offset = get_be32(s->pb); get_be32 143 libavformat/r3d.c get_be32(s->pb); // rdvs offset get_be32 144 libavformat/r3d.c get_be32(s->pb); // rdao offset get_be32 145 libavformat/r3d.c get_be32(s->pb); // rdas offset get_be32 147 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 150 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 214 libavformat/r3d.c dts = get_be32(s->pb); get_be32 216 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 233 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 235 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 238 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 267 libavformat/r3d.c dts = get_be32(s->pb); get_be32 269 libavformat/r3d.c st->codec->sample_rate = get_be32(s->pb); get_be32 271 libavformat/r3d.c samples = get_be32(s->pb); get_be32 273 libavformat/r3d.c tmp = get_be32(s->pb); get_be32 283 libavformat/r3d.c tmp = get_be32(s->pb); // unknown get_be32 177 libavformat/rdt.c url_fskip(&pb, get_be32(&pb)); get_be32 178 libavformat/rdt.c size = get_be32(&pb); get_be32 100 libavformat/rl2.c signature = get_be32(pb); get_be32 101 libavformat/rl2.c data_size = get_be32(pb); get_be32 100 libavformat/rmdec.c version = get_be32(pb); /* version */ get_be32 120 libavformat/rmdec.c get_be32(pb); /* .ra4 */ get_be32 121 libavformat/rmdec.c get_be32(pb); /* data size */ get_be32 123 libavformat/rmdec.c get_be32(pb); /* header size */ get_be32 125 libavformat/rmdec.c ast->coded_framesize = coded_framesize = get_be32(pb); /* coded frame size */ get_be32 126 libavformat/rmdec.c get_be32(pb); /* ??? */ get_be32 127 libavformat/rmdec.c get_be32(pb); /* ??? */ get_be32 128 libavformat/rmdec.c get_be32(pb); /* ??? */ get_be32 137 libavformat/rmdec.c get_be32(pb); get_be32 140 libavformat/rmdec.c get_be32(pb); get_be32 168 libavformat/rmdec.c codecdata_length = get_be32(pb); get_be32 200 libavformat/rmdec.c codecdata_length = get_be32(pb); get_be32 235 libavformat/rmdec.c v = get_be32(pb); get_be32 260 libavformat/rmdec.c get_be32(pb); get_be32 328 libavformat/rmdec.c get_be32(pb); /* header size */ get_be32 330 libavformat/rmdec.c get_be32(pb); get_be32 331 libavformat/rmdec.c get_be32(pb); /* number of headers */ get_be32 337 libavformat/rmdec.c tag_size = get_be32(pb); get_be32 353 libavformat/rmdec.c get_be32(pb); /* max bit rate */ get_be32 354 libavformat/rmdec.c get_be32(pb); /* avg bit rate */ get_be32 355 libavformat/rmdec.c get_be32(pb); /* max packet size */ get_be32 356 libavformat/rmdec.c get_be32(pb); /* avg packet size */ get_be32 357 libavformat/rmdec.c get_be32(pb); /* nb packets */ get_be32 358 libavformat/rmdec.c get_be32(pb); /* duration */ get_be32 359 libavformat/rmdec.c get_be32(pb); /* preroll */ get_be32 360 libavformat/rmdec.c get_be32(pb); /* index offset */ get_be32 361 libavformat/rmdec.c get_be32(pb); /* data offset */ get_be32 373 libavformat/rmdec.c get_be32(pb); /* max bit rate */ get_be32 374 libavformat/rmdec.c st->codec->bit_rate = get_be32(pb); /* bit rate */ get_be32 375 libavformat/rmdec.c get_be32(pb); /* max packet size */ get_be32 376 libavformat/rmdec.c get_be32(pb); /* avg packet size */ get_be32 377 libavformat/rmdec.c start_time = get_be32(pb); /* start time */ get_be32 378 libavformat/rmdec.c get_be32(pb); /* preroll */ get_be32 379 libavformat/rmdec.c duration = get_be32(pb); /* duration */ get_be32 387 libavformat/rmdec.c get_be32(pb)) < 0) get_be32 399 libavformat/rmdec.c rm->nb_packets = get_be32(pb); /* number of packets */ get_be32 402 libavformat/rmdec.c get_be32(pb); /* next data header */ get_be32 455 libavformat/rmdec.c *timestamp = get_be32(pb); get_be32 95 libavformat/siff.c if(get_be32(pb) != 32){ get_be32 143 libavformat/siff.c if(get_be32(pb) != 8){ get_be32 61 libavformat/swfdec.c tag = get_be32(pb) & 0xffffff00; get_be32 64 libavformat/thp.c get_be32(pb); /* Skip Magic. */ get_be32 65 libavformat/thp.c thp->version = get_be32(pb); get_be32 67 libavformat/thp.c get_be32(pb); /* Max buf size. */ get_be32 68 libavformat/thp.c get_be32(pb); /* Max samples. */ get_be32 70 libavformat/thp.c thp->fps = av_d2q(av_int2flt(get_be32(pb)), INT_MAX); get_be32 71 libavformat/thp.c thp->framecnt = get_be32(pb); get_be32 72 libavformat/thp.c thp->first_framesz = get_be32(pb); get_be32 73 libavformat/thp.c get_be32(pb); /* Data size. */ get_be32 75 libavformat/thp.c thp->compoff = get_be32(pb); get_be32 76 libavformat/thp.c get_be32(pb); /* offsetDataOffset. */ get_be32 77 libavformat/thp.c thp->first_frame = get_be32(pb); get_be32 78 libavformat/thp.c thp->last_frame = get_be32(pb); get_be32 85 libavformat/thp.c thp->compcount = get_be32(pb); get_be32 106 libavformat/thp.c st->codec->width = get_be32(pb); get_be32 107 libavformat/thp.c st->codec->height = get_be32(pb); get_be32 113 libavformat/thp.c get_be32(pb); /* Unknown. */ get_be32 126 libavformat/thp.c st->codec->channels = get_be32(pb); /* numChannels. */ get_be32 127 libavformat/thp.c st->codec->sample_rate = get_be32(pb); /* Frequency. */ get_be32 156 libavformat/thp.c thp->next_framesz = get_be32(pb); get_be32 158 libavformat/thp.c get_be32(pb); /* Previous total size. */ get_be32 159 libavformat/thp.c size = get_be32(pb); /* Total size of this frame. */ get_be32 164 libavformat/thp.c thp->audiosize = get_be32(pb); /* Audio size. */