Lines Matching defs:format

270     // Try to output in the same format as the ?xyz field
1654 if (format_flags == 1) // indicates little-endian format. If not present, big-endian format is used
2164 static int mov_codec_id(AVStream *st, uint32_t format)
2166 int id = ff_codec_get_id(ff_codec_movaudio_tags, format);
2169 ((format & 0xFFFF) == 'm' + ('s' << 8) ||
2170 (format & 0xFFFF) == 'T' + ('S' << 8)))
2171 id = ff_codec_get_id(ff_codec_wav_tags, av_bswap32(format) & 0xFFFF);
2177 format && format != MKTAG('m','p','4','s')) {
2178 id = ff_codec_get_id(ff_codec_movvideo_tags, format);
2180 id = ff_codec_get_id(ff_codec_bmp_tags, format);
2186 id = ff_codec_get_id(ff_codec_movsubtitle_tags, format);
2190 id = ff_codec_get_id(ff_codec_movdata_tags, format);
2200 st->codecpar->codec_tag = format;
2307 flags = avio_rb32(pb); /* lpcm format specific flag */
2326 if (sc->format == 0) {
2352 /* set values for old format before stsd version 1 appeared */
2528 uint32_t format = AV_RB32(st->codecpar->extradata + 22);
2529 if (format == AV_RB32("name") && (int64_t)size >= (int64_t)len + 18) {
2646 int codec_tag, int format,
2650 (codec_tag != format &&
2651 // AVID 1:1 samples with differing data format and codec tag exist
2652 (codec_tag != AV_RL32("AV1x") || format != AV_RL32("AVup")) &&
2653 // prores is allowed to have differing data format and codec tag
2657 (c->fc->video_codec_id ? ff_codec_get_id(ff_codec_movvideo_tags, format) != c->fc->video_codec_id
2691 uint32_t format = avio_rl32(pb); /* data format */
2692 av_log(c->fc, AV_LOG_INFO, "stsd_entries, size:%ld, format:%u\n", size, format);
2704 if (mov_skip_multiple_stsd(c, pb, st->codecpar->codec_tag, format,
2712 sc->format = format;
2714 id = mov_codec_id(st, format);
2718 av_fourcc2str(format), st->codecpar->codec_type);
2798 /* Each entry contains a size (4 bytes) and format (4 bytes). */
4967 // they're kept in fixed point format through all calculations
6318 uint32_t format = avio_rl32(pb);
6328 switch (sc->format)
6332 id = mov_codec_id(st, format);
6337 (char*)&format, st->codecpar->codec_id);
6342 sc->format = format;
6346 if (format != sc->format) {
6348 "ignoring 'frma' atom of '%.4s', stream format is '%.4s'\n",
6349 (char*)&format, (char*)&sc->format);
8423 * not the case) and thus assume "frame number format" instead of QT one.
8426 * format). */