type 109 compat/cuda/cuda_runtime.h #define TEX2D(type, ret) static inline __device__ void conv(type* out, unsigned a, unsigned b, unsigned c, unsigned d) {*out = (ret);} type 21 compat/djgpp/math.c #define FUN(name, type, op) \ type 22 compat/djgpp/math.c type name(type x, type y) \ type 27 doc/examples/avio_list_dir.c static const char *type_string(int type) type 29 doc/examples/avio_list_dir.c switch (type) { type 88 doc/examples/avio_list_dir.c type_string(entry->type), type 134 doc/examples/demuxing_decoding.c if (dec->codec->type == AVMEDIA_TYPE_VIDEO) type 148 doc/examples/demuxing_decoding.c AVCodecContext **dec_ctx, AVFormatContext *fmt_ctx, enum AVMediaType type) type 155 doc/examples/demuxing_decoding.c ret = av_find_best_stream(fmt_ctx, type, -1, -1, NULL, 0); type 158 doc/examples/demuxing_decoding.c av_get_media_type_string(type), src_filename); type 168 doc/examples/demuxing_decoding.c av_get_media_type_string(type)); type 176 doc/examples/demuxing_decoding.c av_get_media_type_string(type)); type 183 doc/examples/demuxing_decoding.c av_get_media_type_string(type)); type 190 doc/examples/demuxing_decoding.c av_get_media_type_string(type)); type 76 doc/examples/extract_mvs.c static int open_codec_context(AVFormatContext *fmt_ctx, enum AVMediaType type) type 84 doc/examples/extract_mvs.c ret = av_find_best_stream(fmt_ctx, type, -1, -1, &dec, 0); type 87 doc/examples/extract_mvs.c av_get_media_type_string(type), src_filename); type 109 doc/examples/extract_mvs.c av_get_media_type_string(type)); type 49 doc/examples/hw_decode.c static int hw_decoder_init(AVCodecContext *ctx, const enum AVHWDeviceType type) type 53 doc/examples/hw_decode.c if ((err = av_hwdevice_ctx_create(&hw_device_ctx, type, type 157 doc/examples/hw_decode.c enum AVHWDeviceType type; type 165 doc/examples/hw_decode.c type = av_hwdevice_find_type_by_name(argv[1]); type 166 doc/examples/hw_decode.c if (type == AV_HWDEVICE_TYPE_NONE) { type 169 doc/examples/hw_decode.c while((type = av_hwdevice_iterate_types(type)) != AV_HWDEVICE_TYPE_NONE) type 170 doc/examples/hw_decode.c fprintf(stderr, " %s", av_hwdevice_get_type_name(type)); type 198 doc/examples/hw_decode.c decoder->name, av_hwdevice_get_type_name(type)); type 202 doc/examples/hw_decode.c config->device_type == type) { type 217 doc/examples/hw_decode.c if (hw_decoder_init(decoder_ctx, type) < 0) type 151 doc/examples/muxing.c switch ((*codec)->type) { type 510 doc/examples/transcoding.c enum AVMediaType type; type 533 doc/examples/transcoding.c type = ifmt_ctx->streams[packet.stream_index]->codecpar->codec_type; type 547 doc/examples/transcoding.c dec_func = (type == AVMEDIA_TYPE_VIDEO) ? avcodec_decode_video2 : type 58 doc/print_options.c switch (o->type) { type 90 doc/print_options.c if (u->type == AV_OPT_TYPE_CONST && u->unit && !strcmp(u->unit, o->unit)) type 103 doc/print_options.c if (o->type != AV_OPT_TYPE_CONST) type 141 fftools/cmdutils.c double parse_number_or_die(const char *context, const char *numstr, int type, type 151 fftools/cmdutils.c else if (type == OPT_INT64 && (int64_t)d != d) type 153 fftools/cmdutils.c else if (type == OPT_INT && (int)d != d) type 541 fftools/cmdutils.c #define FLAGS (o->type == AV_OPT_TYPE_FLAGS && (arg[0]=='-' || arg[0]=='+')) ? AV_DICT_APPEND : 0 type 1376 fftools/cmdutils.c #define PRINT_CODEC_SUPPORTED(codec, field, type, list_name, term, get_name) \ type 1378 fftools/cmdutils.c const type *p = codec->field; \ type 1431 fftools/cmdutils.c if (c->type == AVMEDIA_TYPE_VIDEO || type 1432 fftools/cmdutils.c c->type == AVMEDIA_TYPE_AUDIO) { type 1484 fftools/cmdutils.c static char get_media_type_char(enum AVMediaType type) type 1486 fftools/cmdutils.c switch (type) { type 1513 fftools/cmdutils.c return (*da)->type != (*db)->type ? FFDIFFSIGN((*da)->type, (*db)->type) : type 1578 fftools/cmdutils.c printf("%c", get_media_type_char(desc->type)); type 1629 fftools/cmdutils.c printf(" %c", get_media_type_char(desc->type)); type 126 fftools/cmdutils.h double parse_number_or_die(const char *context, const char *numstr, int type, type 198 fftools/ffmpeg.c if (r->type != SUBTITLE_BITMAP) { type 1566 fftools/ffmpeg.c enum AVMediaType type = ist->dec_ctx->codec_type; type 1572 fftools/ffmpeg.c i, j, media_type_string(type)); type 1579 fftools/ffmpeg.c if (type == AVMEDIA_TYPE_AUDIO) type 1600 fftools/ffmpeg.c enum AVMediaType type = ost->enc_ctx->codec_type; type 1606 fftools/ffmpeg.c i, j, media_type_string(type)); type 1610 fftools/ffmpeg.c if (type == AVMEDIA_TYPE_AUDIO) type 1716 fftools/ffmpeg.c char type[3] = { 'Y','U','V' }; type 1731 fftools/ffmpeg.c av_bprintf(&buf, "%c:%2.2f ", type[j], p); type 1733 fftools/ffmpeg.c ost->file_index, ost->index, type[j] | 32, p); type 2099 fftools/ffmpeg.c if (fg->inputs[i]->format < 0 && (fg->inputs[i]->type == AVMEDIA_TYPE_AUDIO || type 2100 fftools/ffmpeg.c fg->inputs[i]->type == AVMEDIA_TYPE_VIDEO)) type 2197 fftools/ffmpeg.c if (ifilter->format < 0 && (ifilter->type == AVMEDIA_TYPE_AUDIO || ifilter->type == AVMEDIA_TYPE_VIDEO)) { type 2519 fftools/ffmpeg.c || ost->enc->type != AVMEDIA_TYPE_SUBTITLE) type 3089 fftools/ffmpeg.c dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size); type 3444 fftools/ffmpeg.c if (ost->enc->type == AVMEDIA_TYPE_AUDIO && type 3458 fftools/ffmpeg.c if (ist && ist->dec->type == AVMEDIA_TYPE_SUBTITLE && ost->enc->type == AVMEDIA_TYPE_SUBTITLE) { type 3485 fftools/ffmpeg.c if (ost->enc->type == AVMEDIA_TYPE_AUDIO && type 3515 fftools/ffmpeg.c dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size); type 3533 fftools/ffmpeg.c if (sd->type != AV_PKT_DATA_CPB_PROPERTIES) { type 3534 fftools/ffmpeg.c uint8_t *dst = av_stream_new_side_data(ost->st, sd->type, sd->size); type 3538 fftools/ffmpeg.c if (ist->autorotate && sd->type == AV_PKT_DATA_DISPLAYMATRIX) type 4286 fftools/ffmpeg.c (ost->stream_copy || ost->enc->type == AVMEDIA_TYPE_SUBTITLE)) type 4376 fftools/ffmpeg.c if (src_sd->type == AV_PKT_DATA_DISPLAYMATRIX) type 4379 fftools/ffmpeg.c if (av_packet_get_side_data(&pkt, src_sd->type, NULL)) type 4382 fftools/ffmpeg.c dst_data = av_packet_new_side_data(&pkt, src_sd->type, src_sd->size); type 75 fftools/ffmpeg.h enum AVHWDeviceType type; type 239 fftools/ffmpeg.h enum AVMediaType type; // AVMEDIA_TYPE_SUBTITLE for sub2video type 266 fftools/ffmpeg.h enum AVMediaType type; type 160 fftools/ffmpeg_filter.c #define DEF_CHOOSE_FORMAT(suffix, type, var, supported_list, none, get_name) \ type 167 fftools/ffmpeg_filter.c const type *p; \ type 257 fftools/ffmpeg_filter.c enum AVMediaType type = avfilter_pad_get_type(in->filter_ctx->input_pads, in->pad_idx); type 261 fftools/ffmpeg_filter.c if (type != AVMEDIA_TYPE_VIDEO && type != AVMEDIA_TYPE_AUDIO) { type 282 fftools/ffmpeg_filter.c if (stream_type != type && type 284 fftools/ffmpeg_filter.c type == AVMEDIA_TYPE_VIDEO /* sub2video hack */)) type 308 fftools/ffmpeg_filter.c if (ist->dec_ctx->codec_type == type && ist->discard) type 330 fftools/ffmpeg_filter.c fg->inputs[fg->nb_inputs - 1]->type = ist->st->codecpar->codec_type; type 369 fftools/ffmpeg_filter.c fg->outputs[fg->nb_outputs - 1]->type = avfilter_pad_get_type(cur->filter_ctx->output_pads, type 389 fftools/ffmpeg_filter.c enum AVMediaType type = avfilter_pad_get_type((*last_filter)->output_pads, *pad_idx); type 390 fftools/ffmpeg_filter.c const char *name = (type == AVMEDIA_TYPE_VIDEO) ? "trim" : "atrim"; type 1137 fftools/ffmpeg_filter.c if (ost->enc->type == AVMEDIA_TYPE_AUDIO && type 30 fftools/ffmpeg_hw.c static HWDevice *hw_device_get_by_type(enum AVHWDeviceType type) type 35 fftools/ffmpeg_hw.c if (hw_devices[i]->type == type) { type 69 fftools/ffmpeg_hw.c static char *hw_device_default_name(enum AVHWDeviceType type) type 74 fftools/ffmpeg_hw.c const char *type_name = av_hwdevice_get_type_name(type); type 105 fftools/ffmpeg_hw.c enum AVHWDeviceType type; type 120 fftools/ffmpeg_hw.c type = av_hwdevice_find_type_by_name(type_name); type 121 fftools/ffmpeg_hw.c if (type == AV_HWDEVICE_TYPE_NONE) { type 141 fftools/ffmpeg_hw.c name = hw_device_default_name(type); type 150 fftools/ffmpeg_hw.c err = av_hwdevice_ctx_create(&device_ref, type, type 174 fftools/ffmpeg_hw.c err = av_hwdevice_ctx_create(&device_ref, type, type 189 fftools/ffmpeg_hw.c err = av_hwdevice_ctx_create_derived(&device_ref, type, type 205 fftools/ffmpeg_hw.c dev->type = type; type 231 fftools/ffmpeg_hw.c static int hw_device_init_from_type(enum AVHWDeviceType type, type 240 fftools/ffmpeg_hw.c name = hw_device_default_name(type); type 246 fftools/ffmpeg_hw.c err = av_hwdevice_ctx_create(&device_ref, type, device, NULL, 0); type 260 fftools/ffmpeg_hw.c dev->type = type; type 306 fftools/ffmpeg_hw.c enum AVHWDeviceType type; type 316 fftools/ffmpeg_hw.c type = ist->hwaccel_device_type; type 317 fftools/ffmpeg_hw.c err = hw_device_init_from_type(type, ist->hwaccel_device, type 326 fftools/ffmpeg_hw.c ist->hwaccel_device_type = dev->type; type 327 fftools/ffmpeg_hw.c } else if (ist->hwaccel_device_type != dev->type) { type 331 fftools/ffmpeg_hw.c av_hwdevice_get_type_name(dev->type), type 340 fftools/ffmpeg_hw.c type = ist->hwaccel_device_type; type 341 fftools/ffmpeg_hw.c dev = hw_device_get_by_type(type); type 343 fftools/ffmpeg_hw.c err = hw_device_init_from_type(type, NULL, &dev); type 364 fftools/ffmpeg_hw.c type = config->device_type; type 365 fftools/ffmpeg_hw.c dev = hw_device_get_by_type(type); type 369 fftools/ffmpeg_hw.c av_hwdevice_get_type_name(type), dev->name); type 376 fftools/ffmpeg_hw.c type = config->device_type; type 378 fftools/ffmpeg_hw.c err = hw_device_init_from_type(type, ist->hwaccel_device, type 387 fftools/ffmpeg_hw.c "from %s.\n", av_hwdevice_get_type_name(type), type 392 fftools/ffmpeg_hw.c av_hwdevice_get_type_name(type)); type 396 fftools/ffmpeg_hw.c ist->hwaccel_device_type = type; type 408 fftools/ffmpeg_hw.c av_hwdevice_get_type_name(type), ist->dec->name); type 464 fftools/ffmpeg_hw.c av_hwdevice_get_type_name(dev->type), ost->enc->name); type 96 fftools/ffmpeg_opt.c #define WARN_MULTIPLE_OPT_USAGE(name, type, so, st)\ type 102 fftools/ffmpeg_opt.c av_log(NULL, AV_LOG_WARNING, "Multiple %s options specified for stream %d, only the last option '-%s%s%s "SPECIFIER_OPT_FMT_##type"' will be used.\n",\ type 103 fftools/ffmpeg_opt.c namestr, st->index, opt_name_##name[0], spec[0] ? ":" : "", spec, so->u.type);\ type 106 fftools/ffmpeg_opt.c #define MATCH_PER_STREAM_OPT(name, type, outvar, fmtctx, st)\ type 113 fftools/ffmpeg_opt.c outvar = o->name[i].u.type;\ type 120 fftools/ffmpeg_opt.c WARN_MULTIPLE_OPT_USAGE(name, type, so, st);\ type 123 fftools/ffmpeg_opt.c #define MATCH_PER_TYPE_OPT(name, type, outvar, fmtctx, mediatype)\ type 129 fftools/ffmpeg_opt.c outvar = o->name[i].u.type;\ type 234 fftools/ffmpeg_opt.c enum AVHWDeviceType type = AV_HWDEVICE_TYPE_NONE; type 237 fftools/ffmpeg_opt.c while ((type = av_hwdevice_iterate_types(type)) != type 239 fftools/ffmpeg_opt.c printf("%s\n", av_hwdevice_get_type_name(type)); type 554 fftools/ffmpeg_opt.c enum AVHWDeviceType type = AV_HWDEVICE_TYPE_NONE; type 556 fftools/ffmpeg_opt.c while ((type = av_hwdevice_iterate_types(type)) != type 558 fftools/ffmpeg_opt.c printf("%s\n", av_hwdevice_get_type_name(type)); type 587 fftools/ffmpeg_opt.c static void parse_meta_type(char *arg, char *type, int *index, const char **stream_spec) type 590 fftools/ffmpeg_opt.c *type = *arg; type 611 fftools/ffmpeg_opt.c *type = 'g'; type 654 fftools/ffmpeg_opt.c #define SET_DICT(type, meta, context, index)\ type 655 fftools/ffmpeg_opt.c switch (type) {\ type 719 fftools/ffmpeg_opt.c static AVCodec *find_codec_or_die(const char *name, enum AVMediaType type, int encoder) type 741 fftools/ffmpeg_opt.c if (codec->type != type) { type 904 fftools/ffmpeg_opt.c enum AVHWDeviceType type; type 914 fftools/ffmpeg_opt.c type = av_hwdevice_find_type_by_name(hwaccel); type 915 fftools/ffmpeg_opt.c if (type != AV_HWDEVICE_TYPE_NONE) { type 917 fftools/ffmpeg_opt.c ist->hwaccel_device_type = type; type 925 fftools/ffmpeg_opt.c type = AV_HWDEVICE_TYPE_NONE; type 926 fftools/ffmpeg_opt.c while ((type = av_hwdevice_iterate_types(type)) != type 929 fftools/ffmpeg_opt.c av_hwdevice_get_type_name(type)); type 1376 fftools/ffmpeg_opt.c enum AVMediaType type = ost->st->codecpar->codec_type; type 1379 fftools/ffmpeg_opt.c if (type == AVMEDIA_TYPE_VIDEO || type == AVMEDIA_TYPE_AUDIO || type == AVMEDIA_TYPE_SUBTITLE) { type 1409 fftools/ffmpeg_opt.c static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType type, int source_index) type 1436 fftools/ffmpeg_opt.c st->codecpar->codec_type = type; type 1450 fftools/ffmpeg_opt.c ost->enc_ctx->codec_type = type; type 1522 fftools/ffmpeg_opt.c if (!*p && type != AVMEDIA_TYPE_VIDEO) { type 1655 fftools/ffmpeg_opt.c const OutputStream *ost, enum AVMediaType type) type 1663 fftools/ffmpeg_opt.c av_get_media_type_string(type), ost->file_index, ost->index); type 2071 fftools/ffmpeg_opt.c switch (ofilter->type) { type 2193 fftools/ffmpeg_opt.c switch (ofilter->type) { type 2707 fftools/ffmpeg_opt.c char type, *val; type 2719 fftools/ffmpeg_opt.c parse_meta_type(o->metadata[i].specifier, &type, &index, &stream_spec); type 2720 fftools/ffmpeg_opt.c if (type == 's') { type 2739 fftools/ffmpeg_opt.c switch (type) { type 2186 fftools/ffplay.c event.type = FF_QUIT_EVENT; type 2864 fftools/ffplay.c enum AVMediaType type = st->codecpar->codec_type; type 2866 fftools/ffplay.c if (type >= 0 && wanted_stream_spec[type] && st_index[type] == -1) type 2867 fftools/ffplay.c if (avformat_match_stream_specifier(ic, st, wanted_stream_spec[type]) > 0) type 2868 fftools/ffplay.c st_index[type] = i; type 3068 fftools/ffplay.c event.type = FF_QUIT_EVENT; type 3284 fftools/ffplay.c switch (event.type) { type 3418 fftools/ffplay.c if (event.type == SDL_MOUSEBUTTONDOWN) { type 1875 fftools/ffprobe.c const char *name = av_packet_side_data_name(sd->type); type 1879 fftools/ffprobe.c if (sd->type == AV_PKT_DATA_DISPLAYMATRIX && sd->size >= 9*4) { type 1882 fftools/ffprobe.c } else if (sd->type == AV_PKT_DATA_STEREO3D) { type 1884 fftools/ffprobe.c print_str("type", av_stereo3d_type_name(stereo->type)); type 1886 fftools/ffprobe.c } else if (sd->type == AV_PKT_DATA_SPHERICAL) { type 1904 fftools/ffprobe.c } else if (sd->type == AV_PKT_DATA_SKIP_SAMPLES && sd->size == 10) { type 1909 fftools/ffprobe.c } else if (sd->type == AV_PKT_DATA_MASTERING_DISPLAY_METADATA) { type 1928 fftools/ffprobe.c } else if (sd->type == AV_PKT_DATA_CONTENT_LIGHT_LEVEL) { type 1932 fftools/ffprobe.c } else if (sd->type == AV_PKT_DATA_DOVI_CONF) { type 2213 fftools/ffprobe.c name = av_frame_side_data_name(sd->type); type 2215 fftools/ffprobe.c if (sd->type == AV_FRAME_DATA_DISPLAYMATRIX && sd->size >= 9*4) { type 2218 fftools/ffprobe.c } else if (sd->type == AV_FRAME_DATA_GOP_TIMECODE && sd->size >= 8) { type 2222 fftools/ffprobe.c } else if (sd->type == AV_FRAME_DATA_S12M_TIMECODE && sd->size == 16) { type 2234 fftools/ffprobe.c } else if (sd->type == AV_FRAME_DATA_MASTERING_DISPLAY_METADATA) { type 2253 fftools/ffprobe.c } else if (sd->type == AV_FRAME_DATA_CONTENT_LIGHT_LEVEL) { type 2257 fftools/ffprobe.c } else if (sd->type == AV_FRAME_DATA_ICC_PROFILE) { type 150 libavcodec/012v.c .type = AVMEDIA_TYPE_VIDEO, type 1030 libavcodec/4xm.c .type = AVMEDIA_TYPE_VIDEO, type 187 libavcodec/8bps.c .type = AVMEDIA_TYPE_VIDEO, type 190 libavcodec/8svx.c .type = AVMEDIA_TYPE_AUDIO, type 205 libavcodec/8svx.c .type = AVMEDIA_TYPE_AUDIO, type 402 libavcodec/a64multienc.c .type = AVMEDIA_TYPE_VIDEO, type 416 libavcodec/a64multienc.c .type = AVMEDIA_TYPE_VIDEO, type 237 libavcodec/aac.h enum RawDataBlockType type[8]; ///< Type of channel element to be coupled - SCE or CPE. type 554 libavcodec/aacdec.c .type = AVMEDIA_TYPE_AUDIO, type 579 libavcodec/aacdec.c .type = AVMEDIA_TYPE_AUDIO, type 454 libavcodec/aacdec_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 129 libavcodec/aacdec_template.c int type, int id, int *channels) type 134 libavcodec/aacdec_template.c if (!ac->che[type][id]) { type 135 libavcodec/aacdec_template.c if (!(ac->che[type][id] = av_mallocz(sizeof(ChannelElement)))) type 137 libavcodec/aacdec_template.c AAC_RENAME(ff_aac_sbr_ctx_init)(ac, &ac->che[type][id]->sbr, type); type 139 libavcodec/aacdec_template.c if (type != TYPE_CCE) { type 140 libavcodec/aacdec_template.c if (*channels >= MAX_CHANNELS - (type == TYPE_CPE || (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1))) { type 144 libavcodec/aacdec_template.c ac->output_element[(*channels)++] = &ac->che[type][id]->ch[0]; type 145 libavcodec/aacdec_template.c if (type == TYPE_CPE || type 146 libavcodec/aacdec_template.c (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1)) { type 147 libavcodec/aacdec_template.c ac->output_element[(*channels)++] = &ac->che[type][id]->ch[1]; type 151 libavcodec/aacdec_template.c if (ac->che[type][id]) type 152 libavcodec/aacdec_template.c AAC_RENAME(ff_aac_sbr_ctx_close)(&ac->che[type][id]->sbr); type 153 libavcodec/aacdec_template.c av_freep(&ac->che[type][id]); type 161 libavcodec/aacdec_template.c int type, id, ch, ret; type 164 libavcodec/aacdec_template.c for (type = 0; type < 4; type++) { type 166 libavcodec/aacdec_template.c ChannelElement *che = ac->che[type][id]; type 455 libavcodec/aacdec_template.c int type = layout_map[i][0]; type 457 libavcodec/aacdec_template.c id_map[type][id] = type_counts[type]++; type 458 libavcodec/aacdec_template.c if (id_map[type][id] >= MAX_ELEM_ID) { type 468 libavcodec/aacdec_template.c int type = layout_map[i][0]; type 470 libavcodec/aacdec_template.c int iid = id_map[type][id]; type 474 libavcodec/aacdec_template.c ret = che_configure(ac, position, type, iid, &channels); type 477 libavcodec/aacdec_template.c ac->tag_che_map[type][id] = ac->che[type][iid]; type 503 libavcodec/aacdec_template.c int type, i, j; type 505 libavcodec/aacdec_template.c for (type = 3; type >= 0; type--) { type 507 libavcodec/aacdec_template.c ChannelElement *che = ac->che[type][i]; type 560 libavcodec/aacdec_template.c static ChannelElement *get_che(AACContext *ac, int type, int elem_id) type 565 libavcodec/aacdec_template.c return ac->tag_che_map[type][elem_id]; type 568 libavcodec/aacdec_template.c if (!ac->tags_mapped && type == TYPE_CPE && type 587 libavcodec/aacdec_template.c if (!ac->tags_mapped && type == TYPE_SCE && type 611 libavcodec/aacdec_template.c if (ac->tags_mapped == 3 && type == TYPE_CPE) { type 618 libavcodec/aacdec_template.c type == TYPE_SCE) { type 629 libavcodec/aacdec_template.c if (ac->tags_mapped == tags_per_config[ac->oc[1].m4ac.chan_config] - 1 && (type == TYPE_LFE || type == TYPE_SCE)) { type 630 libavcodec/aacdec_template.c if (!ac->warned_remapping_once && (type != TYPE_LFE || elem_id != 0)) { type 633 libavcodec/aacdec_template.c type == TYPE_SCE ? "SCE" : "LFE", elem_id); type 637 libavcodec/aacdec_template.c return ac->tag_che_map[type][elem_id] = ac->che[TYPE_LFE][0]; type 640 libavcodec/aacdec_template.c if (ac->tags_mapped == 2 && type == TYPE_CPE) { type 651 libavcodec/aacdec_template.c if (ac->tags_mapped == tags_per_config[ac->oc[1].m4ac.chan_config] - 1 && (type == TYPE_LFE || type == TYPE_SCE)) { type 652 libavcodec/aacdec_template.c if (!ac->warned_remapping_once && (type != TYPE_SCE || elem_id != 1)) { type 655 libavcodec/aacdec_template.c type == TYPE_SCE ? "SCE" : "LFE", elem_id); type 659 libavcodec/aacdec_template.c return ac->tag_che_map[type][elem_id] = ac->che[TYPE_SCE][1]; type 663 libavcodec/aacdec_template.c type == TYPE_SCE) { type 670 libavcodec/aacdec_template.c type == TYPE_CPE) { type 677 libavcodec/aacdec_template.c if (!ac->tags_mapped && type == TYPE_SCE) { type 693 libavcodec/aacdec_template.c enum ChannelPosition type, type 698 libavcodec/aacdec_template.c switch (type) { type 717 libavcodec/aacdec_template.c layout_map[0][2] = type; type 2253 libavcodec/aacdec_template.c coup->type[c] = get_bits1(gb) ? TYPE_CPE : TYPE_SCE; type 2255 libavcodec/aacdec_template.c if (coup->type[c] == TYPE_CPE) { type 2428 libavcodec/aacdec_template.c int type = get_bits(gb, 4); type 2431 libavcodec/aacdec_template.c av_log(ac->avctx, AV_LOG_DEBUG, "extension type: %d len:%d\n", type, cnt); type 2433 libavcodec/aacdec_template.c switch (type) { // extension type type 2882 libavcodec/aacdec_template.c enum RawDataBlockType type, int elem_id, type 2896 libavcodec/aacdec_template.c if (coup->type[c] == type && coup->id_select[c] == elem_id) { type 2916 libavcodec/aacdec_template.c int i, type; type 2931 libavcodec/aacdec_template.c for (type = 3; type >= 0; type--) { type 2933 libavcodec/aacdec_template.c ChannelElement *che = ac->che[type][i]; type 2935 libavcodec/aacdec_template.c if (type <= TYPE_CPE) type 2936 libavcodec/aacdec_template.c apply_channel_coupling(ac, che, type, i, BEFORE_TNS, AAC_RENAME(apply_dependent_coupling)); type 2941 libavcodec/aacdec_template.c if (che->ch[1].ics.ltp.present && type == TYPE_CPE) type 2949 libavcodec/aacdec_template.c if (type <= TYPE_CPE) type 2950 libavcodec/aacdec_template.c apply_channel_coupling(ac, che, type, i, BETWEEN_TNS_AND_IMDCT, AAC_RENAME(apply_dependent_coupling)); type 2951 libavcodec/aacdec_template.c if (type != TYPE_CCE || che->coup.coupling_point == AFTER_IMDCT) { type 2955 libavcodec/aacdec_template.c if (type == TYPE_CPE) { type 2961 libavcodec/aacdec_template.c AAC_RENAME(ff_sbr_apply)(ac, &che->sbr, type, che->ch[0].ret, che->ch[1].ret); type 2964 libavcodec/aacdec_template.c if (type <= TYPE_CCE) type 2965 libavcodec/aacdec_template.c apply_channel_coupling(ac, che, type, i, AFTER_IMDCT, AAC_RENAME(apply_independent_coupling)); type 2973 libavcodec/aacdec_template.c if(type == TYPE_CPE) type 2980 libavcodec/aacdec_template.c av_log(ac->avctx, AV_LOG_VERBOSE, "ChannelElement %d.%d missing \n", type, i); type 3397 libavcodec/aacdec_template.c int i, type; type 3400 libavcodec/aacdec_template.c for (type = 0; type < 4; type++) { type 3401 libavcodec/aacdec_template.c if (ac->che[type][i]) type 3402 libavcodec/aacdec_template.c AAC_RENAME(ff_aac_sbr_ctx_close)(&ac->che[type][i]->sbr); type 3403 libavcodec/aacdec_template.c av_freep(&ac->che[type][i]); type 136 libavcodec/aacenc.c #define WINDOW_FUNC(type) \ type 137 libavcodec/aacenc.c static void apply_ ##type ##_window(AVFloatDSPContext *fdsp, \ type 1154 libavcodec/aacenc.c .type = AVMEDIA_TYPE_AUDIO, type 28 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c #define declare_fpel(type, sz, suffix) \ type 29 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c void ff_vp9_##type##sz##suffix##_neon(uint8_t *dst, ptrdiff_t dst_stride, \ type 107 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c #define init_fpel(idx1, idx2, sz, type, suffix) \ type 111 libavcodec/aarch64/vp9dsp_init_16bpp_aarch64_template.c dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix type 29 libavcodec/aarch64/vp9dsp_init_aarch64.c #define declare_fpel(type, sz) \ type 30 libavcodec/aarch64/vp9dsp_init_aarch64.c void ff_vp9_##type##sz##_neon(uint8_t *dst, ptrdiff_t dst_stride, \ type 105 libavcodec/aarch64/vp9dsp_init_aarch64.c #define init_fpel(idx1, idx2, sz, type, suffix) \ type 109 libavcodec/aarch64/vp9dsp_init_aarch64.c dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix type 155 libavcodec/aasc.c .type = AVMEDIA_TYPE_VIDEO, type 173 libavcodec/ac3dec_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 58 libavcodec/ac3dec_float.c .type = AVMEDIA_TYPE_AUDIO, type 81 libavcodec/ac3dec_float.c .type = AVMEDIA_TYPE_AUDIO, type 149 libavcodec/ac3enc_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 144 libavcodec/ac3enc_float.c .type = AVMEDIA_TYPE_AUDIO, type 2069 libavcodec/adpcm.c .type = AVMEDIA_TYPE_AUDIO, \ type 743 libavcodec/adpcmenc.c .type = AVMEDIA_TYPE_AUDIO, \ type 180 libavcodec/adxdec.c .type = AVMEDIA_TYPE_AUDIO, type 193 libavcodec/adxenc.c .type = AVMEDIA_TYPE_AUDIO, type 1289 libavcodec/agm.c .type = AVMEDIA_TYPE_VIDEO, type 192 libavcodec/aic.c #define GET_CODE(val, type, add_bits) \ type 194 libavcodec/aic.c if (type) \ type 500 libavcodec/aic.c .type = AVMEDIA_TYPE_VIDEO, type 621 libavcodec/alac.c .type = AVMEDIA_TYPE_AUDIO, type 91 libavcodec/alacenc.c #define COPY_SAMPLES(type) do { \ type 94 libavcodec/alacenc.c const type *sptr = (const type *)samples[ch]; \ type 673 libavcodec/alacenc.c .type = AVMEDIA_TYPE_AUDIO, type 127 libavcodec/aliaspixdec.c .type = AVMEDIA_TYPE_VIDEO, type 116 libavcodec/aliaspixenc.c .type = AVMEDIA_TYPE_VIDEO, type 2175 libavcodec/alsdec.c .type = AVMEDIA_TYPE_AUDIO, type 250 libavcodec/amfenc.c switch (frames_ctx->device_ctx->type) { type 267 libavcodec/amfenc.c av_hwdevice_get_type_name(frames_ctx->device_ctx->type)); type 281 libavcodec/amfenc.c switch (device_ctx->type) { type 298 libavcodec/amfenc.c av_hwdevice_get_type_name(device_ctx->type)); type 551 libavcodec/amfenc.c if (var.type == AMF_VARIANT_INTERFACE) { type 383 libavcodec/amfenc_h264.c .type = AVMEDIA_TYPE_VIDEO, type 313 libavcodec/amfenc_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 1086 libavcodec/amrnbdec.c .type = AVMEDIA_TYPE_AUDIO, type 1281 libavcodec/amrwbdec.c .type = AVMEDIA_TYPE_AUDIO, type 145 libavcodec/anm.c int type = bytestream2_get_byte(&gb); type 146 libavcodec/anm.c count = type & 0x7F; type 147 libavcodec/anm.c type >>= 7; type 149 libavcodec/anm.c if (OP(type ? NULL : &gb, -1, count)) break; type 150 libavcodec/anm.c } else if (!type) { type 157 libavcodec/anm.c type = bytestream2_get_le16(&gb); type 158 libavcodec/anm.c count = type & 0x3FFF; type 159 libavcodec/anm.c type >>= 14; type 161 libavcodec/anm.c if (type == 0) type 163 libavcodec/anm.c if (type == 2) { type 169 libavcodec/anm.c pixel = type == 3 ? bytestream2_get_byte(&gb) : -1; type 170 libavcodec/anm.c if (type == 1) count += 0x4000; type 171 libavcodec/anm.c if (OP(type == 2 ? &gb : NULL, pixel, count)) break; type 195 libavcodec/anm.c .type = AVMEDIA_TYPE_VIDEO, type 480 libavcodec/ansi.c .type = AVMEDIA_TYPE_VIDEO, type 1633 libavcodec/apedec.c .type = AVMEDIA_TYPE_AUDIO, type 176 libavcodec/aptxdec.c .type = AVMEDIA_TYPE_AUDIO, type 193 libavcodec/aptxdec.c .type = AVMEDIA_TYPE_AUDIO, type 246 libavcodec/aptxenc.c .type = AVMEDIA_TYPE_AUDIO, type 265 libavcodec/aptxenc.c .type = AVMEDIA_TYPE_AUDIO, type 218 libavcodec/arbc.c .type = AVMEDIA_TYPE_VIDEO, type 28 libavcodec/arm/rv40dsp_init_arm.c #define DECL_QPEL3(type, w, pos) \ type 29 libavcodec/arm/rv40dsp_init_arm.c void ff_ ## type ## _rv40_qpel ## w ## _mc ## pos ## _neon(uint8_t *dst, \ type 28 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c #define declare_fpel(type, sz, suffix) \ type 29 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c void ff_vp9_##type##sz##suffix##_neon(uint8_t *dst, ptrdiff_t dst_stride, \ type 105 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c #define init_fpel(idx1, idx2, sz, type, suffix) \ type 109 libavcodec/arm/vp9dsp_init_16bpp_arm_template.c dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##suffix##_neon type 29 libavcodec/arm/vp9dsp_init_arm.c #define declare_fpel(type, sz) \ type 30 libavcodec/arm/vp9dsp_init_arm.c void ff_vp9_##type##sz##_neon(uint8_t *dst, ptrdiff_t dst_stride, \ type 104 libavcodec/arm/vp9dsp_init_arm.c #define init_fpel(idx1, idx2, sz, type) \ type 108 libavcodec/arm/vp9dsp_init_arm.c dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##_neon type 132 libavcodec/ass.c rects[sub->num_rects]->type = SUBTITLE_ASS; type 36 libavcodec/ass_split.c int type; type 319 libavcodec/ass_split.c ASSFieldType type = section->fields[order[i]].type; type 321 libavcodec/ass_split.c convert_func[type](ptr, buf, len); type 333 libavcodec/ass_split.c ASSFieldType type = section->fields[i].type; type 337 libavcodec/ass_split.c convert_func[type](ptr, buf, strcspn(buf, "\r\n")); type 404 libavcodec/ass_split.c if (field->type == ASS_STR) type 466 libavcodec/ass_split.c const ASSFieldType type = fields[i].type; type 474 libavcodec/ass_split.c convert_func[type](ptr, buf, len); type 56 libavcodec/assdec.c sub->rects[0]->type = SUBTITLE_ASS; type 68 libavcodec/assdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 79 libavcodec/assdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 58 libavcodec/assenc.c if (sub->rects[i]->type != SUBTITLE_ASS) { type 109 libavcodec/assenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 121 libavcodec/assenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 322 libavcodec/asvdec.c .type = AVMEDIA_TYPE_VIDEO, type 336 libavcodec/asvdec.c .type = AVMEDIA_TYPE_VIDEO, type 356 libavcodec/asvenc.c .type = AVMEDIA_TYPE_VIDEO, type 371 libavcodec/asvenc.c .type = AVMEDIA_TYPE_VIDEO, type 383 libavcodec/atrac1.c .type = AVMEDIA_TYPE_AUDIO, type 1015 libavcodec/atrac3.c .type = AVMEDIA_TYPE_AUDIO, type 1029 libavcodec/atrac3.c .type = AVMEDIA_TYPE_AUDIO, type 392 libavcodec/atrac3plusdec.c .type = AVMEDIA_TYPE_AUDIO, type 405 libavcodec/atrac3plusdec.c .type = AVMEDIA_TYPE_AUDIO, type 640 libavcodec/atrac9dec.c const int stereo = s->block_config->type[block_idx] == ATRAC9_BLOCK_TYPE_CPE; type 642 libavcodec/atrac9dec.c if (s->block_config->type[block_idx] == ATRAC9_BLOCK_TYPE_LFE) { type 815 libavcodec/atrac9dec.c const int stereo = s->block_config->type[j] == ATRAC9_BLOCK_TYPE_CPE; type 967 libavcodec/atrac9dec.c .type = AVMEDIA_TYPE_AUDIO, type 37 libavcodec/atrac9tab.h enum ATRAC9BlockType type[5]; type 45 libavcodec/atrac9tab.h .type = { ATRAC9_BLOCK_TYPE_SCE, }, type 50 libavcodec/atrac9tab.h .type = { ATRAC9_BLOCK_TYPE_SCE, type 57 libavcodec/atrac9tab.h .type = { ATRAC9_BLOCK_TYPE_CPE, }, type 63 libavcodec/atrac9tab.h .type = { ATRAC9_BLOCK_TYPE_CPE, type 72 libavcodec/atrac9tab.h .type = { ATRAC9_BLOCK_TYPE_CPE, type 82 libavcodec/atrac9tab.h .type = { ATRAC9_BLOCK_TYPE_CPE, type 454 libavcodec/audiotoolboxdec.c #define COPY_SAMPLES(type) \ type 455 libavcodec/audiotoolboxdec.c type *in_ptr = (type*)at->decoded_data; \ type 456 libavcodec/audiotoolboxdec.c type *end_ptr = in_ptr + frame->nb_samples * avctx->channels; \ type 457 libavcodec/audiotoolboxdec.c type *out_ptr = (type*)frame->data[0]; \ type 589 libavcodec/audiotoolboxdec.c .type = AVMEDIA_TYPE_AUDIO, \ type 622 libavcodec/audiotoolboxenc.c .type = AVMEDIA_TYPE_AUDIO, \ type 103 libavcodec/aura.c .type = AVMEDIA_TYPE_VIDEO, type 69 libavcodec/av1_frame_merge_bsf.c if (tu->nb_units == 0 && frag->units[0].type != AV1_OBU_TEMPORAL_DELIMITER) { type 76 libavcodec/av1_frame_merge_bsf.c if (frag->units[i].type == AV1_OBU_TEMPORAL_DELIMITER) { type 83 libavcodec/av1_frame_merge_bsf.c if (tu->nb_units > 0 && frag->units[0].type == AV1_OBU_TEMPORAL_DELIMITER) { type 96 libavcodec/av1_frame_merge_bsf.c err = ff_cbs_insert_unit_content(ctx->cbc, tu, -1, frag->units[i].type, type 74 libavcodec/av1_frame_split_bsf.c if (unit->type == AV1_OBU_FRAME || type 75 libavcodec/av1_frame_split_bsf.c unit->type == AV1_OBU_FRAME_HEADER) type 77 libavcodec/av1_frame_split_bsf.c else if (unit->type == AV1_OBU_TILE_LIST) { type 98 libavcodec/av1_frame_split_bsf.c if (unit->type == AV1_OBU_FRAME) { type 117 libavcodec/av1_frame_split_bsf.c } else if (unit->type == AV1_OBU_FRAME_HEADER) { type 138 libavcodec/av1_frame_split_bsf.c } else if (unit->type == AV1_OBU_TILE_GROUP) { type 135 libavcodec/av1_metadata_bsf.c if (frag->units[i].type == AV1_OBU_SEQUENCE_HEADER) { type 187 libavcodec/av1_metadata_bsf.c if (frag->units[i].type == AV1_OBU_SEQUENCE_HEADER) { type 196 libavcodec/av1_metadata_bsf.c if (frag->units[0].type == AV1_OBU_TEMPORAL_DELIMITER) { type 214 libavcodec/av1_metadata_bsf.c if (frag->units[i].type == AV1_OBU_PADDING) type 254 libavcodec/av1_metadata_bsf.c if (frag->units[i].type == AV1_OBU_SEQUENCE_HEADER) { type 32 libavcodec/av1_parse.c int start_pos, type, temporal_id, spatial_id; type 36 libavcodec/av1_parse.c &type, &temporal_id, &spatial_id); type 40 libavcodec/av1_parse.c obu->type = type; type 51 libavcodec/av1_parse.c obu->type, obu->temporal_id, obu->spatial_id, obu->size); type 89 libavcodec/av1_parse.c obu->size_bits = get_obu_bit_length(obu->data, obu->size, obu->type); type 91 libavcodec/av1_parse.c if (obu->size_bits < 0 || (!obu->size_bits && obu->type != AV1_OBU_TEMPORAL_DELIMITER)) { type 92 libavcodec/av1_parse.c av_log(logctx, AV_LOG_ERROR, "Invalid OBU of type %d, skipping.\n", obu->type); type 48 libavcodec/av1_parse.h int type; type 101 libavcodec/av1_parse.h int64_t *obu_size, int *start_pos, int *type, type 115 libavcodec/av1_parse.h *type = get_bits(&gb, 4); type 144 libavcodec/av1_parse.h static inline int get_obu_bit_length(const uint8_t *buf, int size, int type) type 149 libavcodec/av1_parse.h if (type == AV1_OBU_TILE_GROUP || type 150 libavcodec/av1_parse.h type == AV1_OBU_TILE_LIST || type 151 libavcodec/av1_parse.h type == AV1_OBU_FRAME) { type 104 libavcodec/av1_parser.c if (unit->type == AV1_OBU_FRAME) type 106 libavcodec/av1_parser.c else if (unit->type == AV1_OBU_FRAME_HEADER) type 243 libavcodec/av1_parser.c if (obu.type == AV1_OBU_FRAME_HEADER || type 244 libavcodec/av1_parser.c obu.type == AV1_OBU_FRAME) { type 763 libavcodec/avcodec.h int y, int type, int height); type 2423 libavcodec/avcodec.h enum AVMediaType type; type 2486 libavcodec/avcodec.h int (*decode_params)(AVCodecContext *avctx, int type, const uint8_t *buf, uint32_t buf_size); type 2680 libavcodec/avcodec.h enum AVSubtitleType type; type 110 libavcodec/avfft.h DCTContext *av_dct_init(int nbits, enum DCTTransformType type); type 243 libavcodec/avpacket.c pkt->side_data[i].type = src->side_data[i].type; type 298 libavcodec/avpacket.c int av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type, type 307 libavcodec/avpacket.c if (sd->type == type) { type 325 libavcodec/avpacket.c pkt->side_data[elems].type = type; type 332 libavcodec/avpacket.c uint8_t *av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, type 344 libavcodec/avpacket.c ret = av_packet_add_side_data(pkt, type, data, size); type 353 libavcodec/avpacket.c uint8_t *av_packet_get_side_data(const AVPacket *pkt, enum AVPacketSideDataType type, type 359 libavcodec/avpacket.c if (pkt->side_data[i].type == type) { type 370 libavcodec/avpacket.c const char *av_packet_side_data_name(enum AVPacketSideDataType type) type 372 libavcodec/avpacket.c switch(type) { type 433 libavcodec/avpacket.c *p++ = old.side_data[i].type | ((i==old.side_data_elems-1)*128); type 477 libavcodec/avpacket.c pkt->side_data[i].type = p[4]&127; type 555 libavcodec/avpacket.c int av_packet_shrink_side_data(AVPacket *pkt, enum AVPacketSideDataType type, type 561 libavcodec/avpacket.c if (pkt->side_data[i].type == type) { type 590 libavcodec/avpacket.c enum AVPacketSideDataType type = src->side_data[i].type; type 593 libavcodec/avpacket.c uint8_t *dst_data = av_packet_new_side_data(dst, type, size); type 165 libavcodec/avrndec.c .type = AVMEDIA_TYPE_VIDEO, type 59 libavcodec/avs.c AvsBlockType type; type 73 libavcodec/avs.c type = buf[1]; type 76 libavcodec/avs.c if (type == AVS_PALETTE) { type 91 libavcodec/avs.c type = buf[1]; type 95 libavcodec/avs.c if (type != AVS_VIDEO) type 182 libavcodec/avs.c .type = AVMEDIA_TYPE_VIDEO, type 125 libavcodec/avuidec.c .type = AVMEDIA_TYPE_VIDEO, type 97 libavcodec/avuienc.c .type = AVMEDIA_TYPE_VIDEO, type 87 libavcodec/bethsoftvideo.c avpkt->side_data[0].type == AV_PKT_DATA_PALETTE) { type 164 libavcodec/bethsoftvideo.c .type = AVMEDIA_TYPE_VIDEO, type 181 libavcodec/bfi.c .type = AVMEDIA_TYPE_VIDEO, type 1419 libavcodec/bink.c .type = AVMEDIA_TYPE_VIDEO, type 347 libavcodec/binkaudio.c .type = AVMEDIA_TYPE_AUDIO, type 359 libavcodec/binkaudio.c .type = AVMEDIA_TYPE_AUDIO, type 164 libavcodec/bintext.c int type = *buf >> 6; type 167 libavcodec/bintext.c switch (type) { type 221 libavcodec/bintext.c .type = AVMEDIA_TYPE_VIDEO, type 233 libavcodec/bintext.c .type = AVMEDIA_TYPE_VIDEO, type 245 libavcodec/bintext.c .type = AVMEDIA_TYPE_VIDEO, type 143 libavcodec/bitpacked.c .type = AVMEDIA_TYPE_VIDEO, type 371 libavcodec/bmp.c .type = AVMEDIA_TYPE_VIDEO, type 169 libavcodec/bmpenc.c .type = AVMEDIA_TYPE_VIDEO, type 84 libavcodec/bmvaudio.c .type = AVMEDIA_TYPE_AUDIO, type 203 libavcodec/bmvvideo.c int type, scr_off; type 208 libavcodec/bmvvideo.c type = bytestream_get_byte(&c->stream); type 209 libavcodec/bmvvideo.c if (type & BMV_AUDIO) { type 217 libavcodec/bmvvideo.c if (type & BMV_COMMAND) { type 218 libavcodec/bmvvideo.c int command_size = (type & BMV_PRINT) ? 8 : 10; type 225 libavcodec/bmvvideo.c if (type & BMV_PALETTE) { type 233 libavcodec/bmvvideo.c if (type & BMV_SCROLL) { type 239 libavcodec/bmvvideo.c } else if ((type & BMV_INTRA) == BMV_INTRA) { type 254 libavcodec/bmvvideo.c frame->palette_has_changed = type & BMV_PALETTE; type 291 libavcodec/bmvvideo.c .type = AVMEDIA_TYPE_VIDEO, type 291 libavcodec/brenderpix.c .type = AVMEDIA_TYPE_VIDEO, type 42 libavcodec/bytestream.h #define DEF(type, name, bytes, read, write) \ type 43 libavcodec/bytestream.h static av_always_inline type bytestream_get_ ## name(const uint8_t **b) \ type 49 libavcodec/bytestream.h const type value) \ type 55 libavcodec/bytestream.h const type value) \ type 60 libavcodec/bytestream.h const type value) \ type 68 libavcodec/bytestream.h static av_always_inline type bytestream2_get_ ## name ## u(GetByteContext *g) \ type 72 libavcodec/bytestream.h static av_always_inline type bytestream2_get_ ## name(GetByteContext *g) \ type 80 libavcodec/bytestream.h static av_always_inline type bytestream2_peek_ ## name(GetByteContext *g) \ type 265 libavcodec/c93.c .type = AVMEDIA_TYPE_VIDEO, type 1313 libavcodec/cavsdec.c .type = AVMEDIA_TYPE_VIDEO, type 78 libavcodec/cbs.c const CodedBitstreamType *type; type 81 libavcodec/cbs.c type = NULL; type 84 libavcodec/cbs.c type = cbs_type_table[i]; type 88 libavcodec/cbs.c if (!type) type 96 libavcodec/cbs.c ctx->codec = type; type 98 libavcodec/cbs.c if (type->priv_data_size) { type 176 libavcodec/cbs.c if (ctx->decompose_unit_types[j] == unit->type) type 192 libavcodec/cbs.c "(type %"PRIu32").\n", i, unit->type); type 195 libavcodec/cbs.c "(type %"PRIu32").\n", i, unit->type); type 357 libavcodec/cbs.c "(type %"PRIu32").\n", i, unit->type); type 725 libavcodec/cbs.c CodedBitstreamUnitType type, type 752 libavcodec/cbs.c unit->type = type; type 762 libavcodec/cbs.c CodedBitstreamUnitType type, type 791 libavcodec/cbs.c unit->type = type; type 68 libavcodec/cbs.h CodedBitstreamUnitType type; type 371 libavcodec/cbs.h CodedBitstreamUnitType type, type 385 libavcodec/cbs.h CodedBitstreamUnitType type, type 908 libavcodec/cbs_av1.c av_assert0(obu->header.obu_type == unit->type); type 1056 libavcodec/cbs_av1_syntax_template.c int type, int ref, int idx) type 1062 libavcodec/cbs_av1_syntax_template.c if (type == AV1_WARP_MODEL_TRANSLATION) { type 1086 libavcodec/cbs_av1_syntax_template.c int ref, type; type 1098 libavcodec/cbs_av1_syntax_template.c type = AV1_WARP_MODEL_ROTZOOM; type 1101 libavcodec/cbs_av1_syntax_template.c type = current->is_translation[ref] ? AV1_WARP_MODEL_TRANSLATION type 1105 libavcodec/cbs_av1_syntax_template.c type = AV1_WARP_MODEL_IDENTITY; type 1108 libavcodec/cbs_av1_syntax_template.c if (type >= AV1_WARP_MODEL_ROTZOOM) { type 1109 libavcodec/cbs_av1_syntax_template.c CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 2)); type 1110 libavcodec/cbs_av1_syntax_template.c CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 3)); type 1111 libavcodec/cbs_av1_syntax_template.c if (type == AV1_WARP_MODEL_AFFINE) { type 1112 libavcodec/cbs_av1_syntax_template.c CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 4)); type 1113 libavcodec/cbs_av1_syntax_template.c CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 5)); type 1119 libavcodec/cbs_av1_syntax_template.c if (type >= AV1_WARP_MODEL_TRANSLATION) { type 1120 libavcodec/cbs_av1_syntax_template.c CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 0)); type 1121 libavcodec/cbs_av1_syntax_template.c CHECK(FUNC(global_motion_param)(ctx, rw, current, type, ref, 1)); type 594 libavcodec/cbs_h2645.c err = ff_cbs_insert_unit_data(ctx, frag, -1, nal->type, type 805 libavcodec/cbs_h2645.c switch (unit->type) { type 939 libavcodec/cbs_h2645.c err = (unit->type == H264_NAL_END_SEQUENCE ? type 964 libavcodec/cbs_h2645.c switch (unit->type) { type 1092 libavcodec/cbs_h2645.c unit->type == HEVC_NAL_SEI_PREFIX); type 1170 libavcodec/cbs_h2645.c switch (unit->type) { type 1274 libavcodec/cbs_h2645.c "NAL unit type %"PRIu32".\n", unit->type); type 1287 libavcodec/cbs_h2645.c switch (unit->type) { type 1377 libavcodec/cbs_h2645.c unit->type == HEVC_NAL_SEI_PREFIX); type 1386 libavcodec/cbs_h2645.c "NAL unit type %"PRIu32".\n", unit->type); type 1428 libavcodec/cbs_h2645.c (unit->type == H264_NAL_SPS || type 1429 libavcodec/cbs_h2645.c unit->type == H264_NAL_PPS)) || type 1431 libavcodec/cbs_h2645.c (unit->type == HEVC_NAL_VPS || type 1432 libavcodec/cbs_h2645.c unit->type == HEVC_NAL_SPS || type 1433 libavcodec/cbs_h2645.c unit->type == HEVC_NAL_PPS)) || type 1543 libavcodec/cbs_h2645.c if (au->units[i].type == H264_NAL_SEI) { type 1575 libavcodec/cbs_h2645.c if (au->units[i].type == H264_NAL_SLICE || type 1576 libavcodec/cbs_h2645.c au->units[i].type == H264_NAL_IDR_SLICE) type 1603 libavcodec/cbs_h2645.c av_assert0(nal->type == H264_NAL_SEI); type 2164 libavcodec/cbs_h265_syntax_template.c #define SEI_TYPE_N(type, prefix_valid, suffix_valid, name) \ type 2165 libavcodec/cbs_h265_syntax_template.c case HEVC_SEI_TYPE_ ## type: \ type 2169 libavcodec/cbs_h265_syntax_template.c #define SEI_TYPE_S(type, prefix_valid, suffix_valid, name) \ type 2170 libavcodec/cbs_h265_syntax_template.c case HEVC_SEI_TYPE_ ## type: \ type 2175 libavcodec/cbs_h265_syntax_template.c #define SEI_TYPE_E(type, prefix_valid, suffix_valid, name) \ type 2176 libavcodec/cbs_h265_syntax_template.c case HEVC_SEI_TYPE_ ## type: \ type 253 libavcodec/cbs_jpeg.c if (unit->type >= JPEG_MARKER_SOF0 && type 254 libavcodec/cbs_jpeg.c unit->type <= JPEG_MARKER_SOF3) { type 265 libavcodec/cbs_jpeg.c } else if (unit->type >= JPEG_MARKER_APPN && type 266 libavcodec/cbs_jpeg.c unit->type <= JPEG_MARKER_APPN + 15) { type 277 libavcodec/cbs_jpeg.c } else if (unit->type == JPEG_MARKER_SOS) { type 303 libavcodec/cbs_jpeg.c switch (unit->type) { type 304 libavcodec/cbs_jpeg.c #define SEGMENT(marker, type, func, free) \ type 308 libavcodec/cbs_jpeg.c sizeof(type), free); \ type 360 libavcodec/cbs_jpeg.c if (unit->type >= JPEG_MARKER_SOF0 && type 361 libavcodec/cbs_jpeg.c unit->type <= JPEG_MARKER_SOF3) { type 363 libavcodec/cbs_jpeg.c } else if (unit->type >= JPEG_MARKER_APPN && type 364 libavcodec/cbs_jpeg.c unit->type <= JPEG_MARKER_APPN + 15) { type 367 libavcodec/cbs_jpeg.c switch (unit->type) { type 387 libavcodec/cbs_jpeg.c if (unit->type == JPEG_MARKER_SOS) type 405 libavcodec/cbs_jpeg.c if (unit->type == JPEG_MARKER_SOS) { type 427 libavcodec/cbs_jpeg.c data[dp++] = unit->type; type 429 libavcodec/cbs_jpeg.c if (unit->type != JPEG_MARKER_SOS) { type 234 libavcodec/cbs_mpeg2.c if (MPEG2_START_IS_SLICE(unit->type)) { type 263 libavcodec/cbs_mpeg2.c switch (unit->type) { type 264 libavcodec/cbs_mpeg2.c #define START(start_code, type, read_func, free_func) \ type 267 libavcodec/cbs_mpeg2.c type *header; \ type 305 libavcodec/cbs_mpeg2.c switch (unit->type) { type 306 libavcodec/cbs_mpeg2.c #define START(start_code, type, func) \ type 320 libavcodec/cbs_mpeg2.c "code %02"PRIx32".\n", unit->type); type 380 libavcodec/cbs_mpeg2.c if (MPEG2_START_IS_SLICE(unit->type)) type 40 libavcodec/cbs_mpeg2.h #define MPEG2_START_IS_SLICE(type) \ type 41 libavcodec/cbs_mpeg2.h ((type) >= MPEG2_START_SLICE_MIN && \ type 42 libavcodec/cbs_mpeg2.h (type) <= MPEG2_START_SLICE_MAX) type 835 libavcodec/ccaption_dec.c .type = AVMEDIA_TYPE_SUBTITLE, type 380 libavcodec/cdgraphics.c .type = AVMEDIA_TYPE_VIDEO, type 448 libavcodec/cdtoons.c .type = AVMEDIA_TYPE_VIDEO, type 330 libavcodec/cdxl.c .type = AVMEDIA_TYPE_VIDEO, type 1051 libavcodec/cfhd.c .type = AVMEDIA_TYPE_VIDEO, type 518 libavcodec/cinepak.c .type = AVMEDIA_TYPE_VIDEO, type 1201 libavcodec/cinepakenc.c .type = AVMEDIA_TYPE_VIDEO, type 909 libavcodec/clearvideo.c .type = AVMEDIA_TYPE_VIDEO, type 88 libavcodec/cljrdec.c .type = AVMEDIA_TYPE_VIDEO, type 115 libavcodec/cljrenc.c .type = AVMEDIA_TYPE_VIDEO, type 512 libavcodec/cllc.c .type = AVMEDIA_TYPE_VIDEO, type 167 libavcodec/cngdec.c .type = AVMEDIA_TYPE_AUDIO, type 108 libavcodec/cngenc.c .type = AVMEDIA_TYPE_AUDIO, type 203 libavcodec/codec.h enum AVMediaType type; type 38 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 45 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 53 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 60 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 67 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 74 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 81 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 90 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 97 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 104 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 111 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 119 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 127 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 134 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 141 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 148 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 155 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 162 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 169 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 176 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 183 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 190 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 197 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 204 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 211 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 218 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 225 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 233 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 240 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 247 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 254 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 261 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 268 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 275 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 282 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 289 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 296 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 303 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 310 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 317 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 324 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 331 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 338 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 345 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 352 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 359 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 366 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 373 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 380 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 387 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 394 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 401 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 408 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 415 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 422 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 429 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 436 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 443 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 450 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 457 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 464 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 472 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 479 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 486 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 493 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 500 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 508 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 515 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 522 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 529 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 537 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 545 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 552 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 559 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 566 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 573 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 580 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 587 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 595 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 602 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 609 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 616 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 623 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 630 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 637 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 644 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 651 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 658 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 668 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 675 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 682 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 689 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 696 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 704 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 711 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 718 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 726 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 734 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 741 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 749 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 756 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 763 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 770 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 777 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 784 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 791 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 798 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 805 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 812 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 820 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 827 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 834 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 841 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 848 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 855 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 862 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 869 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 876 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 883 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 890 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 897 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 904 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 911 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 918 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 925 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 932 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 939 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 946 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 953 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 960 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 967 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 974 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 981 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 988 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 995 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1002 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1009 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1016 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1023 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1030 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1037 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1044 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1051 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1058 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1065 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1072 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1079 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1087 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1094 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1101 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1108 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1115 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1122 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1129 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1136 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1143 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1150 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1158 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1165 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1173 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1180 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1187 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1194 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1201 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1208 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1215 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1222 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1230 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1237 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1244 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1251 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1260 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1267 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1275 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1282 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1289 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1296 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1303 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1311 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1318 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1325 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1332 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1339 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1346 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1353 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1360 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1367 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1374 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1382 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1389 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1396 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1403 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1410 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1417 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1424 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1431 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1438 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1445 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1452 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1459 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1466 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1473 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1479 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1485 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1492 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1499 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1505 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1513 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1520 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1527 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1534 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1541 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1548 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1555 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1562 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1569 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1576 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1583 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1590 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1597 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1604 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1612 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1620 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1627 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1634 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1641 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1649 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1656 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1663 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1670 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1677 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1684 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1691 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1698 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1705 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1712 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1719 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1726 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1733 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1740 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1747 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1754 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1761 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1768 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1775 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 1784 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1791 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1798 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1805 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1812 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1819 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1826 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1833 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1840 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1847 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1854 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1861 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1868 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1875 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1882 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1889 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1896 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1903 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1910 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1917 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1924 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1931 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1938 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1945 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1952 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1959 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1966 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1973 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1980 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1987 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 1994 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2001 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2008 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2015 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2022 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2031 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2038 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2045 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2052 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2059 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2066 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2073 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2080 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2087 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2094 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2101 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2108 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2115 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2122 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2129 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2136 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2143 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2150 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2157 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2164 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2171 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2178 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2185 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2192 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2199 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2206 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2213 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2220 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2227 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2234 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2241 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2248 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2255 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2262 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2269 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2276 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2283 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2290 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2297 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2304 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2311 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2318 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2325 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2332 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2339 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2346 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2353 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2360 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2367 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2376 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2383 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2392 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2399 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2408 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2415 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2422 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2429 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2436 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2443 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2450 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2459 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2466 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2473 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2481 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2488 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2496 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2503 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2510 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2517 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2524 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2531 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2538 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2545 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2552 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2559 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2566 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2573 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2580 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2587 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2594 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2601 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2608 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2615 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2622 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2629 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2636 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2644 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2651 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2658 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2665 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2672 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2679 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2686 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2693 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2700 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2707 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2714 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2721 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2728 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2735 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2742 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2749 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2756 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2763 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2770 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2777 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2784 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2791 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2798 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2805 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2813 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2820 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2827 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2834 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2841 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2848 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2855 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2862 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2869 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2876 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2883 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2890 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2897 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2904 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2911 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2918 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2925 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2932 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2939 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2946 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2953 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2960 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2967 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2974 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2981 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2988 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 2995 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3002 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3009 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3016 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3023 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3030 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3037 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3044 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3051 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3058 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3065 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3072 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3079 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3086 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3093 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3100 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3107 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3114 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_AUDIO, type 3123 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3130 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3137 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3144 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3151 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3158 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3165 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3172 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3178 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3185 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3192 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3199 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3206 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3213 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3220 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3227 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3234 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3241 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3248 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3255 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3262 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3269 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3276 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3283 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3290 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3297 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_SUBTITLE, type 3307 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3314 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3320 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3326 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 3333 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 3340 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 3347 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3354 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3360 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3366 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3372 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_DATA, type 3379 libavcodec/codec_desc.c .type = AVMEDIA_TYPE_VIDEO, type 3422 libavcodec/codec_desc.c return desc ? desc->type : AVMEDIA_TYPE_UNKNOWN; type 40 libavcodec/codec_desc.h enum AVMediaType type; type 1278 libavcodec/cook.c .type = AVMEDIA_TYPE_AUDIO, type 226 libavcodec/cpia.c .type = AVMEDIA_TYPE_VIDEO, type 780 libavcodec/crystalhd.c .type = AVMEDIA_TYPE_VIDEO, \ type 172 libavcodec/cscd.c .type = AVMEDIA_TYPE_VIDEO, type 1108 libavcodec/cuviddec.c .type = AVMEDIA_TYPE_VIDEO, \ type 182 libavcodec/cyuv.c .type = AVMEDIA_TYPE_VIDEO, type 196 libavcodec/cyuv.c .type = AVMEDIA_TYPE_VIDEO, type 387 libavcodec/dcadec.c .type = AVMEDIA_TYPE_AUDIO, type 1243 libavcodec/dcaenc.c .type = AVMEDIA_TYPE_AUDIO, type 50 libavcodec/dct.h int ff_dct_init(DCTContext *s, int nbits, enum DCTTransformType type); type 754 libavcodec/dds.c .type = AVMEDIA_TYPE_VIDEO, type 346 libavcodec/decode.c if (avctx->codec->type == AVMEDIA_TYPE_VIDEO) { type 362 libavcodec/decode.c if (avctx->codec->type == AVMEDIA_TYPE_VIDEO) { type 369 libavcodec/decode.c } else if (avctx->codec->type == AVMEDIA_TYPE_AUDIO) { type 473 libavcodec/decode.c if (avctx->codec->type == AVMEDIA_TYPE_AUDIO && type 483 libavcodec/decode.c if (ret >= 0 && avctx->codec->type == AVMEDIA_TYPE_VIDEO && !(avctx->flags & AV_CODEC_FLAG_TRUNCATED)) type 934 libavcodec/decode.c if (rect->type != SUBTITLE_ASS || !strncmp(rect->ass, "Dialogue: ", 10)) type 990 libavcodec/decode.c if (avctx->codec->type != AVMEDIA_TYPE_SUBTITLE) { type 1086 libavcodec/decode.c if (device_ctx->type != config->device_type) type 1149 libavcodec/decode.c if (device_ctx->type != dev_type) { type 1152 libavcodec/decode.c av_hwdevice_get_type_name(device_ctx->type)); type 1373 libavcodec/decode.c if (device_ctx->type != config->device_type) { type 1749 libavcodec/decode.c switch (avctx->codec->type) { type 420 libavcodec/dfa.c .type = AVMEDIA_TYPE_VIDEO, type 36 libavcodec/dirac_dwt.c int ff_spatial_idwt_init(DWTContext *d, DWTPlane *p, enum dwt_type type, type 49 libavcodec/dirac_dwt.c ret = ff_spatial_idwt_init_8bit(d, type); type 51 libavcodec/dirac_dwt.c ret = ff_spatial_idwt_init_10bit(d, type); type 53 libavcodec/dirac_dwt.c ret = ff_spatial_idwt_init_12bit(d, type); type 58 libavcodec/dirac_dwt.c av_log(NULL, AV_LOG_ERROR, "Unknown wavelet type %d\n", type); type 63 libavcodec/dirac_dwt.c ff_spatial_idwt_init_x86(d, type); type 88 libavcodec/dirac_dwt.h int ff_spatial_idwt_init(DWTContext *d, DWTPlane *p, enum dwt_type type, type 90 libavcodec/dirac_dwt.h void ff_spatial_idwt_init_x86(DWTContext *d, enum dwt_type type); type 519 libavcodec/dirac_dwt_template.c static int RENAME(ff_spatial_idwt_init)(DWTContext *d, enum dwt_type type) type 529 libavcodec/dirac_dwt_template.c switch(type){ type 552 libavcodec/dirac_dwt_template.c switch (type) { type 578 libavcodec/dirac_dwt_template.c if (type == DWT_DIRAC_HAAR0) type 450 libavcodec/diracdec.c #define UNPACK_ARITH(n, type) \ type 452 libavcodec/diracdec.c SubBand *b, type *buf, int x, int y) \ type 458 libavcodec/diracdec.c const type *pbuf = (type *)b->parent->ibuf; \ type 569 libavcodec/diracdec.c #define INTRA_DC_PRED(n, type) \ type 572 libavcodec/diracdec.c type *buf = (type*)b->ibuf; \ type 710 libavcodec/diracdec.c #define PARSE_VALUES(type, x, gb, ebits, buf1, buf2) \ type 711 libavcodec/diracdec.c type *buf = (type *)buf1; \ type 716 libavcodec/diracdec.c buf = (type *)buf2; \ type 2360 libavcodec/diracdec.c .type = AVMEDIA_TYPE_VIDEO, type 720 libavcodec/dnxhddec.c .type = AVMEDIA_TYPE_VIDEO, type 1394 libavcodec/dnxhdenc.c .type = AVMEDIA_TYPE_VIDEO, type 795 libavcodec/dolby_e.c .type = AVMEDIA_TYPE_AUDIO, type 416 libavcodec/dpcm.c .type = AVMEDIA_TYPE_AUDIO, \ type 502 libavcodec/dpx.c .type = AVMEDIA_TYPE_VIDEO, type 282 libavcodec/dpxenc.c .type = AVMEDIA_TYPE_VIDEO, type 121 libavcodec/dsddec.c .type = AVMEDIA_TYPE_AUDIO, \ type 127 libavcodec/dsicinaudio.c .type = AVMEDIA_TYPE_AUDIO, type 328 libavcodec/dsicinvideo.c .type = AVMEDIA_TYPE_VIDEO, type 779 libavcodec/dss_sp.c .type = AVMEDIA_TYPE_AUDIO, type 384 libavcodec/dstdec.c .type = AVMEDIA_TYPE_AUDIO, type 127 libavcodec/dvaudiodec.c .type = AVMEDIA_TYPE_AUDIO, type 525 libavcodec/dvbsub.c .type = AVMEDIA_TYPE_SUBTITLE, type 72 libavcodec/dvbsubdec.c int type; type 790 libavcodec/dvbsubdec.c rect->type = SUBTITLE_BITMAP; type 1256 libavcodec/dvbsubdec.c object->type = (*buf) >> 6; type 1277 libavcodec/dvbsubdec.c if ((object->type == 1 || object->type == 2) && buf+1 < buf_end) { type 1749 libavcodec/dvbsubdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 624 libavcodec/dvdec.c .type = AVMEDIA_TYPE_VIDEO, type 409 libavcodec/dvdsubdec.c sub_header->rects[0]->type = SUBTITLE_BITMAP; type 784 libavcodec/dvdsubdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 271 libavcodec/dvdsubenc.c if (h->rects[i]->type != SUBTITLE_BITMAP) { type 490 libavcodec/dvdsubenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 1218 libavcodec/dvenc.c .type = AVMEDIA_TYPE_VIDEO, type 59 libavcodec/dxa.c int type, x, y, d, d2; type 76 libavcodec/dxa.c type = *code++; type 77 libavcodec/dxa.c switch(type){ type 102 libavcodec/dxa.c if(type == 1){ type 106 libavcodec/dxa.c type -= 10; type 107 libavcodec/dxa.c mask = ((msk[0] & 0xF0) << shift1[type]) | ((msk[0] & 0xF) << shift2[type]); type 197 libavcodec/dxa.c data += type - 30; type 200 libavcodec/dxa.c av_log(avctx, AV_LOG_ERROR, "Unknown opcode %d\n", type); type 367 libavcodec/dxa.c .type = AVMEDIA_TYPE_VIDEO, type 633 libavcodec/dxtory.c .type = AVMEDIA_TYPE_VIDEO, type 1268 libavcodec/dxv.c .type = AVMEDIA_TYPE_VIDEO, type 593 libavcodec/dxva2.c if (device_ctx->type == AV_HWDEVICE_TYPE_DXVA2) { type 595 libavcodec/dxva2.c } else if (device_ctx->type == AV_HWDEVICE_TYPE_D3D11VA) { type 794 libavcodec/dxva2.c unsigned type, const void *data, unsigned size, type 806 libavcodec/dxva2.c type, type 811 libavcodec/dxva2.c hr = IDirectXVideoDecoder_GetBuffer(DXVA2_CONTEXT(ctx)->decoder, type, type 816 libavcodec/dxva2.c type, (unsigned)hr); type 826 libavcodec/dxva2.c dsc11->BufferType = type; type 835 libavcodec/dxva2.c dsc2->CompressedBufferType = type; type 843 libavcodec/dxva2.c av_log(avctx, AV_LOG_ERROR, "Buffer for type %u was too small\n", type); type 849 libavcodec/dxva2.c hr = ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx)->decoder, type); type 853 libavcodec/dxva2.c hr = IDirectXVideoDecoder_ReleaseBuffer(DXVA2_CONTEXT(ctx)->decoder, type); type 858 libavcodec/dxva2.c type, (unsigned)hr); type 898 libavcodec/dxva2.c unsigned type; type 936 libavcodec/dxva2.c type = D3D11_VIDEO_DECODER_BUFFER_PICTURE_PARAMETERS; type 942 libavcodec/dxva2.c type = DXVA2_PictureParametersBufferType; type 946 libavcodec/dxva2.c type, type 959 libavcodec/dxva2.c type = D3D11_VIDEO_DECODER_BUFFER_INVERSE_QUANTIZATION_MATRIX; type 965 libavcodec/dxva2.c type = DXVA2_InverseQuantizationMatrixBufferType; type 969 libavcodec/dxva2.c type, type 314 libavcodec/dxva2_h264.c unsigned type; type 319 libavcodec/dxva2_h264.c type = D3D11_VIDEO_DECODER_BUFFER_BITSTREAM; type 322 libavcodec/dxva2_h264.c type, type 329 libavcodec/dxva2_h264.c type = DXVA2_BitStreamDateBufferType; type 331 libavcodec/dxva2_h264.c type, type 390 libavcodec/dxva2_h264.c if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx)->decoder, type))) type 395 libavcodec/dxva2_h264.c if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(DXVA2_CONTEXT(ctx)->decoder, type))) type 405 libavcodec/dxva2_h264.c dsc11->BufferType = type; type 409 libavcodec/dxva2_h264.c type = D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL; type 418 libavcodec/dxva2_h264.c dsc2->CompressedBufferType = type; type 422 libavcodec/dxva2_h264.c type = DXVA2_SliceControlBufferType; type 436 libavcodec/dxva2_h264.c type, type 519 libavcodec/dxva2_h264.c .type = AVMEDIA_TYPE_VIDEO, type 536 libavcodec/dxva2_h264.c .type = AVMEDIA_TYPE_VIDEO, type 553 libavcodec/dxva2_h264.c .type = AVMEDIA_TYPE_VIDEO, type 253 libavcodec/dxva2_hevc.c unsigned type; type 258 libavcodec/dxva2_hevc.c type = D3D11_VIDEO_DECODER_BUFFER_BITSTREAM; type 261 libavcodec/dxva2_hevc.c type, type 268 libavcodec/dxva2_hevc.c type = DXVA2_BitStreamDateBufferType; type 270 libavcodec/dxva2_hevc.c type, type 312 libavcodec/dxva2_hevc.c if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx)->decoder, type))) type 317 libavcodec/dxva2_hevc.c if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(DXVA2_CONTEXT(ctx)->decoder, type))) type 327 libavcodec/dxva2_hevc.c dsc11->BufferType = type; type 331 libavcodec/dxva2_hevc.c type = D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL; type 338 libavcodec/dxva2_hevc.c dsc2->CompressedBufferType = type; type 342 libavcodec/dxva2_hevc.c type = DXVA2_SliceControlBufferType; type 351 libavcodec/dxva2_hevc.c type, type 423 libavcodec/dxva2_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 440 libavcodec/dxva2_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 457 libavcodec/dxva2_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 144 libavcodec/dxva2_internal.h unsigned type, const void *data, unsigned size, type 164 libavcodec/dxva2_mpeg2.c unsigned type; type 168 libavcodec/dxva2_mpeg2.c type = D3D11_VIDEO_DECODER_BUFFER_BITSTREAM; type 171 libavcodec/dxva2_mpeg2.c type, type 178 libavcodec/dxva2_mpeg2.c type = DXVA2_BitStreamDateBufferType; type 180 libavcodec/dxva2_mpeg2.c type, type 212 libavcodec/dxva2_mpeg2.c if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx)->decoder, type))) type 217 libavcodec/dxva2_mpeg2.c if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(DXVA2_CONTEXT(ctx)->decoder, type))) type 227 libavcodec/dxva2_mpeg2.c dsc11->BufferType = type; type 231 libavcodec/dxva2_mpeg2.c type = D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL; type 238 libavcodec/dxva2_mpeg2.c dsc2->CompressedBufferType = type; type 242 libavcodec/dxva2_mpeg2.c type = DXVA2_SliceControlBufferType; type 247 libavcodec/dxva2_mpeg2.c type, type 319 libavcodec/dxva2_mpeg2.c .type = AVMEDIA_TYPE_VIDEO, type 336 libavcodec/dxva2_mpeg2.c .type = AVMEDIA_TYPE_VIDEO, type 353 libavcodec/dxva2_mpeg2.c .type = AVMEDIA_TYPE_VIDEO, type 200 libavcodec/dxva2_vc1.c unsigned type; type 204 libavcodec/dxva2_vc1.c type = D3D11_VIDEO_DECODER_BUFFER_BITSTREAM; type 207 libavcodec/dxva2_vc1.c type, type 214 libavcodec/dxva2_vc1.c type = DXVA2_BitStreamDateBufferType; type 216 libavcodec/dxva2_vc1.c type, type 268 libavcodec/dxva2_vc1.c if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx)->decoder, type))) type 273 libavcodec/dxva2_vc1.c if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(DXVA2_CONTEXT(ctx)->decoder, type))) type 283 libavcodec/dxva2_vc1.c dsc11->BufferType = type; type 287 libavcodec/dxva2_vc1.c type = D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL; type 294 libavcodec/dxva2_vc1.c dsc2->CompressedBufferType = type; type 298 libavcodec/dxva2_vc1.c type = DXVA2_SliceControlBufferType; type 303 libavcodec/dxva2_vc1.c type, type 380 libavcodec/dxva2_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 397 libavcodec/dxva2_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 414 libavcodec/dxva2_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 431 libavcodec/dxva2_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 448 libavcodec/dxva2_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 465 libavcodec/dxva2_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 175 libavcodec/dxva2_vp9.c unsigned type; type 179 libavcodec/dxva2_vp9.c type = D3D11_VIDEO_DECODER_BUFFER_BITSTREAM; type 182 libavcodec/dxva2_vp9.c type, type 189 libavcodec/dxva2_vp9.c type = DXVA2_BitStreamDateBufferType; type 191 libavcodec/dxva2_vp9.c type, type 214 libavcodec/dxva2_vp9.c if (FAILED(ID3D11VideoContext_ReleaseDecoderBuffer(D3D11VA_CONTEXT(ctx)->video_context, D3D11VA_CONTEXT(ctx)->decoder, type))) type 219 libavcodec/dxva2_vp9.c if (FAILED(IDirectXVideoDecoder_ReleaseBuffer(DXVA2_CONTEXT(ctx)->decoder, type))) type 227 libavcodec/dxva2_vp9.c dsc11->BufferType = type; type 231 libavcodec/dxva2_vp9.c type = D3D11_VIDEO_DECODER_BUFFER_SLICE_CONTROL; type 238 libavcodec/dxva2_vp9.c dsc2->CompressedBufferType = type; type 242 libavcodec/dxva2_vp9.c type = DXVA2_SliceControlBufferType; type 247 libavcodec/dxva2_vp9.c type, type 310 libavcodec/dxva2_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 327 libavcodec/dxva2_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 344 libavcodec/dxva2_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 257 libavcodec/eac3enc.c .type = AVMEDIA_TYPE_AUDIO, type 239 libavcodec/eacmv.c .type = AVMEDIA_TYPE_VIDEO, type 345 libavcodec/eamad.c .type = AVMEDIA_TYPE_VIDEO, type 250 libavcodec/eatgq.c .type = AVMEDIA_TYPE_VIDEO, type 365 libavcodec/eatgv.c .type = AVMEDIA_TYPE_VIDEO, type 185 libavcodec/eatqi.c .type = AVMEDIA_TYPE_VIDEO, type 382 libavcodec/escape124.c .type = AVMEDIA_TYPE_VIDEO, type 354 libavcodec/escape130.c .type = AVMEDIA_TYPE_VIDEO, type 934 libavcodec/evrcdec.c .type = AVMEDIA_TYPE_AUDIO, type 44 libavcodec/exif.c static int exif_add_metadata(void *logctx, int count, int type, type 49 libavcodec/exif.c switch(type) { type 67 libavcodec/exif.c avpriv_request_sample(logctx, "TIFF tag type (%u)", type); type 78 libavcodec/exif.c enum TiffTypes type; type 84 libavcodec/exif.c ff_tread_tag(gbytes, le, &id, &type, &count, &cur_pos); type 108 libavcodec/exif.c ret = exif_add_metadata(logctx, count, type, use_name, NULL, type 1947 libavcodec/exr.c .type = AVMEDIA_TYPE_VIDEO, type 79 libavcodec/extract_extradata_bsf.c if (val_in_array(extradata_obu_types, nb_extradata_obu_types, obu->type)) { type 81 libavcodec/extract_extradata_bsf.c if (obu->type == AV1_OBU_SEQUENCE_HEADER) type 118 libavcodec/extract_extradata_bsf.c obu->type)) { type 168 libavcodec/extract_extradata_bsf.c if (val_in_array(extradata_nal_types, nb_extradata_nal_types, nal->type)) { type 171 libavcodec/extract_extradata_bsf.c if (nal->type == HEVC_NAL_SPS) has_sps = 1; type 172 libavcodec/extract_extradata_bsf.c if (nal->type == HEVC_NAL_VPS) has_vps = 1; type 174 libavcodec/extract_extradata_bsf.c if (nal->type == H264_NAL_SPS) has_sps = 1; type 213 libavcodec/extract_extradata_bsf.c nal->type)) { type 51 libavcodec/faanidct.c ptrdiff_t stride, int x, int y, int type) type 87 libavcodec/faanidct.c if(type==0){ type 96 libavcodec/faanidct.c }else if(type==1){ type 105 libavcodec/faanidct.c }else if(type==2){ type 292 libavcodec/ffjni.c enum FFJniFieldType type = jfields_mapping[i].type; type 294 libavcodec/ffjni.c if (type == FF_JNI_CLASS) { type 318 libavcodec/ffjni.c switch(type) { type 379 libavcodec/ffjni.c enum FFJniFieldType type = jfields_mapping[i].type; type 381 libavcodec/ffjni.c switch(type) { type 107 libavcodec/ffjni.h enum FFJniFieldType type; type 1057 libavcodec/ffv1dec.c .type = AVMEDIA_TYPE_VIDEO, type 1323 libavcodec/ffv1enc.c .type = AVMEDIA_TYPE_VIDEO, type 88 libavcodec/ffwavesynth.c enum ws_interval_type type; type 261 libavcodec/ffwavesynth.c in->type = AV_RL32(edata + 16); type 271 libavcodec/ffwavesynth.c switch (in->type) { type 337 libavcodec/ffwavesynth.c ws->pink_need += ws->inter[i].type == WS_NOISE; type 374 libavcodec/ffwavesynth.c switch (in->type) { type 472 libavcodec/ffwavesynth.c .type = AVMEDIA_TYPE_AUDIO, type 488 libavcodec/fic.c .type = AVMEDIA_TYPE_VIDEO, type 123 libavcodec/filter_units_bsf.c if (frag->units[i].type == ctx->type_list[j]) type 244 libavcodec/fitsdec.c #define CASE_RGB(cas, dst, type, dref) \ type 248 libavcodec/fitsdec.c dst = (type *) (p->data[map[k]] + (avctx->height - i - 1) * p->linesize[map[k]]); \ type 256 libavcodec/fitsdec.c *dst++ = (type) t; \ type 275 libavcodec/fitsdec.c #define CASE_GRAY(cas, dst, type, t, rd) \ type 278 libavcodec/fitsdec.c dst = (type *) (p->data[0] + (avctx->height-i-1)* p->linesize[0]); \ type 282 libavcodec/fitsdec.c *dst++ = lrint(((t - header.data_min) * ((1 << (sizeof(type) * 8)) - 1)) * scale); \ type 325 libavcodec/fitsdec.c .type = AVMEDIA_TYPE_VIDEO, type 119 libavcodec/fitsenc.c .type = AVMEDIA_TYPE_VIDEO, type 144 libavcodec/flac.h int *last, int *type, int *size) type 149 libavcodec/flac.h if (type) type 150 libavcodec/flac.h *type = tmp & 0x7F; type 408 libavcodec/flacdec.c int type, wasted = 0; type 424 libavcodec/flacdec.c type = get_bits(&s->gb, 6); type 445 libavcodec/flacdec.c if (type == 0) { type 449 libavcodec/flacdec.c } else if (type == 1) { type 452 libavcodec/flacdec.c } else if ((type >= 8) && (type <= 12)) { type 453 libavcodec/flacdec.c if ((ret = decode_subframe_fixed(s, decoded, type & ~0x8, bps)) < 0) type 455 libavcodec/flacdec.c } else if (type >= 32) { type 456 libavcodec/flacdec.c if ((ret = decode_subframe_lpc(s, decoded, (type & ~0x20)+1, bps)) < 0) type 666 libavcodec/flacdec.c .type = AVMEDIA_TYPE_AUDIO, type 78 libavcodec/flacenc.c int type; type 565 libavcodec/flacenc.c if (sub->type == FLAC_SUBFRAME_CONSTANT) { type 567 libavcodec/flacenc.c } else if (sub->type == FLAC_SUBFRAME_VERBATIM) { type 574 libavcodec/flacenc.c if (sub->type == FLAC_SUBFRAME_LPC) type 763 libavcodec/flacenc.c if (sub->type == FLAC_SUBFRAME_LPC) type 843 libavcodec/flacenc.c sub->type = sub->type_code = FLAC_SUBFRAME_CONSTANT; type 850 libavcodec/flacenc.c sub->type = sub->type_code = FLAC_SUBFRAME_VERBATIM; type 860 libavcodec/flacenc.c sub->type = FLAC_SUBFRAME_FIXED; type 875 libavcodec/flacenc.c sub->type_code = sub->type | sub->order; type 884 libavcodec/flacenc.c sub->type = FLAC_SUBFRAME_LPC; type 1004 libavcodec/flacenc.c sub->type_code = sub->type | (sub->order-1); type 1261 libavcodec/flacenc.c if (sub->type == FLAC_SUBFRAME_CONSTANT) { type 1263 libavcodec/flacenc.c } else if (sub->type == FLAC_SUBFRAME_VERBATIM) { type 1272 libavcodec/flacenc.c if (sub->type == FLAC_SUBFRAME_LPC) { type 1505 libavcodec/flacenc.c .type = AVMEDIA_TYPE_AUDIO, type 513 libavcodec/flashsv.c .type = AVMEDIA_TYPE_VIDEO, type 581 libavcodec/flashsv.c .type = AVMEDIA_TYPE_VIDEO, type 915 libavcodec/flashsv2enc.c .type = AVMEDIA_TYPE_VIDEO, type 284 libavcodec/flashsvenc.c .type = AVMEDIA_TYPE_VIDEO, type 1108 libavcodec/flicvideo.c .type = AVMEDIA_TYPE_VIDEO, type 119 libavcodec/flvdec.c .type = AVMEDIA_TYPE_VIDEO, type 104 libavcodec/flvenc.c .type = AVMEDIA_TYPE_VIDEO, type 419 libavcodec/fmvc.c unsigned type, size; type 422 libavcodec/fmvc.c type = bytestream2_get_le16(gb); type 428 libavcodec/fmvc.c if (type == 1) { type 430 libavcodec/fmvc.c } else if (type == 2){ type 433 libavcodec/fmvc.c avpriv_report_missing_feature(avctx, "Compression type %d", type); type 446 libavcodec/fmvc.c int type, k, l; type 460 libavcodec/fmvc.c type = bytestream2_get_le16(gb); type 474 libavcodec/fmvc.c if (type == 1) { type 476 libavcodec/fmvc.c } else if (type == 2){ type 479 libavcodec/fmvc.c avpriv_report_missing_feature(avctx, "Compression type %d", type); type 630 libavcodec/fmvc.c .type = AVMEDIA_TYPE_VIDEO, type 344 libavcodec/fraps.c .type = AVMEDIA_TYPE_VIDEO, type 121 libavcodec/frwu.c .type = AVMEDIA_TYPE_VIDEO, type 1648 libavcodec/g2meet.c .type = AVMEDIA_TYPE_VIDEO, type 145 libavcodec/g722dec.c .type = AVMEDIA_TYPE_AUDIO, type 381 libavcodec/g722enc.c .type = AVMEDIA_TYPE_AUDIO, type 1044 libavcodec/g723_1dec.c .type = AVMEDIA_TYPE_AUDIO, type 1202 libavcodec/g723_1enc.c .type = AVMEDIA_TYPE_AUDIO, type 402 libavcodec/g726.c .type = AVMEDIA_TYPE_AUDIO, type 426 libavcodec/g726.c .type = AVMEDIA_TYPE_AUDIO, type 510 libavcodec/g726.c .type = AVMEDIA_TYPE_AUDIO, type 523 libavcodec/g726.c .type = AVMEDIA_TYPE_AUDIO, type 756 libavcodec/g729dec.c .type = AVMEDIA_TYPE_AUDIO, type 768 libavcodec/g729dec.c .type = AVMEDIA_TYPE_AUDIO, type 567 libavcodec/gdv.c .type = AVMEDIA_TYPE_VIDEO, type 489 libavcodec/gif.c .type = AVMEDIA_TYPE_VIDEO, type 565 libavcodec/gifdec.c .type = AVMEDIA_TYPE_VIDEO, type 117 libavcodec/gsmdec.c .type = AVMEDIA_TYPE_AUDIO, type 130 libavcodec/gsmdec.c .type = AVMEDIA_TYPE_AUDIO, type 682 libavcodec/h261dec.c .type = AVMEDIA_TYPE_VIDEO, type 391 libavcodec/h261enc.c .type = AVMEDIA_TYPE_VIDEO, type 765 libavcodec/h263dec.c .type = AVMEDIA_TYPE_VIDEO, type 783 libavcodec/h263dec.c .type = AVMEDIA_TYPE_VIDEO, type 299 libavcodec/h2645_parse.c nal->type = get_bits(gb, 6); type 308 libavcodec/h2645_parse.c nal->type, hevc_nal_unit_name(nal->type), nal->nuh_layer_id, nal->temporal_id); type 321 libavcodec/h2645_parse.c nal->type = get_bits(gb, 5); type 325 libavcodec/h2645_parse.c nal->type, h264_nal_unit_name(nal->type), nal->ref_idc); type 510 libavcodec/h2645_parse.c nal->type); type 52 libavcodec/h2645_parse.h int type; type 1452 libavcodec/h264_cabac.c int type; type 1457 libavcodec/h264_cabac.c type = 3; type 1461 libavcodec/h264_cabac.c type += 4; type 1463 libavcodec/h264_cabac.c type += 2*get_cabac( &sl->cabac, &sl->cabac_state[39] ); type 1464 libavcodec/h264_cabac.c type += get_cabac( &sl->cabac, &sl->cabac_state[39] ); type 1465 libavcodec/h264_cabac.c return type; type 1713 libavcodec/h264_cabac.c #define STORE_BLOCK(type) \ type 1722 libavcodec/h264_cabac.c ((type*)block)[j] = get_cabac_bypass_sign( CC, -1); \ type 1724 libavcodec/h264_cabac.c ((type*)block)[j] = (get_cabac_bypass_sign( CC, -qmul[j]) + 32) >> 6; \ type 1749 libavcodec/h264_cabac.c ((type*)block)[j] = get_cabac_bypass_sign( CC, -coeff_abs ); \ type 1751 libavcodec/h264_cabac.c ((type*)block)[j] = ((int)(get_cabac_bypass_sign( CC, -coeff_abs ) * qmul[j] + 32)) >> 6; \ type 1993 libavcodec/h264_cabac.c mb_type = ff_h264_b_mb_type_info[mb_type].type; type 2005 libavcodec/h264_cabac.c mb_type = ff_h264_p_mb_type_info[mb_type].type; type 2019 libavcodec/h264_cabac.c mb_type = ff_h264_i_mb_type_info[mb_type].type; type 2111 libavcodec/h264_cabac.c sl->sub_mb_type[i] = ff_h264_b_sub_mb_type_info[sl->sub_mb_type[i]].type; type 2127 libavcodec/h264_cabac.c sl->sub_mb_type[i] = ff_h264_p_sub_mb_type_info[sl->sub_mb_type[i]].type; type 583 libavcodec/h264_cavlc.c #define STORE_BLOCK(type) \ type 586 libavcodec/h264_cavlc.c ((type*)block)[*scantable] = level[0]; \ type 594 libavcodec/h264_cavlc.c ((type*)block)[*scantable]= level[i]; \ type 598 libavcodec/h264_cavlc.c ((type*)block)[*scantable]= level[i]; \ type 601 libavcodec/h264_cavlc.c ((type*)block)[*scantable] = ((int)(level[0] * qmul[*scantable] + 32))>>6; \ type 609 libavcodec/h264_cavlc.c ((type*)block)[*scantable]= ((int)(level[i] * qmul[*scantable] + 32))>>6; \ type 613 libavcodec/h264_cavlc.c ((type*)block)[*scantable]= ((int)(level[i] * qmul[*scantable] + 32))>>6; \ type 746 libavcodec/h264_cavlc.c mb_type = ff_h264_b_mb_type_info[mb_type].type; type 754 libavcodec/h264_cavlc.c mb_type = ff_h264_p_mb_type_info[mb_type].type; type 771 libavcodec/h264_cavlc.c mb_type = ff_h264_i_mb_type_info[mb_type].type; type 859 libavcodec/h264_cavlc.c sl->sub_mb_type[i] = ff_h264_b_sub_mb_type_info[sl->sub_mb_type[i]].type; type 877 libavcodec/h264_cavlc.c sl->sub_mb_type[i] = ff_h264_p_sub_mb_type_info[sl->sub_mb_type[i]].type; type 299 libavcodec/h264_metadata_bsf.c if (au->units[i].type == H264_NAL_SPS) { type 350 libavcodec/h264_metadata_bsf.c if (au->units[0].type == H264_NAL_AUD) { type 368 libavcodec/h264_metadata_bsf.c if (au->units[i].type == H264_NAL_SLICE || type 369 libavcodec/h264_metadata_bsf.c au->units[i].type == H264_NAL_IDR_SLICE) { type 404 libavcodec/h264_metadata_bsf.c if (au->units[i].type == H264_NAL_SPS) { type 469 libavcodec/h264_metadata_bsf.c if (au->units[i].type == H264_NAL_FILLER_DATA) { type 474 libavcodec/h264_metadata_bsf.c if (au->units[i].type == H264_NAL_SEI) { type 491 libavcodec/h264_metadata_bsf.c if (au->units[i].type != H264_NAL_SEI) type 643 libavcodec/h264_metadata_bsf.c if (au->units[i].type == H264_NAL_SPS) { type 238 libavcodec/h264_mvpred.h #define FIX_MV_MBAFF(type, refn, mvn, idx) \ type 241 libavcodec/h264_mvpred.h if (!IS_INTERLACED(type)) { \ type 248 libavcodec/h264_mvpred.h if (IS_INTERLACED(type)) { \ type 378 libavcodec/h264_parse.c switch (nal->type) { type 403 libavcodec/h264_parse.c nal->type); type 322 libavcodec/h264_parser.c nal.type = get_bits(&nal.gb, 5); type 324 libavcodec/h264_parser.c switch (nal.type) { type 421 libavcodec/h264_parser.c if (nal.type == H264_NAL_IDR_SLICE) type 452 libavcodec/h264_parser.c if (nal.ref_idc && nal.type != H264_NAL_IDR_SLICE) { type 89 libavcodec/h264_redundant_pps_bsf.c if (nal->type == H264_NAL_SPS) type 91 libavcodec/h264_redundant_pps_bsf.c if (nal->type == H264_NAL_PPS) { type 103 libavcodec/h264_redundant_pps_bsf.c if (nal->type == H264_NAL_SLICE || type 104 libavcodec/h264_redundant_pps_bsf.c nal->type == H264_NAL_IDR_SLICE) { type 147 libavcodec/h264_redundant_pps_bsf.c if (au->units[i].type == H264_NAL_PPS) { type 841 libavcodec/h264_refs.c if (nal->type == H264_NAL_IDR_SLICE) { // FIXME fields type 425 libavcodec/h264_sei.c int type = 0; type 432 libavcodec/h264_sei.c type += show_bits(gb, 8); type 443 libavcodec/h264_sei.c type, 8*size, get_bits_left(gb)); type 451 libavcodec/h264_sei.c switch (type) { type 480 libavcodec/h264_sei.c av_log(logctx, AV_LOG_DEBUG, "unknown SEI type %d\n", type); type 489 libavcodec/h264_sei.c type, -get_bits_left(&gb_payload)); type 1218 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_CHECKERBOARD; type 1221 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_COLUMNS; type 1224 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_LINES; type 1228 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_SIDEBYSIDE_QUINCUNX; type 1230 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_SIDEBYSIDE; type 1233 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_TOPBOTTOM; type 1236 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_FRAMESEQUENCE; type 1239 libavcodec/h264_slice.c stereo->type = AV_STEREO3D_2D; type 1679 libavcodec/h264_slice.c h->picture_idr = nal->type == H264_NAL_IDR_SLICE; type 1696 libavcodec/h264_slice.c h->cur_pic_ptr->f->key_frame |= (nal->type == H264_NAL_IDR_SLICE); type 1698 libavcodec/h264_slice.c if (nal->type == H264_NAL_IDR_SLICE || type 1705 libavcodec/h264_slice.c if (nal->type == H264_NAL_IDR_SLICE) type 1762 libavcodec/h264_slice.c if (nal->type == H264_NAL_IDR_SLICE && type 1819 libavcodec/h264_slice.c if (nal->type == H264_NAL_IDR_SLICE) type 1945 libavcodec/h264_slice.c if (h->picture_idr && nal->type != H264_NAL_IDR_SLICE) { type 2060 libavcodec/h264_slice.c nal->type == H264_NAL_IDR_SLICE ? " IDR" : "", type 34 libavcodec/h264data.h uint16_t type; type 42 libavcodec/h264data.h uint16_t type; type 524 libavcodec/h264dec.c switch (nal->type) { type 542 libavcodec/h264dec.c first_slice != nal->type) type 545 libavcodec/h264dec.c first_slice = nal->type; type 623 libavcodec/h264dec.c nal->ref_idc == 0 && nal->type != H264_NAL_SEI) type 628 libavcodec/h264dec.c h->nal_unit_type = nal->type; type 631 libavcodec/h264dec.c switch (nal->type) { type 693 libavcodec/h264dec.c nal->type, type 712 libavcodec/h264dec.c nal->type, type 732 libavcodec/h264dec.c nal->type, nal->size_bits); type 1074 libavcodec/h264dec.c .type = AVMEDIA_TYPE_VIDEO, type 91 libavcodec/h265_metadata_bsf.c if (unit->type == HEVC_NAL_VPS) { type 100 libavcodec/h265_metadata_bsf.c } else if (unit->type == HEVC_NAL_SPS) { type 112 libavcodec/h265_metadata_bsf.c } else if (unit->type == HEVC_NAL_PPS) { type 363 libavcodec/h265_metadata_bsf.c if (au->units[i].type == HEVC_NAL_VPS) { type 368 libavcodec/h265_metadata_bsf.c if (au->units[i].type == HEVC_NAL_SPS) { type 418 libavcodec/h265_metadata_bsf.c if (au->units[0].type == HEVC_NAL_AUD) { type 433 libavcodec/h265_metadata_bsf.c if (au->units[i].type <= HEVC_NAL_RSV_VCL31) { type 465 libavcodec/h265_metadata_bsf.c if (au->units[i].type == HEVC_NAL_VPS) { type 470 libavcodec/h265_metadata_bsf.c if (au->units[i].type == HEVC_NAL_SPS) { type 514 libavcodec/h265_metadata_bsf.c if (au->units[i].type == HEVC_NAL_VPS) { type 519 libavcodec/h265_metadata_bsf.c if (au->units[i].type == HEVC_NAL_SPS) { type 482 libavcodec/hapdec.c .type = AVMEDIA_TYPE_VIDEO, type 355 libavcodec/hapenc.c .type = AVMEDIA_TYPE_VIDEO, type 83 libavcodec/hcadec.c static int ath_init(uint8_t *ath, int type, int sample_rate) type 85 libavcodec/hcadec.c switch (type) { type 449 libavcodec/hcadec.c .type = AVMEDIA_TYPE_AUDIO, type 144 libavcodec/hcom.c .type = AVMEDIA_TYPE_AUDIO, type 56 libavcodec/hevc_mp4toannexb_bsf.c int type = bytestream2_get_byte(&gb) & 0x3f; type 59 libavcodec/hevc_mp4toannexb_bsf.c if (!(type == HEVC_NAL_VPS || type == HEVC_NAL_SPS || type == HEVC_NAL_PPS || type 60 libavcodec/hevc_mp4toannexb_bsf.c type == HEVC_NAL_SEI_PREFIX || type == HEVC_NAL_SEI_SUFFIX)) { type 62 libavcodec/hevc_mp4toannexb_bsf.c type); type 44 libavcodec/hevc_parse.c switch (nal->type) { type 62 libavcodec/hevc_parse.c ret = ff_hevc_decode_nal_sei(&nal->gb, logctx, sei, ps, nal->type); type 67 libavcodec/hevc_parse.c av_log(logctx, AV_LOG_VERBOSE, "Ignoring NAL type %d in extradata\n", nal->type); type 108 libavcodec/hevc_parse.c int type = bytestream2_get_byte(&gb) & 0x3f; type 126 libavcodec/hevc_parse.c type, i); type 36 libavcodec/hevc_parser.c #define IS_IRAP_NAL(nal) (nal->type >= 16 && nal->type <= 23) type 37 libavcodec/hevc_parser.c #define IS_IDR_NAL(nal) (nal->type == HEVC_NAL_IDR_W_RADL || nal->type == HEVC_NAL_IDR_N_LP) type 159 libavcodec/hevc_parser.c ff_hevc_compute_poc(ps->sps, ctx->pocTid0, pic_order_cnt_lsb, nal->type); type 164 libavcodec/hevc_parser.c nal->type != HEVC_NAL_TRAIL_N && type 165 libavcodec/hevc_parser.c nal->type != HEVC_NAL_TSA_N && type 166 libavcodec/hevc_parser.c nal->type != HEVC_NAL_STSA_N && type 167 libavcodec/hevc_parser.c nal->type != HEVC_NAL_RADL_N && type 168 libavcodec/hevc_parser.c nal->type != HEVC_NAL_RASL_N && type 169 libavcodec/hevc_parser.c nal->type != HEVC_NAL_RADL_R && type 170 libavcodec/hevc_parser.c nal->type != HEVC_NAL_RASL_R) type 211 libavcodec/hevc_parser.c switch (nal->type) { type 223 libavcodec/hevc_parser.c ff_hevc_decode_nal_sei(gb, avctx, sei, ps, nal->type); type 284 libavcodec/hevc_sei.c const HEVCParamSets *ps, int type, int size) type 286 libavcodec/hevc_sei.c switch (type) { type 306 libavcodec/hevc_sei.c av_log(logctx, AV_LOG_DEBUG, "Skipped PREFIX SEI %d\n", type); type 313 libavcodec/hevc_sei.c int type, int size) type 315 libavcodec/hevc_sei.c switch (type) { type 319 libavcodec/hevc_sei.c av_log(logctx, AV_LOG_DEBUG, "Skipped SUFFIX SEI %d\n", type); type 359 libavcodec/hevc_sei.c const HEVCParamSets *ps, int type) type 364 libavcodec/hevc_sei.c ret = decode_nal_sei_message(gb, logctx, s, ps, type); type 128 libavcodec/hevc_sei.h const struct HEVCParamSets *ps, int type); type 2678 libavcodec/hevcdec.c stereo->type = AV_STEREO3D_SIDEBYSIDE_QUINCUNX; type 2680 libavcodec/hevcdec.c stereo->type = AV_STEREO3D_SIDEBYSIDE; type 2683 libavcodec/hevcdec.c stereo->type = AV_STEREO3D_TOPBOTTOM; type 2686 libavcodec/hevcdec.c stereo->type = AV_STEREO3D_FRAMESEQUENCE; type 2866 libavcodec/hevcdec.c s->nal_unit_type = nal->type; type 2873 libavcodec/hevcdec.c nal->type, type 2886 libavcodec/hevcdec.c nal->type, type 2900 libavcodec/hevcdec.c nal->type, type 2914 libavcodec/hevcdec.c nal->type, type 3067 libavcodec/hevcdec.c if (s->pkt.nals[i].type == HEVC_NAL_EOB_NUT || type 3068 libavcodec/hevcdec.c s->pkt.nals[i].type == HEVC_NAL_EOS_NUT) { type 3085 libavcodec/hevcdec.c && ff_hevc_nal_is_nonref(nal->type)) || nal->nuh_layer_id > 0) type 3556 libavcodec/hevcdec.c .type = AVMEDIA_TYPE_VIDEO, type 636 libavcodec/hevcdec.h static av_always_inline int ff_hevc_nal_is_nonref(enum HEVCNALUnitType type) type 638 libavcodec/hevcdec.h switch (type) { type 515 libavcodec/hnm4video.c .type = AVMEDIA_TYPE_VIDEO, type 387 libavcodec/hq_hqa.c .type = AVMEDIA_TYPE_VIDEO, type 543 libavcodec/hqx.c .type = AVMEDIA_TYPE_VIDEO, type 1276 libavcodec/huffyuvdec.c .type = AVMEDIA_TYPE_VIDEO, type 1290 libavcodec/huffyuvdec.c .type = AVMEDIA_TYPE_VIDEO, type 1305 libavcodec/huffyuvdec.c .type = AVMEDIA_TYPE_VIDEO, type 1088 libavcodec/huffyuvenc.c .type = AVMEDIA_TYPE_VIDEO, type 1108 libavcodec/huffyuvenc.c .type = AVMEDIA_TYPE_VIDEO, type 254 libavcodec/idcinvideo.c .type = AVMEDIA_TYPE_VIDEO, type 652 libavcodec/iff.c #define DECODE_RGBX_COMMON(type) \ type 662 libavcodec/iff.c *(type *)(dst + y*linesize + x * sizeof(type)) = pixel; \ type 934 libavcodec/iff.c uint32_t type, flag, cols, groups, rows, bytes; type 947 libavcodec/iff.c type = bytestream2_get_be16(&gb); type 949 libavcodec/iff.c switch (type) { type 1909 libavcodec/iff.c .type = AVMEDIA_TYPE_VIDEO, type 228 libavcodec/iirfilter.c #define FILTER_BW_O4(type, fmt) { \ type 230 libavcodec/iirfilter.c const type *src0 = src; \ type 231 libavcodec/iirfilter.c type *dst0 = dst; \ type 241 libavcodec/iirfilter.c #define FILTER_DIRECT_FORM_II(type, fmt) { \ type 243 libavcodec/iirfilter.c const type *src0 = src; \ type 244 libavcodec/iirfilter.c type *dst0 = dst; \ type 263 libavcodec/iirfilter.c #define FILTER_O2(type, fmt) { \ type 265 libavcodec/iirfilter.c const type *src0 = src; \ type 266 libavcodec/iirfilter.c type *dst0 = dst; \ type 1483 libavcodec/ilbcdec.c .type = AVMEDIA_TYPE_AUDIO, type 1084 libavcodec/imc.c .type = AVMEDIA_TYPE_AUDIO, type 1100 libavcodec/imc.c .type = AVMEDIA_TYPE_AUDIO, type 374 libavcodec/imm4.c unsigned type; type 431 libavcodec/imm4.c type = get_bits_long(gb, 32); type 435 libavcodec/imm4.c switch (type) { type 445 libavcodec/imm4.c avpriv_request_sample(avctx, "type %X", type); type 547 libavcodec/imm4.c .type = AVMEDIA_TYPE_VIDEO, type 184 libavcodec/imm5.c .type = AVMEDIA_TYPE_VIDEO, type 272 libavcodec/indeo2.c .type = AVMEDIA_TYPE_VIDEO, type 1139 libavcodec/indeo3.c .type = AVMEDIA_TYPE_VIDEO, type 513 libavcodec/indeo4.c mb->type = 1; /* empty macroblocks are always INTER */ type 541 libavcodec/indeo4.c mb->type = ref_mb->type; type 544 libavcodec/indeo4.c mb->type = 0; /* mb_type is always INTRA for intra-frames */ type 546 libavcodec/indeo4.c mb->type = get_bits(&ctx->gb, mb_type_bits); type 561 libavcodec/indeo4.c if (!mb->type) { type 584 libavcodec/indeo4.c if (mb->type == 3) { type 597 libavcodec/indeo4.c if (mb->type == 2) { type 607 libavcodec/indeo4.c if (mb->type) type 709 libavcodec/indeo4.c .type = AVMEDIA_TYPE_VIDEO, type 493 libavcodec/indeo5.c mb->type = 1; /* empty macroblocks are always INTER */ type 516 libavcodec/indeo5.c mb->type = ref_mb->type; /* copy mb_type from corresponding reference mb */ type 518 libavcodec/indeo5.c mb->type = 0; /* mb_type is always INTRA for intra-frames */ type 520 libavcodec/indeo5.c mb->type = get_bits1(&ctx->gb); type 538 libavcodec/indeo5.c if (!mb->type) { type 565 libavcodec/indeo5.c if (mb->type) type 688 libavcodec/indeo5.c .type = AVMEDIA_TYPE_VIDEO, type 134 libavcodec/intelh263dec.c .type = AVMEDIA_TYPE_VIDEO, type 627 libavcodec/interplayacm.c .type = AVMEDIA_TYPE_AUDIO, type 1377 libavcodec/interplayvideo.c .type = AVMEDIA_TYPE_VIDEO, type 638 libavcodec/ivi.c is_intra = !mb->type; type 665 libavcodec/ivi.c if (mb->type == 2) type 667 libavcodec/ivi.c if (mb->type != 2 && mb->type != 3) type 669 libavcodec/ivi.c if (mb->type) { type 684 libavcodec/ivi.c if (mb->type == 2 || mb->type == 3) { type 795 libavcodec/ivi.c mb->type = 1; /* set the macroblocks type = INTER */ type 114 libavcodec/ivi.h uint8_t type; ///< macroblock type: 0 - INTRA, 1 - INTER type 1247 libavcodec/j2kenc.c .type = AVMEDIA_TYPE_VIDEO, type 199 libavcodec/jacosubdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 277 libavcodec/jpeg2000.h int type = passno % 3; type 279 libavcodec/jpeg2000.h if (type == 0 && passno > 2) type 281 libavcodec/jpeg2000.h if (type == 2 && passno > 2) type 2445 libavcodec/jpeg2000dec.c .type = AVMEDIA_TYPE_VIDEO, type 538 libavcodec/jpeg2000dwt.c int decomp_levels, int type) type 544 libavcodec/jpeg2000dwt.c s->type = type; type 559 libavcodec/jpeg2000dwt.c switch (type) { type 586 libavcodec/jpeg2000dwt.c switch(s->type){ type 604 libavcodec/jpeg2000dwt.c switch (s->type) { type 48 libavcodec/jpeg2000dwt.h uint8_t type; ///< 0 for 9/7; 1 for 5/3 type 61 libavcodec/jpeg2000dwt.h int decomp_levels, int type); type 549 libavcodec/jpeglsdec.c .type = AVMEDIA_TYPE_VIDEO, type 469 libavcodec/jpeglsenc.c .type = AVMEDIA_TYPE_VIDEO, type 239 libavcodec/jvdec.c .type = AVMEDIA_TYPE_VIDEO, type 182 libavcodec/kgv1dec.c .type = AVMEDIA_TYPE_VIDEO, type 422 libavcodec/kmvc.c .type = AVMEDIA_TYPE_VIDEO, type 718 libavcodec/lagarith.c .type = AVMEDIA_TYPE_VIDEO, type 642 libavcodec/lcldec.c .type = AVMEDIA_TYPE_VIDEO, type 657 libavcodec/lcldec.c .type = AVMEDIA_TYPE_VIDEO, type 173 libavcodec/lclenc.c .type = AVMEDIA_TYPE_VIDEO, type 225 libavcodec/libaomdec.c .type = AVMEDIA_TYPE_VIDEO, type 1132 libavcodec/libaomenc.c .type = AVMEDIA_TYPE_VIDEO, type 386 libavcodec/libaribb24.c .type = AVMEDIA_TYPE_SUBTITLE, type 133 libavcodec/libcelt_dec.c .type = AVMEDIA_TYPE_AUDIO, type 186 libavcodec/libcodec2.c .type = AVMEDIA_TYPE_AUDIO, type 202 libavcodec/libcodec2.c .type = AVMEDIA_TYPE_AUDIO, type 408 libavcodec/libdav1d.c .type = AVMEDIA_TYPE_VIDEO, type 85 libavcodec/libdavs2.c switch (pic->type) { type 217 libavcodec/libdavs2.c .type = AVMEDIA_TYPE_VIDEO, type 414 libavcodec/libfdk-aacdec.c .type = AVMEDIA_TYPE_AUDIO, type 464 libavcodec/libfdk-aacenc.c .type = AVMEDIA_TYPE_AUDIO, type 130 libavcodec/libgsmdec.c .type = AVMEDIA_TYPE_AUDIO, type 145 libavcodec/libgsmdec.c .type = AVMEDIA_TYPE_AUDIO, type 126 libavcodec/libgsmenc.c .type = AVMEDIA_TYPE_AUDIO, type 142 libavcodec/libgsmenc.c .type = AVMEDIA_TYPE_AUDIO, type 109 libavcodec/libilbc.c .type = AVMEDIA_TYPE_AUDIO, type 187 libavcodec/libilbc.c .type = AVMEDIA_TYPE_AUDIO, type 303 libavcodec/libkvazaar.c .type = AVMEDIA_TYPE_VIDEO, type 333 libavcodec/libmp3lame.c .type = AVMEDIA_TYPE_AUDIO, type 136 libavcodec/libopencore-amr.c .type = AVMEDIA_TYPE_AUDIO, type 291 libavcodec/libopencore-amr.c .type = AVMEDIA_TYPE_AUDIO, type 376 libavcodec/libopencore-amr.c .type = AVMEDIA_TYPE_AUDIO, type 166 libavcodec/libopenh264dec.c .type = AVMEDIA_TYPE_VIDEO, type 435 libavcodec/libopenh264enc.c .type = AVMEDIA_TYPE_VIDEO, type 508 libavcodec/libopenjpegdec.c .type = AVMEDIA_TYPE_VIDEO, type 761 libavcodec/libopenjpegenc.c .type = AVMEDIA_TYPE_VIDEO, type 231 libavcodec/libopusdec.c .type = AVMEDIA_TYPE_AUDIO, type 578 libavcodec/libopusenc.c .type = AVMEDIA_TYPE_AUDIO, type 592 libavcodec/librav1e.c .type = AVMEDIA_TYPE_VIDEO, type 124 libavcodec/librsvgdec.c .type = AVMEDIA_TYPE_VIDEO, type 136 libavcodec/libshine.c .type = AVMEDIA_TYPE_AUDIO, type 195 libavcodec/libspeexdec.c .type = AVMEDIA_TYPE_AUDIO, type 353 libavcodec/libspeexenc.c .type = AVMEDIA_TYPE_AUDIO, type 378 libavcodec/libtheoraenc.c .type = AVMEDIA_TYPE_VIDEO, type 212 libavcodec/libtwolame.c .type = AVMEDIA_TYPE_AUDIO, type 146 libavcodec/libvo-amrwbenc.c .type = AVMEDIA_TYPE_AUDIO, type 214 libavcodec/libvorbisdec.c .type = AVMEDIA_TYPE_AUDIO, type 369 libavcodec/libvorbisenc.c .type = AVMEDIA_TYPE_AUDIO, type 357 libavcodec/libvpxdec.c .type = AVMEDIA_TYPE_VIDEO, type 378 libavcodec/libvpxdec.c .type = AVMEDIA_TYPE_VIDEO, type 1756 libavcodec/libvpxenc.c .type = AVMEDIA_TYPE_VIDEO, type 1786 libavcodec/libvpxenc.c .type = AVMEDIA_TYPE_VIDEO, type 185 libavcodec/libwavpackenc.c .type = AVMEDIA_TYPE_AUDIO, type 99 libavcodec/libwebpenc.c .type = AVMEDIA_TYPE_VIDEO, type 137 libavcodec/libwebpenc_animencoder.c .type = AVMEDIA_TYPE_VIDEO, type 250 libavcodec/libx264.c switch (stereo->type) { type 1173 libavcodec/libx264.c .type = AVMEDIA_TYPE_VIDEO, type 1204 libavcodec/libx264.c .type = AVMEDIA_TYPE_VIDEO, type 1235 libavcodec/libx264.c .type = AVMEDIA_TYPE_VIDEO, type 545 libavcodec/libx265.c if (is_keyframe(nal[i].type)) type 694 libavcodec/libx265.c .type = AVMEDIA_TYPE_VIDEO, type 472 libavcodec/libxavs.c .type = AVMEDIA_TYPE_VIDEO, type 285 libavcodec/libxavs2.c .type = AVMEDIA_TYPE_VIDEO, type 225 libavcodec/libxvid.c if (param->type < 5 && param->type > 0) type 226 libavcodec/libxvid.c frame_type = frame_types[param->type]; type 775 libavcodec/libxvid.c xvid_enc_frame.type = type 825 libavcodec/libxvid.c if (xvid_enc_stats.type == XVID_TYPE_PVOP) type 827 libavcodec/libxvid.c else if (xvid_enc_stats.type == XVID_TYPE_BVOP) type 829 libavcodec/libxvid.c else if (xvid_enc_stats.type == XVID_TYPE_SVOP) type 928 libavcodec/libxvid.c .type = AVMEDIA_TYPE_VIDEO, type 218 libavcodec/libzvbi-teletextdec.c sub_rect->type = SUBTITLE_ASS; type 227 libavcodec/libzvbi-teletextdec.c sub_rect->type = SUBTITLE_NONE; type 233 libavcodec/libzvbi-teletextdec.c static void bprint_color(const char *type, AVBPrint *buf, vbi_page *page, unsigned ci) type 238 libavcodec/libzvbi-teletextdec.c av_bprintf(buf, "{\\%s&H%02X%02X%02X&}", type, b, g, r); type 396 libavcodec/libzvbi-teletextdec.c sub_rect->type = SUBTITLE_ASS; type 405 libavcodec/libzvbi-teletextdec.c sub_rect->type = SUBTITLE_NONE; type 465 libavcodec/libzvbi-teletextdec.c sub_rect->type = SUBTITLE_NONE; type 503 libavcodec/libzvbi-teletextdec.c sub_rect->type = SUBTITLE_BITMAP; type 699 libavcodec/libzvbi-teletextdec.c if (ctx->pages->sub_rect->type != SUBTITLE_NONE) { type 825 libavcodec/libzvbi-teletextdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 356 libavcodec/ljpegenc.c .type = AVMEDIA_TYPE_VIDEO, type 343 libavcodec/loco.c .type = AVMEDIA_TYPE_VIDEO, type 111 libavcodec/m101.c .type = AVMEDIA_TYPE_VIDEO, type 290 libavcodec/mace.c .type = AVMEDIA_TYPE_AUDIO, type 303 libavcodec/mace.c .type = AVMEDIA_TYPE_AUDIO, type 776 libavcodec/magicyuv.c .type = AVMEDIA_TYPE_VIDEO, type 577 libavcodec/magicyuvenc.c .type = AVMEDIA_TYPE_VIDEO, type 256 libavcodec/mdec.c .type = AVMEDIA_TYPE_VIDEO, type 474 libavcodec/me_cmp.c void ff_set_cmp(MECmpContext *c, me_cmp_func *cmp, int type) type 481 libavcodec/me_cmp.c switch (type & 0xFF) { type 91 libavcodec/me_cmp.h void ff_set_cmp(MECmpContext *c, me_cmp_func *cmp, int type); type 398 libavcodec/mediacodec_wrapper.c jobject type = NULL; type 449 libavcodec/mediacodec_wrapper.c type = (*env)->GetObjectArrayElement(env, types, j); type 454 libavcodec/mediacodec_wrapper.c supported_type = ff_jni_jstring_to_utf_chars(env, type, log_ctx); type 485 libavcodec/mediacodec_wrapper.c capabilities = (*env)->CallObjectMethod(env, info, jfields.get_codec_capabilities_id, type); type 541 libavcodec/mediacodec_wrapper.c if (type) { type 542 libavcodec/mediacodec_wrapper.c (*env)->DeleteLocalRef(env, type); type 543 libavcodec/mediacodec_wrapper.c type = NULL; type 580 libavcodec/mediacodec_wrapper.c if (type) { type 581 libavcodec/mediacodec_wrapper.c (*env)->DeleteLocalRef(env, type); type 523 libavcodec/mediacodecdec.c .type = AVMEDIA_TYPE_VIDEO, \ type 590 libavcodec/mediacodecdec_common.c if (device_ctx->type == AV_HWDEVICE_TYPE_MEDIACODEC) { type 382 libavcodec/metasound.c .type = AVMEDIA_TYPE_AUDIO, type 146 libavcodec/mf_utils.c enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type) type 152 libavcodec/mf_utils.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_BITS_PER_SAMPLE, &bits); type 156 libavcodec/mf_utils.c hr = IMFAttributes_GetGUID(type, &MF_MT_SUBTYPE, &subtype); type 190 libavcodec/mf_utils.c enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type) type 196 libavcodec/mf_utils.c hr = IMFAttributes_GetGUID(type, &MF_MT_SUBTYPE, &subtype); type 402 libavcodec/mf_utils.c MF_ATTRIBUTE_TYPE type; type 435 libavcodec/mf_utils.c hr = IMFAttributes_GetItemType(attrs, &key, &type); type 439 libavcodec/mf_utils.c switch (type) { type 534 libavcodec/mf_utils.c void ff_media_type_dump(void *log, IMFMediaType *type) type 536 libavcodec/mf_utils.c ff_attributes_dump(log, (IMFAttributes *)type); type 148 libavcodec/mf_utils.h #define FF_VARIANT_VALUE(type, contents) &(VARIANT){ .vt = (type), contents } type 154 libavcodec/mf_utils.h enum AVSampleFormat ff_media_type_to_sample_fmt(IMFAttributes *type); type 155 libavcodec/mf_utils.h enum AVPixelFormat ff_media_type_to_pix_fmt(IMFAttributes *type); type 161 libavcodec/mf_utils.h void ff_media_type_dump(void *log, IMFMediaType *type); type 136 libavcodec/mfenc.c static int mf_enca_output_type_get(AVCodecContext *avctx, IMFMediaType *type) type 143 libavcodec/mfenc.c hr = IMFAttributes_GetBlobSize(type, &MF_MT_USER_DATA, &sz); type 149 libavcodec/mfenc.c hr = IMFAttributes_GetBlob(type, &MF_MT_USER_DATA, avctx->extradata, sz, NULL); type 165 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_AVG_BYTES_PER_SECOND, &sz); type 176 libavcodec/mfenc.c static int mf_encv_output_type_get(AVCodecContext *avctx, IMFMediaType *type) type 181 libavcodec/mfenc.c hr = IMFAttributes_GetBlobSize(type, &MF_MT_MPEG_SEQUENCE_HEADER, &sz); type 186 libavcodec/mfenc.c hr = IMFAttributes_GetBlob(type, &MF_MT_MPEG_SEQUENCE_HEADER, extradata, sz, NULL); type 203 libavcodec/mfenc.c IMFMediaType *type; type 206 libavcodec/mfenc.c hr = IMFTransform_GetOutputCurrentType(c->mft, c->out_stream_id, &type); type 213 libavcodec/mfenc.c ff_media_type_dump(avctx, type); type 217 libavcodec/mfenc.c ret = mf_encv_output_type_get(avctx, type); type 219 libavcodec/mfenc.c ret = mf_enca_output_type_get(avctx, type); type 225 libavcodec/mfenc.c IMFMediaType_Release(type); type 519 libavcodec/mfenc.c static int64_t mf_enca_output_score(AVCodecContext *avctx, IMFMediaType *type) type 527 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_SAMPLES_PER_SECOND, &t); type 531 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_NUM_CHANNELS, &t); type 535 libavcodec/mfenc.c hr = IMFAttributes_GetGUID(type, &MF_MT_SUBTYPE, &tg); type 542 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_AVG_BYTES_PER_SECOND, &t); type 552 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AAC_PAYLOAD_TYPE, &t); type 559 libavcodec/mfenc.c static int mf_enca_output_adjust(AVCodecContext *avctx, IMFMediaType *type) type 569 libavcodec/mfenc.c static int64_t mf_enca_input_score(AVCodecContext *avctx, IMFMediaType *type) type 575 libavcodec/mfenc.c enum AVSampleFormat sformat = ff_media_type_to_sample_fmt((IMFAttributes *)type); type 582 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_SAMPLES_PER_SECOND, &t); type 586 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_NUM_CHANNELS, &t); type 593 libavcodec/mfenc.c static int mf_enca_input_adjust(AVCodecContext *avctx, IMFMediaType *type) type 598 libavcodec/mfenc.c enum AVSampleFormat sformat = ff_media_type_to_sample_fmt((IMFAttributes *)type); type 604 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_SAMPLES_PER_SECOND, &t); type 610 libavcodec/mfenc.c hr = IMFAttributes_GetUINT32(type, &MF_MT_AUDIO_NUM_CHANNELS, &t); type 619 libavcodec/mfenc.c static int64_t mf_encv_output_score(AVCodecContext *avctx, IMFMediaType *type) type 626 libavcodec/mfenc.c hr = IMFAttributes_GetGUID(type, &MF_MT_SUBTYPE, &tg); type 635 libavcodec/mfenc.c static int mf_encv_output_adjust(AVCodecContext *avctx, IMFMediaType *type) type 640 libavcodec/mfenc.c ff_MFSetAttributeSize((IMFAttributes *)type, &MF_MT_FRAME_SIZE, avctx->width, avctx->height); type 641 libavcodec/mfenc.c IMFAttributes_SetUINT32(type, &MF_MT_INTERLACE_MODE, MFVideoInterlace_Progressive); type 650 libavcodec/mfenc.c ff_MFSetAttributeRatio((IMFAttributes *)type, &MF_MT_FRAME_RATE, framerate.num, framerate.den); type 663 libavcodec/mfenc.c IMFAttributes_SetUINT32(type, &MF_MT_MPEG2_PROFILE, profile); type 666 libavcodec/mfenc.c IMFAttributes_SetUINT32(type, &MF_MT_AVG_BITRATE, avctx->bit_rate); type 697 libavcodec/mfenc.c static int64_t mf_encv_input_score(AVCodecContext *avctx, IMFMediaType *type) type 699 libavcodec/mfenc.c enum AVPixelFormat pix_fmt = ff_media_type_to_pix_fmt((IMFAttributes *)type); type 706 libavcodec/mfenc.c static int mf_encv_input_adjust(AVCodecContext *avctx, IMFMediaType *type) type 708 libavcodec/mfenc.c enum AVPixelFormat pix_fmt = ff_media_type_to_pix_fmt((IMFAttributes *)type); type 731 libavcodec/mfenc.c IMFMediaType *type; type 734 libavcodec/mfenc.c hr = IMFTransform_GetOutputAvailableType(c->mft, c->out_stream_id, n, &type); type 749 libavcodec/mfenc.c ff_media_type_dump(avctx, type); type 752 libavcodec/mfenc.c score = mf_encv_output_score(avctx, type); type 754 libavcodec/mfenc.c score = mf_enca_output_score(avctx, type); type 760 libavcodec/mfenc.c out_type = type; type 766 libavcodec/mfenc.c IMFMediaType_Release(type); type 820 libavcodec/mfenc.c IMFMediaType *type = NULL; type 823 libavcodec/mfenc.c hr = IMFTransform_GetInputAvailableType(c->mft, c->in_stream_id, n, &type); type 838 libavcodec/mfenc.c ff_media_type_dump(avctx, type); type 841 libavcodec/mfenc.c score = mf_encv_input_score(avctx, type); type 843 libavcodec/mfenc.c score = mf_enca_input_score(avctx, type); type 849 libavcodec/mfenc.c in_type = type; type 855 libavcodec/mfenc.c IMFMediaType_Release(type); type 1002 libavcodec/mfenc.c int is_audio = codec->type == AVMEDIA_TYPE_AUDIO; type 1144 libavcodec/mfenc.c .type = AVMEDIA_TYPE_ ## MEDIATYPE, \ type 374 libavcodec/microdvddec.c .type = AVMEDIA_TYPE_SUBTITLE, type 283 libavcodec/midivid.c .type = AVMEDIA_TYPE_VIDEO, type 454 libavcodec/mimic.c .type = AVMEDIA_TYPE_VIDEO, type 665 libavcodec/mips/vp3dsp_idct_mmi.c static void idct_mmi(uint8_t *dst, int stride, int16_t *input, int type) type 668 libavcodec/mips/vp3dsp_idct_mmi.c if (type == 1) type 26 libavcodec/mips/vp3dsp_idct_msa.c static void idct_msa(uint8_t *dst, int stride, int16_t *input, int type) type 151 libavcodec/mips/vp3dsp_idct_msa.c if (type == 1) { // HACK type 171 libavcodec/mips/vp3dsp_idct_msa.c if (type != 1) { type 199 libavcodec/mips/vp3dsp_idct_msa.c if (type == 1) { type 264 libavcodec/mips/vp3dsp_idct_msa.c if (type == 1) { // HACK type 284 libavcodec/mips/vp3dsp_idct_msa.c if (type != 1) { type 307 libavcodec/mips/vp3dsp_idct_msa.c if (type == 1) { type 4326 libavcodec/mips/vp9_mc_msa.c #define VP9_8TAP_MIPS_MSA_FUNC(SIZE, type, type_idx) \ type 4327 libavcodec/mips/vp9_mc_msa.c void ff_put_8tap_##type##_##SIZE##h_msa(uint8_t *dst, ptrdiff_t dststride, \ type 4337 libavcodec/mips/vp9_mc_msa.c void ff_put_8tap_##type##_##SIZE##v_msa(uint8_t *dst, ptrdiff_t dststride, \ type 4347 libavcodec/mips/vp9_mc_msa.c void ff_put_8tap_##type##_##SIZE##hv_msa(uint8_t *dst, ptrdiff_t dststride, \ type 4359 libavcodec/mips/vp9_mc_msa.c void ff_avg_8tap_##type##_##SIZE##h_msa(uint8_t *dst, ptrdiff_t dststride, \ type 4370 libavcodec/mips/vp9_mc_msa.c void ff_avg_8tap_##type##_##SIZE##v_msa(uint8_t *dst, ptrdiff_t dststride, \ type 4381 libavcodec/mips/vp9_mc_msa.c void ff_avg_8tap_##type##_##SIZE##hv_msa(uint8_t *dst, ptrdiff_t dststride, \ type 84 libavcodec/mips/vp9dsp_init_mips.c #define init_fpel(idx1, idx2, sz, type) \ type 85 libavcodec/mips/vp9dsp_init_mips.c dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = ff_##type##sz##_msa; \ type 86 libavcodec/mips/vp9dsp_init_mips.c dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = ff_##type##sz##_msa; \ type 87 libavcodec/mips/vp9dsp_init_mips.c dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = ff_##type##sz##_msa; \ type 88 libavcodec/mips/vp9dsp_init_mips.c dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_##type##sz##_msa type 107 libavcodec/mips/vp9dsp_init_mips.c #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ type 109 libavcodec/mips/vp9dsp_init_mips.c ff_##type##_bilin_##sz##dir##_msa; \ type 111 libavcodec/mips/vp9dsp_init_mips.c ff_##type##_8tap_smooth_##sz##dir##_msa; \ type 113 libavcodec/mips/vp9dsp_init_mips.c ff_##type##_8tap_regular_##sz##dir##_msa; \ type 115 libavcodec/mips/vp9dsp_init_mips.c ff_##type##_8tap_sharp_##sz##dir##_msa; type 117 libavcodec/mips/vp9dsp_init_mips.c #define init_subpel2(idx, idxh, idxv, dir, type) \ type 118 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(0, idx, idxh, idxv, 64, dir, type); \ type 119 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(1, idx, idxh, idxv, 32, dir, type); \ type 120 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(2, idx, idxh, idxv, 16, dir, type); \ type 121 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(3, idx, idxh, idxv, 8, dir, type); \ type 122 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(4, idx, idxh, idxv, 4, dir, type) type 124 libavcodec/mips/vp9dsp_init_mips.c #define init_subpel3(idx, type) \ type 125 libavcodec/mips/vp9dsp_init_mips.c init_subpel2(idx, 1, 1, hv, type); \ type 126 libavcodec/mips/vp9dsp_init_mips.c init_subpel2(idx, 0, 1, v, type); \ type 127 libavcodec/mips/vp9dsp_init_mips.c init_subpel2(idx, 1, 0, h, type) type 174 libavcodec/mips/vp9dsp_init_mips.c #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ type 176 libavcodec/mips/vp9dsp_init_mips.c ff_##type##_8tap_smooth_##sz##dir##_mmi; \ type 178 libavcodec/mips/vp9dsp_init_mips.c ff_##type##_8tap_regular_##sz##dir##_mmi; \ type 180 libavcodec/mips/vp9dsp_init_mips.c ff_##type##_8tap_sharp_##sz##dir##_mmi; type 182 libavcodec/mips/vp9dsp_init_mips.c #define init_subpel2(idx, idxh, idxv, dir, type) \ type 183 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(0, idx, idxh, idxv, 64, dir, type); \ type 184 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(1, idx, idxh, idxv, 32, dir, type); \ type 185 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(2, idx, idxh, idxv, 16, dir, type); \ type 186 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(3, idx, idxh, idxv, 8, dir, type); \ type 187 libavcodec/mips/vp9dsp_init_mips.c init_subpel1(4, idx, idxh, idxv, 4, dir, type) type 189 libavcodec/mips/vp9dsp_init_mips.c #define init_subpel3(idx, type) \ type 190 libavcodec/mips/vp9dsp_init_mips.c init_subpel2(idx, 1, 1, hv, type); \ type 191 libavcodec/mips/vp9dsp_init_mips.c init_subpel2(idx, 0, 1, v, type); \ type 192 libavcodec/mips/vp9dsp_init_mips.c init_subpel2(idx, 1, 0, h, type) type 24 libavcodec/mips/vp9dsp_mips.h #define VP9_8TAP_MIPS_MSA_FUNC(SIZE, type, type_idx) \ type 25 libavcodec/mips/vp9dsp_mips.h void ff_put_8tap_##type##_##SIZE##h_msa(uint8_t *dst, ptrdiff_t dststride, \ type 30 libavcodec/mips/vp9dsp_mips.h void ff_put_8tap_##type##_##SIZE##v_msa(uint8_t *dst, ptrdiff_t dststride, \ type 35 libavcodec/mips/vp9dsp_mips.h void ff_put_8tap_##type##_##SIZE##hv_msa(uint8_t *dst, ptrdiff_t dststride, \ type 40 libavcodec/mips/vp9dsp_mips.h void ff_avg_8tap_##type##_##SIZE##h_msa(uint8_t *dst, ptrdiff_t dststride, \ type 45 libavcodec/mips/vp9dsp_mips.h void ff_avg_8tap_##type##_##SIZE##v_msa(uint8_t *dst, ptrdiff_t dststride, \ type 50 libavcodec/mips/vp9dsp_mips.h void ff_avg_8tap_##type##_##SIZE##hv_msa(uint8_t *dst, ptrdiff_t dststride, \ type 237 libavcodec/mips/vp9dsp_mips.h #define VP9_8TAP_MIPS_MMI_FUNC(SIZE, type, type_idx) \ type 238 libavcodec/mips/vp9dsp_mips.h void ff_put_8tap_##type##_##SIZE##h_mmi(uint8_t *dst, ptrdiff_t dststride, \ type 243 libavcodec/mips/vp9dsp_mips.h void ff_put_8tap_##type##_##SIZE##v_mmi(uint8_t *dst, ptrdiff_t dststride, \ type 248 libavcodec/mips/vp9dsp_mips.h void ff_put_8tap_##type##_##SIZE##hv_mmi(uint8_t *dst, ptrdiff_t dststride, \ type 253 libavcodec/mips/vp9dsp_mips.h void ff_avg_8tap_##type##_##SIZE##h_mmi(uint8_t *dst, ptrdiff_t dststride, \ type 258 libavcodec/mips/vp9dsp_mips.h void ff_avg_8tap_##type##_##SIZE##v_mmi(uint8_t *dst, ptrdiff_t dststride, \ type 263 libavcodec/mips/vp9dsp_mips.h void ff_avg_8tap_##type##_##SIZE##hv_mmi(uint8_t *dst, ptrdiff_t dststride, \ type 158 libavcodec/mjpegbdec.c .type = AVMEDIA_TYPE_VIDEO, type 1957 libavcodec/mjpegdec.c int flags, layout, type; type 1966 libavcodec/mjpegdec.c type = get_bits(&s->gb, 8); type 1974 libavcodec/mjpegdec.c if (type == 0) { type 1975 libavcodec/mjpegdec.c s->stereo3d->type = AV_STEREO3D_2D; type 1976 libavcodec/mjpegdec.c } else if (type == 1) { type 1979 libavcodec/mjpegdec.c s->stereo3d->type = AV_STEREO3D_LINES; type 1982 libavcodec/mjpegdec.c s->stereo3d->type = AV_STEREO3D_SIDEBYSIDE; type 1985 libavcodec/mjpegdec.c s->stereo3d->type = AV_STEREO3D_TOPBOTTOM; type 2767 libavcodec/mjpegdec.c stereo->type = s->stereo3d->type; type 2868 libavcodec/mjpegdec.c .type = AVMEDIA_TYPE_VIDEO, type 2896 libavcodec/mjpegdec.c .type = AVMEDIA_TYPE_VIDEO, type 411 libavcodec/mjpegenc.c .type = AVMEDIA_TYPE_VIDEO, type 438 libavcodec/mjpegenc.c .type = AVMEDIA_TYPE_VIDEO, type 1336 libavcodec/mlpdec.c .type = AVMEDIA_TYPE_AUDIO, type 1348 libavcodec/mlpdec.c .type = AVMEDIA_TYPE_AUDIO, type 2386 libavcodec/mlpenc.c .type = AVMEDIA_TYPE_AUDIO, type 2402 libavcodec/mlpenc.c .type = AVMEDIA_TYPE_AUDIO, type 375 libavcodec/mmaldec.c format_in->type = MMAL_ES_TYPE_VIDEO; type 651 libavcodec/mmaldec.c buffer->data + buffer->type->video.offset[0], type 835 libavcodec/mmaldec.c .type = AVMEDIA_TYPE_VIDEO, \ type 195 libavcodec/mmvideo.c int type, res; type 199 libavcodec/mmvideo.c type = AV_RL16(&buf[0]); type 207 libavcodec/mmvideo.c switch(type) { type 244 libavcodec/mmvideo.c .type = AVMEDIA_TYPE_VIDEO, type 860 libavcodec/motion_est.c static inline int get_penalty_factor(int lambda, int lambda2, int type){ type 861 libavcodec/motion_est.c switch(type&0xFF){ type 1496 libavcodec/motion_est.c int type=0; type 1550 libavcodec/motion_est.c type = CANDIDATE_MB_TYPE_FORWARD; type 1554 libavcodec/motion_est.c type = CANDIDATE_MB_TYPE_DIRECT; type 1558 libavcodec/motion_est.c type= CANDIDATE_MB_TYPE_BACKWARD; type 1562 libavcodec/motion_est.c type= CANDIDATE_MB_TYPE_BIDIR; type 1566 libavcodec/motion_est.c type= CANDIDATE_MB_TYPE_FORWARD_I; type 1570 libavcodec/motion_est.c type= CANDIDATE_MB_TYPE_BACKWARD_I; type 1579 libavcodec/motion_est.c type= CANDIDATE_MB_TYPE_FORWARD | CANDIDATE_MB_TYPE_BACKWARD | CANDIDATE_MB_TYPE_BIDIR | CANDIDATE_MB_TYPE_DIRECT; type 1581 libavcodec/motion_est.c type |= CANDIDATE_MB_TYPE_FORWARD_I; type 1583 libavcodec/motion_est.c type |= CANDIDATE_MB_TYPE_BACKWARD_I; type 1585 libavcodec/motion_est.c type |= CANDIDATE_MB_TYPE_BIDIR_I; type 1588 libavcodec/motion_est.c if(dmin>256*256*16) type&= ~CANDIDATE_MB_TYPE_DIRECT; //do not try direct mode if it is invalid for this MB type 1589 libavcodec/motion_est.c if (s->codec_id == AV_CODEC_ID_MPEG4 && type&CANDIDATE_MB_TYPE_DIRECT && type 1591 libavcodec/motion_est.c type |= CANDIDATE_MB_TYPE_DIRECT0; type 1594 libavcodec/motion_est.c s->mb_type[mb_y*s->mb_stride + mb_x]= type; type 1598 libavcodec/motion_est.c int ff_get_best_fcode(MpegEncContext * s, int16_t (*mv_table)[2], int type) type 1618 libavcodec/motion_est.c if(s->mb_type[xy] & type){ type 1651 libavcodec/motion_est.c void ff_fix_long_p_mvs(MpegEncContext * s, int type) type 1685 libavcodec/motion_est.c s->mb_type[i] |= type; type 1686 libavcodec/motion_est.c s->current_picture.mb_type[i] = type; type 1701 libavcodec/motion_est.c int16_t (*mv_table)[2], int f_code, int type, int truncate) type 1719 libavcodec/motion_est.c if (s->mb_type[xy] & type){ // RAL: "type" test added... type 1730 libavcodec/motion_est.c s->mb_type[xy] &= ~type; type 128 libavcodec/motion_est.h int16_t (*mv_table)[2], int type); type 130 libavcodec/motion_est.h void ff_fix_long_p_mvs(struct MpegEncContext *s, int type); type 133 libavcodec/motion_est.h int type, int truncate); type 350 libavcodec/motionpixels.c .type = AVMEDIA_TYPE_VIDEO, type 120 libavcodec/movtextdec.c uint32_t type; type 578 libavcodec/movtextdec.c if (tsmb_type == box_types[i].type) { type 634 libavcodec/movtextdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 93 libavcodec/movtextenc.c uint32_t type; type 694 libavcodec/movtextenc.c if (sub->rects[i]->type != SUBTITLE_ASS) { type 720 libavcodec/movtextenc.c box_types[j].encode(s, box_types[j].type); type 768 libavcodec/movtextenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 334 libavcodec/mpc7.c .type = AVMEDIA_TYPE_AUDIO, type 448 libavcodec/mpc8.c .type = AVMEDIA_TYPE_AUDIO, type 2411 libavcodec/mpeg12dec.c s1->stereo3d.type = AV_STEREO3D_SIDEBYSIDE; type 2414 libavcodec/mpeg12dec.c s1->stereo3d.type = AV_STEREO3D_TOPBOTTOM; type 2417 libavcodec/mpeg12dec.c s1->stereo3d.type = AV_STEREO3D_2D; type 2420 libavcodec/mpeg12dec.c s1->stereo3d.type = AV_STEREO3D_SIDEBYSIDE_QUINCUNX; type 2885 libavcodec/mpeg12dec.c .type = AVMEDIA_TYPE_VIDEO, type 2918 libavcodec/mpeg12dec.c .type = AVMEDIA_TYPE_VIDEO, type 2964 libavcodec/mpeg12dec.c .type = AVMEDIA_TYPE_VIDEO, type 518 libavcodec/mpeg12enc.c switch (stereo->type) { type 1189 libavcodec/mpeg12enc.c .type = AVMEDIA_TYPE_VIDEO, type 1206 libavcodec/mpeg12enc.c .type = AVMEDIA_TYPE_VIDEO, type 60 libavcodec/mpeg2_metadata_bsf.c if (frag->units[i].type == MPEG2_START_SEQUENCE_HEADER) { type 62 libavcodec/mpeg2_metadata_bsf.c } else if (frag->units[i].type == MPEG2_START_EXTENSION) { type 3596 libavcodec/mpeg4videodec.c .type = AVMEDIA_TYPE_VIDEO, type 1394 libavcodec/mpeg4videoenc.c .type = AVMEDIA_TYPE_VIDEO, type 45 libavcodec/mpegaudiodec_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 61 libavcodec/mpegaudiodec_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 77 libavcodec/mpegaudiodec_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 93 libavcodec/mpegaudiodec_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 109 libavcodec/mpegaudiodec_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 45 libavcodec/mpegaudiodec_float.c .type = AVMEDIA_TYPE_AUDIO, type 62 libavcodec/mpegaudiodec_float.c .type = AVMEDIA_TYPE_AUDIO, type 79 libavcodec/mpegaudiodec_float.c .type = AVMEDIA_TYPE_AUDIO, type 96 libavcodec/mpegaudiodec_float.c .type = AVMEDIA_TYPE_AUDIO, type 113 libavcodec/mpegaudiodec_float.c .type = AVMEDIA_TYPE_AUDIO, type 27 libavcodec/mpegaudioenc_fixed.c .type = AVMEDIA_TYPE_AUDIO, type 28 libavcodec/mpegaudioenc_float.c .type = AVMEDIA_TYPE_AUDIO, type 1585 libavcodec/mpegvideo_enc.c int type = s->input_picture[i]->f->pict_type; type 1586 libavcodec/mpegvideo_enc.c if (type && type != AV_PICTURE_TYPE_B) type 2581 libavcodec/mpegvideo_enc.c static inline void copy_context_before_encode(MpegEncContext *d, MpegEncContext *s, int type){ type 2609 libavcodec/mpegvideo_enc.c static inline void copy_context_after_encode(MpegEncContext *d, MpegEncContext *s, int type){ type 2648 libavcodec/mpegvideo_enc.c static inline void encode_mb_hq(MpegEncContext *s, MpegEncContext *backup, MpegEncContext *best, int type, type 2655 libavcodec/mpegvideo_enc.c copy_context_before_encode(s, backup, type); type 2695 libavcodec/mpegvideo_enc.c copy_context_after_encode(best, s, type); type 3796 libavcodec/mpegvideo_enc.c int type= dir ? (CANDIDATE_MB_TYPE_BACKWARD_I|CANDIDATE_MB_TYPE_BIDIR_I) type 3799 libavcodec/mpegvideo_enc.c s->b_field_mv_table[dir][i][j], dir ? s->b_code : s->f_code, type, 1); type 4740 libavcodec/mpegvideo_enc.c .type = AVMEDIA_TYPE_VIDEO, type 4769 libavcodec/mpegvideo_enc.c .type = AVMEDIA_TYPE_VIDEO, type 4791 libavcodec/mpegvideo_enc.c .type = AVMEDIA_TYPE_VIDEO, type 4812 libavcodec/mpegvideo_enc.c .type = AVMEDIA_TYPE_VIDEO, type 4833 libavcodec/mpegvideo_enc.c .type = AVMEDIA_TYPE_VIDEO, type 353 libavcodec/mpegvideo_xvmc.c .type = AVMEDIA_TYPE_VIDEO, type 367 libavcodec/mpegvideo_xvmc.c .type = AVMEDIA_TYPE_VIDEO, type 87 libavcodec/mpl2dec.c .type = AVMEDIA_TYPE_SUBTITLE, type 257 libavcodec/mscc.c .type = AVMEDIA_TYPE_VIDEO, type 270 libavcodec/mscc.c .type = AVMEDIA_TYPE_VIDEO, type 884 libavcodec/msmpeg4dec.c .type = AVMEDIA_TYPE_VIDEO, type 902 libavcodec/msmpeg4dec.c .type = AVMEDIA_TYPE_VIDEO, type 920 libavcodec/msmpeg4dec.c .type = AVMEDIA_TYPE_VIDEO, type 938 libavcodec/msmpeg4dec.c .type = AVMEDIA_TYPE_VIDEO, type 171 libavcodec/msrle.c .type = AVMEDIA_TYPE_VIDEO, type 224 libavcodec/mss1.c .type = AVMEDIA_TYPE_VIDEO, type 853 libavcodec/mss2.c .type = AVMEDIA_TYPE_VIDEO, type 872 libavcodec/mss3.c .type = AVMEDIA_TYPE_VIDEO, type 678 libavcodec/mss4.c .type = AVMEDIA_TYPE_VIDEO, type 354 libavcodec/msvideo1.c .type = AVMEDIA_TYPE_VIDEO, type 298 libavcodec/msvideo1enc.c .type = AVMEDIA_TYPE_VIDEO, type 708 libavcodec/mv30.c .type = AVMEDIA_TYPE_VIDEO, type 259 libavcodec/mvcdec.c .type = AVMEDIA_TYPE_VIDEO, type 272 libavcodec/mvcdec.c .type = AVMEDIA_TYPE_VIDEO, type 155 libavcodec/mvha.c uint32_t type, size; type 161 libavcodec/mvha.c type = AV_RB32(avpkt->data); type 170 libavcodec/mvha.c if (type == MKTAG('L','Z','Y','V')) { type 192 libavcodec/mvha.c } else if (type == MKTAG('H','U','F','Y')) { type 313 libavcodec/mvha.c .type = AVMEDIA_TYPE_VIDEO, type 183 libavcodec/mwsc.c .type = AVMEDIA_TYPE_VIDEO, type 346 libavcodec/mxpegdec.c .type = AVMEDIA_TYPE_VIDEO, type 202 libavcodec/nellymoserdec.c .type = AVMEDIA_TYPE_AUDIO, type 425 libavcodec/nellymoserenc.c .type = AVMEDIA_TYPE_AUDIO, type 472 libavcodec/notchlc.c .type = AVMEDIA_TYPE_VIDEO, type 368 libavcodec/nuv.c .type = AVMEDIA_TYPE_VIDEO, type 174 libavcodec/nvdec_h264.c .type = AVMEDIA_TYPE_VIDEO, type 313 libavcodec/nvdec_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 75 libavcodec/nvdec_mjpeg.c .type = AVMEDIA_TYPE_VIDEO, type 100 libavcodec/nvdec_mpeg12.c .type = AVMEDIA_TYPE_VIDEO, type 116 libavcodec/nvdec_mpeg12.c .type = AVMEDIA_TYPE_VIDEO, type 111 libavcodec/nvdec_mpeg4.c .type = AVMEDIA_TYPE_VIDEO, type 115 libavcodec/nvdec_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 130 libavcodec/nvdec_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 95 libavcodec/nvdec_vp8.c .type = AVMEDIA_TYPE_VIDEO, type 174 libavcodec/nvdec_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 557 libavcodec/nvenc.c if (hwdev_ctx->type == AV_HWDEVICE_TYPE_CUDA) type 560 libavcodec/nvenc.c else if (hwdev_ctx->type == AV_HWDEVICE_TYPE_D3D11VA) type 180 libavcodec/nvenc_h264.c .type = AVMEDIA_TYPE_VIDEO, type 212 libavcodec/nvenc_h264.c .type = AVMEDIA_TYPE_VIDEO, type 244 libavcodec/nvenc_h264.c .type = AVMEDIA_TYPE_VIDEO, type 168 libavcodec/nvenc_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 198 libavcodec/nvenc_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 957 libavcodec/omx.c .type = AVMEDIA_TYPE_VIDEO, type 978 libavcodec/omx.c .type = AVMEDIA_TYPE_VIDEO, type 193 libavcodec/on2avc.c int dst_size, int type, float band_scale) type 198 libavcodec/on2avc.c val = get_vlc2(gb, c->cb_vlc[type].table, 9, 3); type 226 libavcodec/on2avc.c int dst_size, int type, float band_scale) type 231 libavcodec/on2avc.c val = get_vlc2(gb, c->cb_vlc[type].table, 9, 3); type 235 libavcodec/on2avc.c if (type == ON2AVC_ESC_CB) { type 1014 libavcodec/on2avc.c .type = AVMEDIA_TYPE_AUDIO, type 99 libavcodec/options.c s->codec_type = codec ? codec->type : AVMEDIA_TYPE_UNKNOWN; type 334 libavcodec/options.c {"type", "", SROFFSET(type), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, INT_MAX, 0}, type 556 libavcodec/opus_silk.c int type = ff_opus_rc_dec_cdf(rc, ff_silk_model_frame_type_active); type 557 libavcodec/opus_silk.c qoffset_high = type & 1; type 558 libavcodec/opus_silk.c voiced = type >> 1; type 733 libavcodec/opusdec.c .type = AVMEDIA_TYPE_AUDIO, type 724 libavcodec/opusenc.c .type = AVMEDIA_TYPE_AUDIO, type 301 libavcodec/packet.h enum AVPacketSideDataType type; type 548 libavcodec/packet.h uint8_t* av_packet_new_side_data(AVPacket *pkt, enum AVPacketSideDataType type, type 564 libavcodec/packet.h int av_packet_add_side_data(AVPacket *pkt, enum AVPacketSideDataType type, type 575 libavcodec/packet.h int av_packet_shrink_side_data(AVPacket *pkt, enum AVPacketSideDataType type, type 586 libavcodec/packet.h uint8_t* av_packet_get_side_data(const AVPacket *pkt, enum AVPacketSideDataType type, type 597 libavcodec/packet.h const char *av_packet_side_data_name(enum AVPacketSideDataType type); type 77 libavcodec/pafaudio.c .type = AVMEDIA_TYPE_AUDIO, type 415 libavcodec/pafvideo.c .type = AVMEDIA_TYPE_VIDEO, type 145 libavcodec/pamenc.c .type = AVMEDIA_TYPE_VIDEO, type 307 libavcodec/pcm-bluray.c .type = AVMEDIA_TYPE_AUDIO, type 308 libavcodec/pcm-dvd.c .type = AVMEDIA_TYPE_AUDIO, type 181 libavcodec/pcm-dvdenc.c .type = AVMEDIA_TYPE_AUDIO, type 69 libavcodec/pcm.c #define ENCODE(type, endian, src, dst, n, shift, offset) \ type 70 libavcodec/pcm.c samples_ ## type = (const type *) src; \ type 72 libavcodec/pcm.c register type v = (*samples_ ## type++ >> shift) + offset; \ type 76 libavcodec/pcm.c #define ENCODE_PLANAR(type, endian, dst, n, shift, offset) \ type 80 libavcodec/pcm.c samples_ ## type = (const type *) frame->extended_data[c]; \ type 82 libavcodec/pcm.c register type v = (*samples_ ## type++ >> shift) + offset; \ type 548 libavcodec/pcm.c .type = AVMEDIA_TYPE_AUDIO, \ type 569 libavcodec/pcm.c .type = AVMEDIA_TYPE_AUDIO, \ type 255 libavcodec/pcx.c .type = AVMEDIA_TYPE_VIDEO, type 210 libavcodec/pcxenc.c .type = AVMEDIA_TYPE_VIDEO, type 542 libavcodec/pgssubdec.c sub->rects[i]->type = SUBTITLE_BITMAP; type 723 libavcodec/pgssubdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 287 libavcodec/pictordec.c .type = AVMEDIA_TYPE_VIDEO, type 681 libavcodec/pixlet.c .type = AVMEDIA_TYPE_VIDEO, type 1317 libavcodec/pngdec.c stereo3d->type = AV_STEREO3D_SIDEBYSIDE; type 1827 libavcodec/pngdec.c .type = AVMEDIA_TYPE_VIDEO, type 1844 libavcodec/pngdec.c .type = AVMEDIA_TYPE_VIDEO, type 1861 libavcodec/pngdec.c .type = AVMEDIA_TYPE_VIDEO, type 376 libavcodec/pngenc.c switch (stereo3d->type) { type 1143 libavcodec/pngenc.c .type = AVMEDIA_TYPE_VIDEO, type 1164 libavcodec/pngenc.c .type = AVMEDIA_TYPE_VIDEO, type 81 libavcodec/pnm.c s->type= buf1[1]-'0'; type 85 libavcodec/pnm.c } else if (s->type==1 || s->type==4) { type 87 libavcodec/pnm.c } else if (s->type==2 || s->type==5) { type 92 libavcodec/pnm.c } else if (s->type==3 || s->type==6) { type 94 libavcodec/pnm.c } else if (s->type==7) { type 32 libavcodec/pnm.h int type; type 83 libavcodec/pnm_parser.c } else if (pnmctx.type < 4) { type 130 libavcodec/pnmdec.c if(s->type < 4 || (is_mono && s->type==7)){ type 137 libavcodec/pnmdec.c if(s->type < 4) type 311 libavcodec/pnmdec.c .type = AVMEDIA_TYPE_VIDEO, type 323 libavcodec/pnmdec.c .type = AVMEDIA_TYPE_VIDEO, type 335 libavcodec/pnmdec.c .type = AVMEDIA_TYPE_VIDEO, type 347 libavcodec/pnmdec.c .type = AVMEDIA_TYPE_VIDEO, type 359 libavcodec/pnmdec.c .type = AVMEDIA_TYPE_VIDEO, type 371 libavcodec/pnmdec.c .type = AVMEDIA_TYPE_VIDEO, type 138 libavcodec/pnmenc.c .type = AVMEDIA_TYPE_VIDEO, type 152 libavcodec/pnmenc.c .type = AVMEDIA_TYPE_VIDEO, type 166 libavcodec/pnmenc.c .type = AVMEDIA_TYPE_VIDEO, type 180 libavcodec/pnmenc.c .type = AVMEDIA_TYPE_VIDEO, type 25 libavcodec/profiles.h #define FF_AVCTX_PROFILE_OPTION(name, description, type, value) \ type 26 libavcodec/profiles.h {name, description, 0, AV_OPT_TYPE_CONST, {.i64 = value }, INT_MIN, INT_MAX, AV_OPT_FLAG_ENCODING_PARAM | AV_OPT_FLAG_## type ##_PARAM, "avctx.profile"}, type 822 libavcodec/proresdec2.c .type = AVMEDIA_TYPE_VIDEO, type 948 libavcodec/proresenc_anatoliy.c .type = AVMEDIA_TYPE_VIDEO, type 963 libavcodec/proresenc_anatoliy.c .type = AVMEDIA_TYPE_VIDEO, type 1425 libavcodec/proresenc_kostya.c .type = AVMEDIA_TYPE_VIDEO, type 371 libavcodec/prosumer.c .type = AVMEDIA_TYPE_VIDEO, type 551 libavcodec/psd.c .type = AVMEDIA_TYPE_VIDEO, type 792 libavcodec/pthread_frame.c if (codec->type == AVMEDIA_TYPE_VIDEO) type 91 libavcodec/ptx.c .type = AVMEDIA_TYPE_VIDEO, type 796 libavcodec/qcelpdec.c .type = AVMEDIA_TYPE_AUDIO, type 84 libavcodec/qdm2.c int type; ///< subpacket type type 265 libavcodec/qdm2.c sub_packet->type = get_bits(gb, 8); type 267 libavcodec/qdm2.c if (sub_packet->type == 0) { type 273 libavcodec/qdm2.c if (sub_packet->type & 0x80) { type 276 libavcodec/qdm2.c sub_packet->type &= 0x7f; type 279 libavcodec/qdm2.c if (sub_packet->type == 0x7f) type 280 libavcodec/qdm2.c sub_packet->type |= (get_bits(gb, 8) << 8); type 287 libavcodec/qdm2.c sub_packet->type, sub_packet->size, get_bits_count(gb) / 8); type 298 libavcodec/qdm2.c int type) type 301 libavcodec/qdm2.c if (list->packet->type == type) type 1137 libavcodec/qdm2.c if (header.type < 2 || header.type >= 8) { type 1143 libavcodec/qdm2.c q->superblocktype_2_3 = (header.type == 2 || header.type == 3); type 1148 libavcodec/qdm2.c if (header.type == 2 || header.type == 4 || header.type == 5) { type 1195 libavcodec/qdm2.c if (packet->type == 0) type 1199 libavcodec/qdm2.c if (packet->type != 10 && packet->type != 11 && packet->type != 12) type 1210 libavcodec/qdm2.c if (packet->type == 8) { type 1213 libavcodec/qdm2.c } else if (packet->type >= 9 && packet->type <= 12) { type 1216 libavcodec/qdm2.c } else if (packet->type == 13) { type 1219 libavcodec/qdm2.c } else if (packet->type == 14) { type 1222 libavcodec/qdm2.c } else if (packet->type == 15) { type 1225 libavcodec/qdm2.c } else if (packet->type >= 16 && packet->type < 48 && type 1226 libavcodec/qdm2.c !fft_subpackets[packet->type - 16]) { type 1353 libavcodec/qdm2.c int i, j, min, max, value, type, unknown_flag; type 1370 libavcodec/qdm2.c value = q->sub_packet_list_B[j].packet->type; type 1384 libavcodec/qdm2.c (packet->type < 16 || packet->type >= 48 || type 1385 libavcodec/qdm2.c fft_subpackets[packet->type - 16])) type 1391 libavcodec/qdm2.c if (packet->type >= 32 && packet->type < 48 && !fft_subpackets[packet->type - 16]) type 1396 libavcodec/qdm2.c type = packet->type; type 1398 libavcodec/qdm2.c if ((type >= 17 && type < 24) || (type >= 33 && type < 40)) { type 1399 libavcodec/qdm2.c int duration = q->sub_sampling + 5 - (type & 15); type 1403 libavcodec/qdm2.c } else if (type == 31) { type 1406 libavcodec/qdm2.c } else if (type == 46) { type 1880 libavcodec/qdm2.c .type = AVMEDIA_TYPE_AUDIO, type 782 libavcodec/qdmc.c .type = AVMEDIA_TYPE_AUDIO, type 520 libavcodec/qdrw.c .type = AVMEDIA_TYPE_VIDEO, type 361 libavcodec/qpeg.c .type = AVMEDIA_TYPE_VIDEO, type 268 libavcodec/qsv.c enum AVPictureType type; type 272 libavcodec/qsv.c type = AV_PICTURE_TYPE_SI; type 274 libavcodec/qsv.c type = AV_PICTURE_TYPE_I; type 277 libavcodec/qsv.c type = AV_PICTURE_TYPE_B; type 281 libavcodec/qsv.c type = AV_PICTURE_TYPE_SP; type 283 libavcodec/qsv.c type = AV_PICTURE_TYPE_P; type 286 libavcodec/qsv.c type = AV_PICTURE_TYPE_NONE; type 292 libavcodec/qsv.c return type; type 215 libavcodec/qsvdec_h2645.c .type = AVMEDIA_TYPE_VIDEO, type 255 libavcodec/qsvdec_h2645.c .type = AVMEDIA_TYPE_VIDEO, type 204 libavcodec/qsvdec_other.c .type = AVMEDIA_TYPE_VIDEO, type 232 libavcodec/qsvdec_other.c .type = AVMEDIA_TYPE_VIDEO, type 260 libavcodec/qsvdec_other.c .type = AVMEDIA_TYPE_VIDEO, type 288 libavcodec/qsvdec_other.c .type = AVMEDIA_TYPE_VIDEO, type 314 libavcodec/qsvdec_other.c .type = AVMEDIA_TYPE_VIDEO, type 186 libavcodec/qsvenc_h264.c .type = AVMEDIA_TYPE_VIDEO, type 66 libavcodec/qsvenc_hevc.c int ret, i, type, vps_size; type 91 libavcodec/qsvenc_hevc.c type = get_bits(&gb, 6); type 92 libavcodec/qsvenc_hevc.c if (type != HEVC_NAL_SPS) { type 94 libavcodec/qsvenc_hevc.c type); type 278 libavcodec/qsvenc_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 86 libavcodec/qsvenc_jpeg.c .type = AVMEDIA_TYPE_VIDEO, type 102 libavcodec/qsvenc_mpeg2.c .type = AVMEDIA_TYPE_VIDEO, type 99 libavcodec/qsvenc_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 594 libavcodec/qtrle.c .type = AVMEDIA_TYPE_VIDEO, type 407 libavcodec/qtrleenc.c .type = AVMEDIA_TYPE_VIDEO, type 108 libavcodec/r210dec.c .type = AVMEDIA_TYPE_VIDEO, type 120 libavcodec/r210dec.c .type = AVMEDIA_TYPE_VIDEO, type 132 libavcodec/r210dec.c .type = AVMEDIA_TYPE_VIDEO, type 92 libavcodec/r210enc.c .type = AVMEDIA_TYPE_VIDEO, type 103 libavcodec/r210enc.c .type = AVMEDIA_TYPE_VIDEO, type 114 libavcodec/r210enc.c .type = AVMEDIA_TYPE_VIDEO, type 132 libavcodec/ra144dec.c .type = AVMEDIA_TYPE_AUDIO, type 548 libavcodec/ra144enc.c .type = AVMEDIA_TYPE_AUDIO, type 247 libavcodec/ra288.c .type = AVMEDIA_TYPE_AUDIO, type 531 libavcodec/ralf.c .type = AVMEDIA_TYPE_AUDIO, type 246 libavcodec/rasc.c int type, start_x, start_y, end_x, end_y, mov_x, mov_y; type 250 libavcodec/rasc.c type = bytestream2_get_le16(&mc); type 281 libavcodec/rasc.c if (type == 2) { type 287 libavcodec/rasc.c } else if (type == 1) { type 292 libavcodec/rasc.c } else if (type == 0) { type 383 libavcodec/rasc.c int type = bytestream2_get_byte(&dc); type 387 libavcodec/rasc.c switch (type) { type 460 libavcodec/rasc.c avpriv_request_sample(avctx, "runlen %d", type); type 685 libavcodec/rasc.c unsigned type, size = 0; type 690 libavcodec/rasc.c type = bytestream2_get_le32(gb); type 691 libavcodec/rasc.c if (type == KBND || type == BNDL) { type 692 libavcodec/rasc.c intra = type == KBND; type 693 libavcodec/rasc.c type = bytestream2_get_le32(gb); type 700 libavcodec/rasc.c switch (type) { type 808 libavcodec/rasc.c .type = AVMEDIA_TYPE_VIDEO, type 501 libavcodec/rawdec.c .type = AVMEDIA_TYPE_VIDEO, type 91 libavcodec/rawenc.c .type = AVMEDIA_TYPE_VIDEO, type 80 libavcodec/realtextdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 567 libavcodec/rkmppdec.c .type = AVMEDIA_TYPE_VIDEO, \ type 224 libavcodec/rl2.c .type = AVMEDIA_TYPE_VIDEO, type 195 libavcodec/roqaudioenc.c .type = AVMEDIA_TYPE_AUDIO, type 244 libavcodec/roqvideodec.c .type = AVMEDIA_TYPE_VIDEO, type 612 libavcodec/roqvideoenc.c static void write_typecode(CodingSpool *s, uint8_t type) type 614 libavcodec/roqvideoenc.c s->typeSpool |= (type & 3) << (14 - s->typeSpoolLength); type 1129 libavcodec/roqvideoenc.c .type = AVMEDIA_TYPE_VIDEO, type 292 libavcodec/rpza.c .type = AVMEDIA_TYPE_VIDEO, type 372 libavcodec/rscc.c .type = AVMEDIA_TYPE_VIDEO, type 797 libavcodec/rv10.c .type = AVMEDIA_TYPE_VIDEO, type 814 libavcodec/rv10.c .type = AVMEDIA_TYPE_VIDEO, type 76 libavcodec/rv10enc.c .type = AVMEDIA_TYPE_VIDEO, type 73 libavcodec/rv20enc.c .type = AVMEDIA_TYPE_VIDEO, type 47 libavcodec/rv30.c si->type = get_bits(gb, 2); type 48 libavcodec/rv30.c if(si->type == 1) si->type = 0; type 294 libavcodec/rv30.c .type = AVMEDIA_TYPE_VIDEO, type 342 libavcodec/rv34.c static inline RV34VLC* choose_vlc_set(int quant, int mod, int type) type 346 libavcodec/rv34.c return type ? &inter_vlcs[rv34_quant_to_vlc_set[1][av_clip(quant, 0, 30)]] type 561 libavcodec/rv34.c int type = cur_pic->mb_type[mb_pos]; type 563 libavcodec/rv34.c if((r->avail_cache[6-1] & type) & mask){ type 568 libavcodec/rv34.c if((r->avail_cache[6-4] & type) & mask){ type 573 libavcodec/rv34.c if(r->avail_cache[6-4] && (r->avail_cache[6-2] & type) & mask){ type 577 libavcodec/rv34.c }else if((s->mb_x+1) == s->mb_width && (r->avail_cache[6-5] & type) & mask){ type 1424 libavcodec/rv34.c slice_type = r->si.type ? r->si.type : AV_PICTURE_TYPE_I; type 1454 libavcodec/rv34.c if(r->si.type) type 1663 libavcodec/rv34.c si.type == AV_PICTURE_TYPE_B) { type 1668 libavcodec/rv34.c if( (avctx->skip_frame >= AVDISCARD_NONREF && si.type==AV_PICTURE_TYPE_B) type 1669 libavcodec/rv34.c || (avctx->skip_frame >= AVDISCARD_NONKEY && si.type!=AV_PICTURE_TYPE_I) type 1708 libavcodec/rv34.c s->pict_type = si.type ? si.type : AV_PICTURE_TYPE_I; type 74 libavcodec/rv34.h int type; ///< slice type (intra, inter) type 46 libavcodec/rv34_parser.c int type, pts, hdr; type 56 libavcodec/rv34_parser.c type = (hdr >> 27) & 3; type 59 libavcodec/rv34_parser.c type = (hdr >> 29) & 3; type 63 libavcodec/rv34_parser.c if (type != 3 && s->pts != AV_NOPTS_VALUE) { type 67 libavcodec/rv34_parser.c if (type != 3) type 72 libavcodec/rv34_parser.c s->pict_type = rv_to_av_frame_type[type]; type 140 libavcodec/rv40.c si->type = get_bits(gb, 2); type 141 libavcodec/rv40.c if(si->type == 1) si->type = 0; type 148 libavcodec/rv40.c if(!si->type || !get_bits1(gb)) type 573 libavcodec/rv40.c .type = AVMEDIA_TYPE_VIDEO, type 224 libavcodec/s302m.c .type = AVMEDIA_TYPE_AUDIO, type 173 libavcodec/s302menc.c .type = AVMEDIA_TYPE_AUDIO, type 186 libavcodec/samidec.c .type = AVMEDIA_TYPE_SUBTITLE, type 1521 libavcodec/sanm.c .type = AVMEDIA_TYPE_VIDEO, type 368 libavcodec/sbcdec.c .type = AVMEDIA_TYPE_AUDIO, type 347 libavcodec/sbcenc.c .type = AVMEDIA_TYPE_AUDIO, type 500 libavcodec/scpr.c int ret, type; type 512 libavcodec/scpr.c type = bytestream2_peek_byte(gb); type 514 libavcodec/scpr.c if (type == 2) { type 521 libavcodec/scpr.c } else if (type == 18) { type 528 libavcodec/scpr.c } else if (type == 34) { type 533 libavcodec/scpr.c } else if (type == 17 || type == 33) { type 558 libavcodec/scpr.c } else if (type == 0 || type == 1) { type 673 libavcodec/scpr.c .type = AVMEDIA_TYPE_VIDEO, type 58 libavcodec/scpr3.c m->type = 0; type 210 libavcodec/scpr3.c n.type = 7; type 300 libavcodec/scpr3.c n.type = 6; type 487 libavcodec/scpr3.c n.type = 2; type 505 libavcodec/scpr3.c n.type = 4; type 549 libavcodec/scpr3.c n.type = 5; type 584 libavcodec/scpr3.c n.type = 6; type 643 libavcodec/scpr3.c n.type = 3; type 687 libavcodec/scpr3.c n.type = 7; type 814 libavcodec/scpr3.c n.type = 5; type 845 libavcodec/scpr3.c int type; type 848 libavcodec/scpr3.c type = m->type; type 849 libavcodec/scpr3.c switch (type) { type 852 libavcodec/scpr3.c m->type = 1; type 34 libavcodec/scpr3.h uint8_t type; type 189 libavcodec/screenpresso.c .type = AVMEDIA_TYPE_VIDEO, type 294 libavcodec/sgidec.c .type = AVMEDIA_TYPE_VIDEO, type 282 libavcodec/sgienc.c .type = AVMEDIA_TYPE_VIDEO, type 137 libavcodec/sgirledec.c .type = AVMEDIA_TYPE_VIDEO, type 2079 libavcodec/sheervideo.c .type = AVMEDIA_TYPE_VIDEO, type 805 libavcodec/shorten.c .type = AVMEDIA_TYPE_AUDIO, type 568 libavcodec/sipr.c .type = AVMEDIA_TYPE_AUDIO, type 771 libavcodec/siren.c .type = AVMEDIA_TYPE_AUDIO, type 463 libavcodec/smacker.c int type, run, mode; type 466 libavcodec/smacker.c type = smk_get_code(&gb, smk->type_tbl, smk->type_last); type 467 libavcodec/smacker.c if (type < 0) type 468 libavcodec/smacker.c return type; type 469 libavcodec/smacker.c run = block_runs[(type >> 2) & 0x3F]; type 470 libavcodec/smacker.c switch(type & 3){ type 546 libavcodec/smacker.c mode = type >> 8; type 836 libavcodec/smacker.c .type = AVMEDIA_TYPE_VIDEO, type 848 libavcodec/smacker.c .type = AVMEDIA_TYPE_AUDIO, type 480 libavcodec/smc.c .type = AVMEDIA_TYPE_VIDEO, type 218 libavcodec/smvjpegdec.c .type = AVMEDIA_TYPE_VIDEO, type 328 libavcodec/snow.c if(block->type & BLOCK_INTRA){ type 56 libavcodec/snow.h uint8_t type; ///< Bitfield of BLOCK_* type 69 libavcodec/snow.h .type= 0, type 271 libavcodec/snow.h if((a->type&BLOCK_INTRA) && (b->type&BLOCK_INTRA)){ type 274 libavcodec/snow.h return !((a->mx - b->mx) | (a->my - b->my) | (a->ref - b->ref) | ((a->type ^ b->type)&BLOCK_INTRA)); type 462 libavcodec/snow.h static inline void set_blocks(SnowContext *s, int level, int x, int y, int l, int cb, int cr, int mx, int my, int ref, int type){ type 477 libavcodec/snow.h block.type= type; type 320 libavcodec/snow_dwt.c int stride, int type, int decomposition_count) type 325 libavcodec/snow_dwt.c switch (type) { type 640 libavcodec/snow_dwt.c int height, int stride_line, int type, type 645 libavcodec/snow_dwt.c switch (type) { type 661 libavcodec/snow_dwt.c int type, int decomposition_count, int y) type 663 libavcodec/snow_dwt.c const int support = type == 1 ? 3 : 5; type 665 libavcodec/snow_dwt.c if (type == 2) type 670 libavcodec/snow_dwt.c switch (type) { type 688 libavcodec/snow_dwt.c int height, int stride, int type, type 693 libavcodec/snow_dwt.c switch (type) { type 708 libavcodec/snow_dwt.c int stride, int type, type 711 libavcodec/snow_dwt.c const int support = type == 1 ? 3 : 5; type 713 libavcodec/snow_dwt.c if (type == 2) type 718 libavcodec/snow_dwt.c switch (type) { type 732 libavcodec/snow_dwt.c int stride, int type, int decomposition_count) type 736 libavcodec/snow_dwt.c spatial_idwt_init(cs, buffer, width, height, stride, type, type 739 libavcodec/snow_dwt.c spatial_idwt_slice(cs, buffer, temp, width, height, stride, type, type 744 libavcodec/snow_dwt.c int w, int h, int type) type 790 libavcodec/snow_dwt.c ff_spatial_dwt(tmp, tmp2, w, h, 32, type, dec_count); type 804 libavcodec/snow_dwt.c scale[type][dec_count - 3][level][ori]; type 115 libavcodec/snow_dwt.h int type, int decomposition_count); type 118 libavcodec/snow_dwt.h int height, int stride_line, int type, type 123 libavcodec/snow_dwt.h int type, int decomposition_count, int y); type 125 libavcodec/snow_dwt.h int stride, int type, int decomposition_count); type 98 libavcodec/snowdec.c if (bn->type) type 176 libavcodec/snowdec.c int type, mx, my; type 185 libavcodec/snowdec.c type= get_rac(&s->c, &s->block_state[1 + left->type + top->type]) ? BLOCK_INTRA : 0; type 186 libavcodec/snowdec.c if(type){ type 214 libavcodec/snowdec.c set_blocks(s, level, x, y, l, cb, cr, mx, my, ref, type); type 662 libavcodec/snowdec.c .type = AVMEDIA_TYPE_VIDEO, type 197 libavcodec/snowenc.c static inline int get_penalty_factor(int lambda, int lambda2, int type){ type 198 libavcodec/snowenc.c switch(type&0xFF){ type 371 libavcodec/snowenc.c put_rac(&pc, &p_state[1 + left->type + top->type], 0); type 402 libavcodec/snowenc.c put_rac(&ic, &i_state[1 + left->type + top->type], 1); type 493 libavcodec/snowenc.c if(b->type & BLOCK_INTRA){ type 495 libavcodec/snowenc.c put_rac(&s->c, &s->block_state[1 + (left->type&1) + (top->type&1)], 1); type 504 libavcodec/snowenc.c put_rac(&s->c, &s->block_state[1 + (left->type&1) + (top->type&1)], 0); type 535 libavcodec/snowenc.c b->type|= BLOCK_INTRA; type 595 libavcodec/snowenc.c if(b->type & BLOCK_INTRA){ type 920 libavcodec/snowenc.c block->type |= BLOCK_INTRA; type 930 libavcodec/snowenc.c block->type &= ~BLOCK_INTRA; type 980 libavcodec/snowenc.c block->type &= ~BLOCK_INTRA; type 1037 libavcodec/snowenc.c if(pass && (block->type & BLOCK_OPT)) type 1039 libavcodec/snowenc.c block->type |= BLOCK_OPT; type 1104 libavcodec/snowenc.c if(pass > 0 && (block->type&BLOCK_INTRA)){ type 1167 libavcodec/snowenc.c if(tb ) tb ->type &= ~BLOCK_OPT; type 1168 libavcodec/snowenc.c if(lb ) lb ->type &= ~BLOCK_OPT; type 1169 libavcodec/snowenc.c if(rb ) rb ->type &= ~BLOCK_OPT; type 1170 libavcodec/snowenc.c if(bb ) bb ->type &= ~BLOCK_OPT; type 1171 libavcodec/snowenc.c if(tlb) tlb->type &= ~BLOCK_OPT; type 1172 libavcodec/snowenc.c if(trb) trb->type &= ~BLOCK_OPT; type 1173 libavcodec/snowenc.c if(blb) blb->type &= ~BLOCK_OPT; type 1174 libavcodec/snowenc.c if(brb) brb->type &= ~BLOCK_OPT; type 1214 libavcodec/snowenc.c if(!(b[i]->type&BLOCK_INTRA)) type 1964 libavcodec/snowenc.c .type = AVMEDIA_TYPE_VIDEO, type 1091 libavcodec/sonic.c .type = AVMEDIA_TYPE_AUDIO, type 1105 libavcodec/sonic.c .type = AVMEDIA_TYPE_AUDIO, type 1120 libavcodec/sonic.c .type = AVMEDIA_TYPE_AUDIO, type 101 libavcodec/sp5xdec.c .type = AVMEDIA_TYPE_VIDEO, type 116 libavcodec/sp5xdec.c .type = AVMEDIA_TYPE_VIDEO, type 679 libavcodec/speedhq.c .type = AVMEDIA_TYPE_VIDEO, type 93 libavcodec/srtdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 106 libavcodec/srtdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 242 libavcodec/srtenc.c if (sub->rects[i]->type != SUBTITLE_ASS) { type 311 libavcodec/srtenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 324 libavcodec/srtenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 337 libavcodec/srtenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 71 libavcodec/subviewerdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 35 libavcodec/sunrast.c unsigned int w, h, depth, type, maptype, maplength, stride, x, y, len, alen; type 51 libavcodec/sunrast.c type = AV_RB32(buf + 20); type 56 libavcodec/sunrast.c if (type == RT_EXPERIMENTAL) { type 60 libavcodec/sunrast.c if (type > RT_FORMAT_IFF) { type 73 libavcodec/sunrast.c if (type == RT_FORMAT_TIFF || type == RT_FORMAT_IFF) { type 89 libavcodec/sunrast.c avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_RGB24 : AV_PIX_FMT_BGR24; type 92 libavcodec/sunrast.c avctx->pix_fmt = (type == RT_FORMAT_RGB) ? AV_PIX_FMT_0RGB : AV_PIX_FMT_0BGR; type 143 libavcodec/sunrast.c if (type == RT_BYTE_ENCODED) { type 211 libavcodec/sunrast.c .type = AVMEDIA_TYPE_VIDEO, type 35 libavcodec/sunrastenc.c int type; ///< type of file type 50 libavcodec/sunrastenc.c bytestream2_put_be32u(&s->p, s->type); type 86 libavcodec/sunrastenc.c if (s->type == RT_BYTE_ENCODED) { type 147 libavcodec/sunrastenc.c s->type = RT_BYTE_ENCODED; type 150 libavcodec/sunrastenc.c s->type = RT_STANDARD; type 157 libavcodec/sunrastenc.c if (s->type != RT_BYTE_ENCODED && s->type != RT_STANDARD) type 160 libavcodec/sunrastenc.c s->type++; type 183 libavcodec/sunrastenc.c s->size = 32 + s->maplength + s->length * s->type; type 203 libavcodec/sunrastenc.c if (s->type == RT_BYTE_ENCODED) type 215 libavcodec/sunrastenc.c { "rle", "Use run-length compression", OFFSET(type), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, VE }, type 237 libavcodec/sunrastenc.c .type = AVMEDIA_TYPE_VIDEO, type 841 libavcodec/svq1dec.c .type = AVMEDIA_TYPE_VIDEO, type 688 libavcodec/svq1enc.c .type = AVMEDIA_TYPE_VIDEO, type 302 libavcodec/svq3.c int index, const int type) type 310 libavcodec/svq3.c const int intra = 3 * type >> 2; type 311 libavcodec/svq3.c const uint8_t *const scan = scan_patterns[type]; type 321 libavcodec/svq3.c if (type == 3) { type 352 libavcodec/svq3.c if (type != 2) { type 967 libavcodec/svq3.c const int type = ((s->qscale < 24 && IS_INTRA4x4(mb_type)) ? 2 : 1); type 977 libavcodec/svq3.c if (svq3_decode_block(&s->gb_slice, &s->mb[16 * k], index, type)) { type 1652 libavcodec/svq3.c .type = AVMEDIA_TYPE_VIDEO, type 31 libavcodec/tableprint.h #define WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, ...)\ type 32 libavcodec/tableprint.h void write_##type##_array(const type *data, int len)\ type 43 libavcodec/tableprint.h #define WRITE_1D_FUNC(type, fmtstr, linebrk)\ type 44 libavcodec/tableprint.h WRITE_1D_FUNC_ARGV(type, linebrk, fmtstr, data[i]) type 46 libavcodec/tableprint.h #define WRITE_2D_FUNC(type)\ type 47 libavcodec/tableprint.h void write_##type##_2d_array(const void *arg, int len, int len2)\ type 49 libavcodec/tableprint.h const type *data = arg;\ type 53 libavcodec/tableprint.h write_##type##_array(data + i * len2, len2);\ type 85 libavcodec/tableprint.h #define WRITE_ARRAY_ALIGNED(prefix, align, type, name) \ type 89 libavcodec/tableprint.h #type", "#name")[%"FMT"] = {\n", \ type 91 libavcodec/tableprint.h write_##type##_array(name, array_size); \ type 95 libavcodec/tableprint.h #define WRITE_ARRAY(prefix, type, name) \ type 98 libavcodec/tableprint.h printf(prefix" "#type" "#name"[%"FMT"] = {\n", \ type 100 libavcodec/tableprint.h write_##type##_array(name, array_size); \ type 104 libavcodec/tableprint.h #define WRITE_2D_ARRAY(prefix, type, name) \ type 108 libavcodec/tableprint.h printf(prefix" "#type" "#name"[%"FMT"][%"FMT"] = {\n", \ type 110 libavcodec/tableprint.h write_##type##_2d_array(name, array_size1, array_size2); \ type 46 libavcodec/tableprint_vlc.h #define REPLACE_DEFINE2(type) write_##type##_array type 47 libavcodec/tableprint_vlc.h #define REPLACE_DEFINE(type) REPLACE_DEFINE2(type) type 54 libavcodec/tak.c static int tak_get_nb_samples(int sample_rate, enum TAKFrameSizeType type) type 58 libavcodec/tak.c if (type <= TAK_FST_250ms) { type 59 libavcodec/tak.c nb_samples = sample_rate * frame_duration_type_quants[type] >> type 62 libavcodec/tak.c } else if (type < FF_ARRAY_ELEMS(frame_duration_type_quants)) { type 63 libavcodec/tak.c nb_samples = frame_duration_type_quants[type]; type 943 libavcodec/takdec.c .type = AVMEDIA_TYPE_AUDIO, type 56 libavcodec/targa.c int type, count; type 67 libavcodec/targa.c type = bytestream2_get_byteu(&s->gb); type 68 libavcodec/targa.c count = (type & 0x7F) + 1; type 69 libavcodec/targa.c type &= 0x80; type 70 libavcodec/targa.c if (!type) { type 303 libavcodec/targa.c .type = AVMEDIA_TYPE_VIDEO, type 79 libavcodec/targa_y216dec.c .type = AVMEDIA_TYPE_VIDEO, type 222 libavcodec/targaenc.c .type = AVMEDIA_TYPE_VIDEO, type 621 libavcodec/tdsc.c .type = AVMEDIA_TYPE_VIDEO, type 29 libavcodec/tests/jpeg2000dwt.c static int test_dwt(int *array, int *ref, int border[2][2], int decomp_levels, int type, int max_diff) { type 34 libavcodec/tests/jpeg2000dwt.c ret = ff_jpeg2000_dwt_init(s, border, decomp_levels, type); type 61 libavcodec/tests/jpeg2000dwt.c type == FF_DWT53 ? "5/3i" : "9/7i", type 81 libavcodec/tests/options.c .type = AVMEDIA_TYPE_VIDEO, type 93 libavcodec/tests/options.c .type = AVMEDIA_TYPE_VIDEO, type 105 libavcodec/tests/options.c .type = AVMEDIA_TYPE_VIDEO, type 116 libavcodec/tests/options.c .type = AVMEDIA_TYPE_VIDEO, type 28 libavcodec/tests/utils.c if (codec->type == AVMEDIA_TYPE_AUDIO) { type 88 libavcodec/textdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 114 libavcodec/textdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 131 libavcodec/textdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 148 libavcodec/textdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 165 libavcodec/textdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 267 libavcodec/tiertexseqv.c .type = AVMEDIA_TYPE_VIDEO, type 149 libavcodec/tiff.c RET_GEOKEY(VERT, vert, type); type 150 libavcodec/tiff.c RET_GEOKEY(PROJ, proj, type); type 151 libavcodec/tiff.c RET_GEOKEY(GEOG, geog, type); type 152 libavcodec/tiff.c RET_GEOKEY(CONF, conf, type); type 265 libavcodec/tiff.c static int add_metadata(int count, int type, type 268 libavcodec/tiff.c switch(type) { type 1245 libavcodec/tiff.c unsigned tag, type, count, off, value = 0, value2 = 1; // value2 is a denominator so init. to 1 type 1251 libavcodec/tiff.c ret = ff_tread_tag(&s->gb, s->le, &tag, &type, &count, &start); type 1258 libavcodec/tiff.c switch (type) { type 1262 libavcodec/tiff.c value = ff_tget(&s->gb, type, s->le); type 1303 libavcodec/tiff.c switch (type) { type 1308 libavcodec/tiff.c if (bytestream2_get_bytes_left(&s->gb) < type_sizes[type] * count) type 1311 libavcodec/tiff.c s->bpp += ff_tget(&s->gb, type, s->le); type 1373 libavcodec/tiff.c if (!value || (type == TIFF_LONG && value == UINT_MAX)) type 1391 libavcodec/tiff.c s->sot = type; type 1407 libavcodec/tiff.c s->sstype = type; type 1438 libavcodec/tiff.c s->dng_lut[i] = ff_tget(&s->gb, type, s->le); type 1442 libavcodec/tiff.c if (type == TIFF_RATIONAL) { type 1452 libavcodec/tiff.c s->black_level = ff_tget(&s->gb, type, s->le); type 1462 libavcodec/tiff.c if (count != 2 || (ff_tget(&s->gb, type, s->le) != 2 && type 1463 libavcodec/tiff.c ff_tget(&s->gb, type, s->le) != 2)) { type 1470 libavcodec/tiff.c s->pattern[0] = ff_tget(&s->gb, type, s->le); type 1471 libavcodec/tiff.c s->pattern[1] = ff_tget(&s->gb, type, s->le); type 1472 libavcodec/tiff.c s->pattern[2] = ff_tget(&s->gb, type, s->le); type 1473 libavcodec/tiff.c s->pattern[3] = ff_tget(&s->gb, type, s->le); type 1513 libavcodec/tiff.c off = type_sizes[type]; type 1522 libavcodec/tiff.c off = (type_sizes[type] - 1) << 3; type 1530 libavcodec/tiff.c p |= (ff_tget(&pal_gb[0], type, s->le) >> off) << 16; type 1531 libavcodec/tiff.c p |= (ff_tget(&pal_gb[1], type, s->le) >> off) << 8; type 1532 libavcodec/tiff.c p |= ff_tget(&pal_gb[2], type, s->le) >> off; type 1547 libavcodec/tiff.c s->subsampling[i] = ff_tget(&s->gb, type, s->le); type 1564 libavcodec/tiff.c if ((ret = add_metadata(count, type, name, sep, s, frame)) < 0) {\ type 1602 libavcodec/tiff.c s->geotags[i].type = ff_tget_short(&s->gb, s->le); type 1605 libavcodec/tiff.c if (!s->geotags[i].type) type 1624 libavcodec/tiff.c if (s->geotags[i].type == TIFF_GEO_DOUBLE_PARAMS) { type 1646 libavcodec/tiff.c if (s->geotags[i].type == TIFF_GEO_ASCII_PARAMS) { type 1671 libavcodec/tiff.c if (type != TIFF_UNDEFINED) type 1728 libavcodec/tiff.c ver[0] = ff_tget(&s->gb, type, s->le); type 1729 libavcodec/tiff.c ver[1] = ff_tget(&s->gb, type, s->le); type 1730 libavcodec/tiff.c ver[2] = ff_tget(&s->gb, type, s->le); type 1731 libavcodec/tiff.c ver[3] = ff_tget(&s->gb, type, s->le); type 1872 libavcodec/tiff.c if (get_geokey_type(s->geotags[i].key) != s->geotags[i].type) { type 2203 libavcodec/tiff.c .type = AVMEDIA_TYPE_VIDEO, type 209 libavcodec/tiff.h enum TiffTags type; type 222 libavcodec/tiff.h const enum TiffGeoTagType type; type 62 libavcodec/tiff_common.c unsigned ff_tget(GetByteContext *gb, int type, int le) type 64 libavcodec/tiff_common.c switch (type) { type 286 libavcodec/tiff_common.c int ff_tread_tag(GetByteContext *gb, int le, unsigned *tag, unsigned *type, type 293 libavcodec/tiff_common.c *type = ff_tget_short(gb, le); type 297 libavcodec/tiff_common.c valid_type = *type != 0 && *type < FF_ARRAY_ELEMS(type_sizes); type 308 libavcodec/tiff_common.c if (ifd_tag || (*count > 4 || !(type_sizes[*type] * (*count) <= 4 || *type == TIFF_STRING))) { type 80 libavcodec/tiff_common.h unsigned ff_tget(GetByteContext *gb, int type, int le); type 149 libavcodec/tiff_common.h int ff_tread_tag(GetByteContext *gb, int le, unsigned *tag, unsigned *type, type 106 libavcodec/tiffenc.c static void tnput(uint8_t **p, int n, const uint8_t *val, enum TiffTypes type, type 111 libavcodec/tiffenc.c flip ^= ((int[]) { 0, 0, 0, 1, 3, 3 })[type]; type 113 libavcodec/tiffenc.c for (i = 0; i < n * type_sizes2[type]; i++) type 127 libavcodec/tiffenc.c enum TiffTypes type, int count, const void *ptr_val) type 134 libavcodec/tiffenc.c bytestream_put_le16(&entries_ptr, type); type 137 libavcodec/tiffenc.c if (type_sizes[type] * (int64_t)count <= 4) { type 138 libavcodec/tiffenc.c tnput(&entries_ptr, count, ptr_val, type, 0); type 141 libavcodec/tiffenc.c if (check_size(s, count * (int64_t)type_sizes2[type])) type 143 libavcodec/tiffenc.c tnput(s->buf, count, ptr_val, type, 0); type 151 libavcodec/tiffenc.c enum TiffTags tag, enum TiffTypes type, int val) type 155 libavcodec/tiffenc.c return add_entry(s, tag, type, 1, type 156 libavcodec/tiffenc.c type == TIFF_SHORT ? (void *)&w : (void *)&dw); type 231 libavcodec/tiffenc.c #define ADD_ENTRY(s, tag, type, count, ptr_val) \ type 233 libavcodec/tiffenc.c ret = add_entry(s, tag, type, count, ptr_val); \ type 238 libavcodec/tiffenc.c #define ADD_ENTRY1(s, tag, type, val) \ type 240 libavcodec/tiffenc.c ret = add_entry1(s, tag, type, val); \ type 580 libavcodec/tiffenc.c .type = AVMEDIA_TYPE_VIDEO, type 92 libavcodec/tmv.c .type = AVMEDIA_TYPE_VIDEO, type 918 libavcodec/truemotion1.c .type = AVMEDIA_TYPE_VIDEO, type 411 libavcodec/truemotion2.c static inline int GET_TOK(TM2Context *ctx,int type) type 413 libavcodec/truemotion2.c if (ctx->tok_ptrs[type] >= ctx->tok_lens[type]) { type 414 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Read token from stream %i out of bounds (%i>=%i)\n", type, ctx->tok_ptrs[type], ctx->tok_lens[type]); type 418 libavcodec/truemotion2.c if (type <= TM2_MOT) { type 419 libavcodec/truemotion2.c if (ctx->tokens[type][ctx->tok_ptrs[type]] >= TM2_DELTAS) { type 420 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "token %d is too large\n", ctx->tokens[type][ctx->tok_ptrs[type]]); type 423 libavcodec/truemotion2.c return ctx->deltas[type][ctx->tokens[type][ctx->tok_ptrs[type]++]]; type 425 libavcodec/truemotion2.c return ctx->tokens[type][ctx->tok_ptrs[type]++]; type 779 libavcodec/truemotion2.c int type; type 799 libavcodec/truemotion2.c type = GET_TOK(ctx, TM2_TYPE); type 800 libavcodec/truemotion2.c switch(type) { type 826 libavcodec/truemotion2.c av_log(ctx->avctx, AV_LOG_ERROR, "Skipping unknown block type %i\n", type); type 1049 libavcodec/truemotion2.c .type = AVMEDIA_TYPE_VIDEO, type 226 libavcodec/truemotion2rt.c .type = AVMEDIA_TYPE_VIDEO, type 359 libavcodec/truespeech.c .type = AVMEDIA_TYPE_AUDIO, type 193 libavcodec/tscc.c .type = AVMEDIA_TYPE_VIDEO, type 379 libavcodec/tscc2.c .type = AVMEDIA_TYPE_VIDEO, type 420 libavcodec/tta.c .type = AVMEDIA_TYPE_AUDIO, type 206 libavcodec/ttaenc.c .type = AVMEDIA_TYPE_AUDIO, type 419 libavcodec/twinvqdec.c .type = AVMEDIA_TYPE_AUDIO, type 161 libavcodec/txd.c .type = AVMEDIA_TYPE_VIDEO, type 424 libavcodec/ulti.c .type = AVMEDIA_TYPE_VIDEO, type 677 libavcodec/utils.c if ((avctx->codec_type == AVMEDIA_TYPE_UNKNOWN || avctx->codec_type == codec->type) && type 679 libavcodec/utils.c avctx->codec_type = codec->type; type 682 libavcodec/utils.c if (avctx->codec_id != codec->id || (avctx->codec_type != codec->type type 918 libavcodec/utils.c && avctx->codec_descriptor->type == AVMEDIA_TYPE_VIDEO) type 2000 libavcodec/utils.c if (avctx->coded_side_data[i].type == AV_PKT_DATA_CPB_PROPERTIES) type 2016 libavcodec/utils.c avctx->coded_side_data[avctx->nb_coded_side_data - 1].type = AV_PKT_DATA_CPB_PROPERTIES; type 1097 libavcodec/utvideodec.c .type = AVMEDIA_TYPE_VIDEO, type 673 libavcodec/utvideoenc.c .type = AVMEDIA_TYPE_VIDEO, type 220 libavcodec/v210dec.c .type = AVMEDIA_TYPE_VIDEO, type 163 libavcodec/v210enc.c .type = AVMEDIA_TYPE_VIDEO, type 126 libavcodec/v210x.c .type = AVMEDIA_TYPE_VIDEO, type 78 libavcodec/v308dec.c .type = AVMEDIA_TYPE_VIDEO, type 79 libavcodec/v308enc.c .type = AVMEDIA_TYPE_VIDEO, type 86 libavcodec/v408dec.c .type = AVMEDIA_TYPE_VIDEO, type 98 libavcodec/v408dec.c .type = AVMEDIA_TYPE_VIDEO, type 85 libavcodec/v408enc.c .type = AVMEDIA_TYPE_VIDEO, type 97 libavcodec/v408enc.c .type = AVMEDIA_TYPE_VIDEO, type 122 libavcodec/v410dec.c .type = AVMEDIA_TYPE_VIDEO, type 86 libavcodec/v410enc.c .type = AVMEDIA_TYPE_VIDEO, type 42 libavcodec/v4l2_buffers.c return V4L2_TYPE_IS_OUTPUT(buf->context->type) ? type 90 libavcodec/v4l2_buffers.c cs = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 94 libavcodec/v4l2_buffers.c ycbcr = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 123 libavcodec/v4l2_buffers.c qt = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 142 libavcodec/v4l2_buffers.c cs = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 146 libavcodec/v4l2_buffers.c ycbcr = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 175 libavcodec/v4l2_buffers.c cs = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 179 libavcodec/v4l2_buffers.c ycbcr = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 183 libavcodec/v4l2_buffers.c xfer = V4L2_TYPE_IS_MULTIPLANAR(buf->buf.type) ? type 225 libavcodec/v4l2_buffers.c if (s->draining && V4L2_TYPE_IS_OUTPUT(avbuf->context->type)) { type 289 libavcodec/v4l2_buffers.c if (V4L2_TYPE_IS_MULTIPLANAR(out->buf.type)) { type 345 libavcodec/v4l2_buffers.c int pixel_format = V4L2_TYPE_IS_MULTIPLANAR(fmt.type) ? type 347 libavcodec/v4l2_buffers.c int height = V4L2_TYPE_IS_MULTIPLANAR(fmt.type) ? type 462 libavcodec/v4l2_buffers.c pkt->size = V4L2_TYPE_IS_MULTIPLANAR(avbuf->buf.type) ? avbuf->buf.m.planes[0].bytesused : avbuf->buf.bytesused; type 500 libavcodec/v4l2_buffers.c avbuf->buf.type = ctx->type; type 503 libavcodec/v4l2_buffers.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { type 512 libavcodec/v4l2_buffers.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { type 524 libavcodec/v4l2_buffers.c avbuf->plane_info[i].bytesperline = V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ? type 528 libavcodec/v4l2_buffers.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { type 546 libavcodec/v4l2_buffers.c if (V4L2_TYPE_IS_OUTPUT(ctx->type)) type 549 libavcodec/v4l2_buffers.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { type 46 libavcodec/v4l2_context.c return V4L2_TYPE_IS_OUTPUT(ctx->type) ? type 58 libavcodec/v4l2_context.c return V4L2_TYPE_IS_MULTIPLANAR(fmt->type) ? fmt->fmt.pix_mp.width : fmt->fmt.pix.width; type 63 libavcodec/v4l2_context.c return V4L2_TYPE_IS_MULTIPLANAR(fmt->type) ? fmt->fmt.pix_mp.height : fmt->fmt.pix.height; type 73 libavcodec/v4l2_context.c cropcap.type = ctx->type; type 87 libavcodec/v4l2_context.c int ret = V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ? type 105 libavcodec/v4l2_context.c return ctx->type == V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE || type 106 libavcodec/v4l2_context.c ctx->type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE || type 107 libavcodec/v4l2_context.c ctx->type == V4L2_BUF_TYPE_VIDEO_CAPTURE || type 108 libavcodec/v4l2_context.c ctx->type == V4L2_BUF_TYPE_VIDEO_OUTPUT; type 127 libavcodec/v4l2_context.c ctx->format.type = ctx->type; type 132 libavcodec/v4l2_context.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { type 175 libavcodec/v4l2_context.c if (evt.type == V4L2_EVENT_EOS) { type 180 libavcodec/v4l2_context.c if (evt.type != V4L2_EVENT_SOURCE_CHANGE) type 294 libavcodec/v4l2_context.c if (!V4L2_TYPE_IS_OUTPUT(ctx->type) && ctx->buffers) { type 307 libavcodec/v4l2_context.c if (!V4L2_TYPE_IS_OUTPUT(ctx->type) && ctx_to_m2mctx(ctx)->draining) { type 323 libavcodec/v4l2_context.c if (V4L2_TYPE_IS_OUTPUT(ctx->type)) type 375 libavcodec/v4l2_context.c if (!V4L2_TYPE_IS_OUTPUT(ctx->type)) { type 390 libavcodec/v4l2_context.c buf.type = ctx->type; type 391 libavcodec/v4l2_context.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { type 408 libavcodec/v4l2_context.c if (ctx_to_m2mctx(ctx)->draining && !V4L2_TYPE_IS_OUTPUT(ctx->type)) { type 409 libavcodec/v4l2_context.c int bytesused = V4L2_TYPE_IS_MULTIPLANAR(buf.type) ? type 424 libavcodec/v4l2_context.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) { type 440 libavcodec/v4l2_context.c if (V4L2_TYPE_IS_OUTPUT(ctx->type)) { type 457 libavcodec/v4l2_context.c .type = ctx->type, type 486 libavcodec/v4l2_context.c if (V4L2_TYPE_IS_MULTIPLANAR(ctx->type)) type 491 libavcodec/v4l2_context.c fmt->type = ctx->type; type 507 libavcodec/v4l2_context.c fdesc.type = ctx->type; type 548 libavcodec/v4l2_context.c fdesc.type = ctx->type; type 574 libavcodec/v4l2_context.c int type = ctx->type; type 577 libavcodec/v4l2_context.c ret = ioctl(ctx_to_m2mctx(ctx)->fd, cmd, &type); type 729 libavcodec/v4l2_context.c av_log(logger(ctx), AV_LOG_ERROR, "type %i not supported\n", ctx->type); type 740 libavcodec/v4l2_context.c req.type = ctx->type; type 764 libavcodec/v4l2_context.c V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ? av_fourcc2str(ctx->format.fmt.pix_mp.pixelformat) : av_fourcc2str(ctx->format.fmt.pix.pixelformat), type 768 libavcodec/v4l2_context.c V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ? ctx->format.fmt.pix_mp.plane_fmt[0].sizeimage : ctx->format.fmt.pix.sizeimage, type 769 libavcodec/v4l2_context.c V4L2_TYPE_IS_MULTIPLANAR(ctx->type) ? ctx->format.fmt.pix_mp.plane_fmt[0].bytesperline : ctx->format.fmt.pix.bytesperline); type 47 libavcodec/v4l2_context.h enum v4l2_buf_type type; type 86 libavcodec/v4l2_m2m.c s->capture.type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; type 87 libavcodec/v4l2_m2m.c s->output.type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE; type 92 libavcodec/v4l2_m2m.c s->capture.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; type 93 libavcodec/v4l2_m2m.c s->output.type = V4L2_BUF_TYPE_VIDEO_OUTPUT; type 153 libavcodec/v4l2_m2m.c av_fourcc2str(V4L2_TYPE_IS_MULTIPLANAR(ofmt.type) ? type 156 libavcodec/v4l2_m2m.c av_fourcc2str(V4L2_TYPE_IS_MULTIPLANAR(cfmt.type) ? type 35 libavcodec/v4l2_m2m.h #define container_of(ptr, type, member) ({ \ type 36 libavcodec/v4l2_m2m.h const __typeof__(((type *)0)->member ) *__mptr = (ptr); \ type 37 libavcodec/v4l2_m2m.h (type *)((char *)__mptr - offsetof(type,member) );}) type 58 libavcodec/v4l2_m2m_dec.c capture->format.type = capture->type; type 70 libavcodec/v4l2_m2m_dec.c selection.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; type 115 libavcodec/v4l2_m2m_dec.c sub.type = V4L2_EVENT_SOURCE_CHANGE; type 127 libavcodec/v4l2_m2m_dec.c sub.type = V4L2_EVENT_EOS; type 255 libavcodec/v4l2_m2m_dec.c .type = AVMEDIA_TYPE_VIDEO, \ type 44 libavcodec/v4l2_m2m_enc.c parm.type = V4L2_TYPE_IS_MULTIPLANAR(s->output.type) ? V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE : V4L2_BUF_TYPE_VIDEO_OUTPUT; type 167 libavcodec/v4l2_m2m_enc.c sub.type = V4L2_EVENT_EOS; type 351 libavcodec/v4l2_m2m_enc.c if (V4L2_TYPE_IS_MULTIPLANAR(output->type)) type 409 libavcodec/v4l2_m2m_enc.c .type = AVMEDIA_TYPE_VIDEO, \ type 32 libavcodec/vaapi_decode.c int type, type 43 libavcodec/vaapi_decode.c type, size, 1, (void*)data, &buffer); type 47 libavcodec/vaapi_decode.c type, vas, vaErrorStr(vas)); type 54 libavcodec/vaapi_decode.c "is %#x.\n", type, size, buffer); type 317 libavcodec/vaapi_decode.c if (attr[i].type != VASurfaceAttribPixelFormat) type 357 libavcodec/vaapi_decode.c .type = VASurfaceAttribPixelFormat, type 613 libavcodec/vaapi_decode.c if (device_ctx->type != AV_HWDEVICE_TYPE_VAAPI) type 82 libavcodec/vaapi_decode.h int type, type 39 libavcodec/vaapi_encode.c int type, char *data, size_t bit_len) type 46 libavcodec/vaapi_encode.c .type = type, type 62 libavcodec/vaapi_encode.c type, vas, vaErrorStr(vas)); type 73 libavcodec/vaapi_encode.c type, vas, vaErrorStr(vas)); type 79 libavcodec/vaapi_encode.c "(%zu bits).\n", type, param_buffer, data_buffer, bit_len); type 85 libavcodec/vaapi_encode.c int type, char *data, size_t len) type 98 libavcodec/vaapi_encode.c type, len, 1, data, &buffer); type 101 libavcodec/vaapi_encode.c "(type %d): %d (%s).\n", type, vas, vaErrorStr(vas)); type 107 libavcodec/vaapi_encode.c type, buffer); type 113 libavcodec/vaapi_encode.c int type, type 121 libavcodec/vaapi_encode.c .type = type, type 178 libavcodec/vaapi_encode.c picture_type_name[pic->type]); type 233 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR && ctx->codec->init_sequence_params) { type 242 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR) { type 268 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR) { type 305 libavcodec/vaapi_encode.c int type; type 306 libavcodec/vaapi_encode.c err = ctx->codec->write_extra_buffer(avctx, pic, i, &type, type 316 libavcodec/vaapi_encode.c err = vaapi_encode_make_param_buffer(avctx, pic, type, type 326 libavcodec/vaapi_encode.c int type; type 328 libavcodec/vaapi_encode.c err = ctx->codec->write_extra_header(avctx, pic, i, &type, type 338 libavcodec/vaapi_encode.c err = vaapi_encode_make_packed_header(avctx, pic, type, type 622 libavcodec/vaapi_encode.c if (pic->type == PICTURE_TYPE_IDR) type 775 libavcodec/vaapi_encode.c av_assert0(pic->prev || pic->type == PICTURE_TYPE_IDR); type 804 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_B; type 824 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_B; type 861 libavcodec/vaapi_encode.c if (pic->type != PICTURE_TYPE_B) type 929 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_IDR; type 937 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_IDR; type 942 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_I; type 955 libavcodec/vaapi_encode.c pic->type = PICTURE_TYPE_P; type 963 libavcodec/vaapi_encode.c if (pic->type != PICTURE_TYPE_IDR) { type 965 libavcodec/vaapi_encode.c pic->type == PICTURE_TYPE_P, type 1167 libavcodec/vaapi_encode.c static av_cold void vaapi_encode_add_global_param(AVCodecContext *avctx, int type, type 1174 libavcodec/vaapi_encode.c ctx->global_params_type[ctx->nb_global_params] = type; type 1404 libavcodec/vaapi_encode.c .type = VAConfigAttribRTFormat, type 1688 libavcodec/vaapi_encode.c .type = VAConfigAttribRateControl, type 1973 libavcodec/vaapi_encode.c .type = VAConfigAttribEncPackedHeaders, type 82 libavcodec/vaapi_encode.h int type; type 409 libavcodec/vaapi_encode.h int index, int *type, type 417 libavcodec/vaapi_encode.h int index, int *type, type 209 libavcodec/vaapi_encode_h264.c int index, int *type, type 240 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_IDR) { type 269 libavcodec/vaapi_encode_h264.c *type = VAEncPackedHeaderRawData; type 279 libavcodec/vaapi_encode_h264.c *type = VAEncPackedHeaderH264_SEI; type 631 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_IDR) { type 648 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_I) { type 651 libavcodec/vaapi_encode_h264.c } else if (pic->type == PICTURE_TYPE_P) { type 693 libavcodec/vaapi_encode_h264.c if (priv->sei & SEI_RECOVERY_POINT && pic->type == PICTURE_TYPE_I) { type 737 libavcodec/vaapi_encode_h264.c vpic->pic_fields.bits.idr_pic_flag = (pic->type == PICTURE_TYPE_IDR); type 738 libavcodec/vaapi_encode_h264.c vpic->pic_fields.bits.reference_pic_flag = (pic->type != PICTURE_TYPE_B); type 761 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_P) { type 771 libavcodec/vaapi_encode_h264.c } else if (pic->type == PICTURE_TYPE_B) { type 806 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_B) { type 815 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_P || type 816 libavcodec/vaapi_encode_h264.c pic->type == PICTURE_TYPE_B) { type 826 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_B) { type 854 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_IDR) { type 875 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_B) type 877 libavcodec/vaapi_encode_h264.c else if (pic->type == PICTURE_TYPE_P) type 882 libavcodec/vaapi_encode_h264.c if (pic->is_reference && pic->type != PICTURE_TYPE_IDR) { type 919 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_P || pic->type == PICTURE_TYPE_B) { type 927 libavcodec/vaapi_encode_h264.c if (pic->type == PICTURE_TYPE_P) { type 1046 libavcodec/vaapi_encode_h264.c av_assert0(pic->type == PICTURE_TYPE_P || type 1047 libavcodec/vaapi_encode_h264.c pic->type == PICTURE_TYPE_B); type 1052 libavcodec/vaapi_encode_h264.c av_assert0(pic->type == PICTURE_TYPE_B); type 1350 libavcodec/vaapi_encode_h264.c .type = AVMEDIA_TYPE_VIDEO, type 194 libavcodec/vaapi_encode_h265.c int index, int *type, type 247 libavcodec/vaapi_encode_h265.c *type = VAEncPackedHeaderRawData; type 683 libavcodec/vaapi_encode_h265.c if (pic->type == PICTURE_TYPE_IDR) { type 695 libavcodec/vaapi_encode_h265.c if (pic->type == PICTURE_TYPE_I) { type 699 libavcodec/vaapi_encode_h265.c } else if (pic->type == PICTURE_TYPE_P) { type 708 libavcodec/vaapi_encode_h265.c if (irap_ref->type == PICTURE_TYPE_I) type 744 libavcodec/vaapi_encode_h265.c (pic->type == PICTURE_TYPE_I || pic->type == PICTURE_TYPE_IDR)) { type 792 libavcodec/vaapi_encode_h265.c (pic->type == PICTURE_TYPE_I || pic->type == PICTURE_TYPE_IDR)) { type 843 libavcodec/vaapi_encode_h265.c switch (pic->type) { type 900 libavcodec/vaapi_encode_h265.c if (pic->type != PICTURE_TYPE_IDR) { type 992 libavcodec/vaapi_encode_h265.c if (pic->type == PICTURE_TYPE_B) type 994 libavcodec/vaapi_encode_h265.c else if (pic->type == PICTURE_TYPE_P) type 1052 libavcodec/vaapi_encode_h265.c av_assert0(pic->type == PICTURE_TYPE_P || type 1053 libavcodec/vaapi_encode_h265.c pic->type == PICTURE_TYPE_B); type 1058 libavcodec/vaapi_encode_h265.c av_assert0(pic->type == PICTURE_TYPE_B); type 1286 libavcodec/vaapi_encode_h265.c .type = AVMEDIA_TYPE_VIDEO, type 151 libavcodec/vaapi_encode_mjpeg.c int index, int *type, type 165 libavcodec/vaapi_encode_mjpeg.c *type = VAQMatrixBufferType; type 190 libavcodec/vaapi_encode_mjpeg.c *type = VAHuffmanTableBufferType; type 235 libavcodec/vaapi_encode_mjpeg.c av_assert0(pic->type == PICTURE_TYPE_IDR); type 558 libavcodec/vaapi_encode_mjpeg.c .type = AVMEDIA_TYPE_VIDEO, type 94 libavcodec/vaapi_encode_mpeg2.c int type, void *header) type 99 libavcodec/vaapi_encode_mpeg2.c err = ff_cbs_insert_unit_content(priv->cbc, frag, -1, type, header, NULL); type 102 libavcodec/vaapi_encode_mpeg2.c "type = %d.\n", type); type 427 libavcodec/vaapi_encode_mpeg2.c if (pic->type == PICTURE_TYPE_IDR || pic->type == PICTURE_TYPE_I) { type 433 libavcodec/vaapi_encode_mpeg2.c ph->picture_coding_type = pic->type == PICTURE_TYPE_B ? 3 : 2; type 436 libavcodec/vaapi_encode_mpeg2.c if (pic->type == PICTURE_TYPE_P || pic->type == PICTURE_TYPE_B) { type 443 libavcodec/vaapi_encode_mpeg2.c if (pic->type == PICTURE_TYPE_B) { type 454 libavcodec/vaapi_encode_mpeg2.c switch (pic->type) { type 492 libavcodec/vaapi_encode_mpeg2.c switch (pic->type) { type 508 libavcodec/vaapi_encode_mpeg2.c vslice->is_intra_slice = (pic->type == PICTURE_TYPE_IDR || type 509 libavcodec/vaapi_encode_mpeg2.c pic->type == PICTURE_TYPE_I); type 696 libavcodec/vaapi_encode_mpeg2.c .type = AVMEDIA_TYPE_VIDEO, type 86 libavcodec/vaapi_encode_vp8.c switch (pic->type) { type 110 libavcodec/vaapi_encode_vp8.c vpic->pic_flags.bits.frame_type = (pic->type != PICTURE_TYPE_IDR); type 131 libavcodec/vaapi_encode_vp8.c int index, int *type, type 143 libavcodec/vaapi_encode_vp8.c *type = VAQMatrixBufferType; type 148 libavcodec/vaapi_encode_vp8.c if (pic->type == PICTURE_TYPE_P) type 251 libavcodec/vaapi_encode_vp8.c .type = AVMEDIA_TYPE_VIDEO, type 89 libavcodec/vaapi_encode_vp9.c switch (pic->type) { type 160 libavcodec/vaapi_encode_vp9.c vpic->pic_flags.bits.frame_type = (pic->type != PICTURE_TYPE_IDR); type 163 libavcodec/vaapi_encode_vp9.c if (pic->type == PICTURE_TYPE_IDR) type 165 libavcodec/vaapi_encode_vp9.c else if (pic->type == PICTURE_TYPE_P) type 285 libavcodec/vaapi_encode_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 390 libavcodec/vaapi_h264.c .type = AVMEDIA_TYPE_VIDEO, type 571 libavcodec/vaapi_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 147 libavcodec/vaapi_mjpeg.c .type = AVMEDIA_TYPE_VIDEO, type 177 libavcodec/vaapi_mpeg2.c .type = AVMEDIA_TYPE_VIDEO, type 183 libavcodec/vaapi_mpeg4.c .type = AVMEDIA_TYPE_VIDEO, type 201 libavcodec/vaapi_mpeg4.c .type = AVMEDIA_TYPE_VIDEO, type 506 libavcodec/vaapi_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 523 libavcodec/vaapi_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 225 libavcodec/vaapi_vp8.c .type = AVMEDIA_TYPE_VIDEO, type 173 libavcodec/vaapi_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 287 libavcodec/vb.c .type = AVMEDIA_TYPE_VIDEO, type 210 libavcodec/vble.c .type = AVMEDIA_TYPE_VIDEO, type 1211 libavcodec/vc1dec.c .type = AVMEDIA_TYPE_VIDEO, type 1248 libavcodec/vc1dec.c .type = AVMEDIA_TYPE_VIDEO, type 1286 libavcodec/vc1dec.c .type = AVMEDIA_TYPE_VIDEO, type 1305 libavcodec/vc1dec.c .type = AVMEDIA_TYPE_VIDEO, type 1233 libavcodec/vc2enc.c .type = AVMEDIA_TYPE_VIDEO, type 127 libavcodec/vcr1.c .type = AVMEDIA_TYPE_VIDEO, type 75 libavcodec/vdpau.c VdpChromaType *type, type 105 libavcodec/vdpau.c if (type) type 106 libavcodec/vdpau.c *type = t; type 118 libavcodec/vdpau.c VdpChromaType type; type 122 libavcodec/vdpau.c if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height)) type 147 libavcodec/vdpau.c VdpChromaType type; type 155 libavcodec/vdpau.c if (av_vdpau_get_surface_parameters(avctx, &type, &width, &height)) type 175 libavcodec/vdpau.c type != VDP_CHROMA_TYPE_420) type 227 libavcodec/vdpau.c status = surface_query_caps(vdctx->device, type, &supported, type 146 libavcodec/vdpau.h int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type, type 267 libavcodec/vdpau_h264.c .type = AVMEDIA_TYPE_VIDEO, type 459 libavcodec/vdpau_hevc.c .type = AVMEDIA_TYPE_VIDEO, type 108 libavcodec/vdpau_mpeg12.c .type = AVMEDIA_TYPE_VIDEO, type 143 libavcodec/vdpau_mpeg12.c .type = AVMEDIA_TYPE_VIDEO, type 115 libavcodec/vdpau_mpeg4.c .type = AVMEDIA_TYPE_VIDEO, type 141 libavcodec/vdpau_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 158 libavcodec/vdpau_vc1.c .type = AVMEDIA_TYPE_VIDEO, type 229 libavcodec/vdpau_vp9.c .type = AVMEDIA_TYPE_VIDEO, type 349 libavcodec/videotoolbox.c int type, type 360 libavcodec/videotoolbox.c if (type == H264_NAL_SPS) { type 960 libavcodec/videotoolbox.c int type, type 1122 libavcodec/videotoolbox.c .type = AVMEDIA_TYPE_VIDEO, type 1137 libavcodec/videotoolbox.c .type = AVMEDIA_TYPE_VIDEO, type 1153 libavcodec/videotoolbox.c .type = AVMEDIA_TYPE_VIDEO, type 1169 libavcodec/videotoolbox.c .type = AVMEDIA_TYPE_VIDEO, type 1184 libavcodec/videotoolbox.c .type = AVMEDIA_TYPE_VIDEO, type 1199 libavcodec/videotoolbox.c .type = AVMEDIA_TYPE_VIDEO, type 1844 libavcodec/videotoolboxenc.c static int get_sei_msg_bytes(const ExtraSEI* sei, int type){ type 1858 libavcodec/videotoolboxenc.c return copied_size + sei->size / 255 + 1 + type / 255 + 1; type 2595 libavcodec/videotoolboxenc.c .type = AVMEDIA_TYPE_VIDEO, type 2627 libavcodec/videotoolboxenc.c .type = AVMEDIA_TYPE_VIDEO, type 213 libavcodec/vima.c .type = AVMEDIA_TYPE_AUDIO, type 234 libavcodec/vmdaudio.c .type = AVMEDIA_TYPE_AUDIO, type 468 libavcodec/vmdvideo.c .type = AVMEDIA_TYPE_VIDEO, type 578 libavcodec/vmnc.c .type = AVMEDIA_TYPE_VIDEO, type 96 libavcodec/vorbisdec.c uint16_t type; type 706 libavcodec/vorbisdec.c res_setup->type = get_bits(gb, 16); type 708 libavcodec/vorbisdec.c ff_dlog(NULL, " %u. residue type %d\n", i, res_setup->type); type 718 libavcodec/vorbisdec.c res_setup->type, res_setup->begin, res_setup->end, type 1566 libavcodec/vorbisdec.c if (vr->type == 2) type 1568 libavcodec/vorbisdec.c else if (vr->type == 1) type 1570 libavcodec/vorbisdec.c else if (vr->type == 0) type 1886 libavcodec/vorbisdec.c .type = AVMEDIA_TYPE_AUDIO, type 79 libavcodec/vorbisenc.c int type; type 213 libavcodec/vorbisenc.c av_assert0(rc->type == 2); type 384 libavcodec/vorbisenc.c rc->type = 2; type 586 libavcodec/vorbisenc.c put_bits(pb, 16, rc->type); type 912 libavcodec/vorbisenc.c int channels = (rc->type == 2) ? 1 : real_ch; type 916 libavcodec/vorbisenc.c av_assert0(rc->type == 2); type 954 libavcodec/vorbisenc.c assert(rc->type == 0 || rc->type == 2); type 957 libavcodec/vorbisenc.c if (rc->type == 0) { type 1304 libavcodec/vorbisenc.c .type = AVMEDIA_TYPE_AUDIO, type 153 libavcodec/vp3.c int type; type 1452 libavcodec/vp3.c p->type = VP4_DC_UNDEFINED; type 1479 libavcodec/vp3.c static int vp4_dc_pred(const Vp3DecodeContext *s, const VP4Predictor * dc_pred, const int * last_dc, int type, int plane) type 1484 libavcodec/vp3.c if (dc_pred[-6].type == type) { type 1489 libavcodec/vp3.c if (dc_pred[6].type == type) { type 1494 libavcodec/vp3.c if (count != 2 && dc_pred[-1].type == type) { type 1499 libavcodec/vp3.c if (count != 2 && dc_pred[1].type == type) { type 1505 libavcodec/vp3.c return count == 2 ? dc / 2 : last_dc[type]; type 1606 libavcodec/vp3.c this_dc_pred->type = dc_block_type, type 2646 libavcodec/vp3.c int type = get_bits(&gb, 7); type 2653 libavcodec/vp3.c if (type == 0) { type 2664 libavcodec/vp3.c } else if (type == 2) { type 3214 libavcodec/vp3.c .type = AVMEDIA_TYPE_VIDEO, type 3231 libavcodec/vp3.c .type = AVMEDIA_TYPE_VIDEO, type 3248 libavcodec/vp3.c .type = AVMEDIA_TYPE_VIDEO, type 48 libavcodec/vp3dsp.c int16_t *input, int type) type 125 libavcodec/vp3dsp.c if (type == 1) { // HACK type 143 libavcodec/vp3dsp.c if (type == 1) { type 169 libavcodec/vp3dsp.c if (type == 1) { type 199 libavcodec/vp3dsp.c int16_t *input, int type) type 273 libavcodec/vp3dsp.c if (type == 1) type 295 libavcodec/vp3dsp.c if (type == 1) { type 321 libavcodec/vp3dsp.c if (type == 1) { type 302 libavcodec/vp5.c .type = AVMEDIA_TYPE_VIDEO, type 59 libavcodec/vp56.c if (ff_vp56_reference_frame[s->macroblocks[offset].type] != ref_frame) type 85 libavcodec/vp56.c int i, ctx, type; type 95 libavcodec/vp56.c for (type=0; type<10; type++) { type 104 libavcodec/vp56.c model->mb_types_stats[ctx][type][i] += (delta ^ -sign) + sign; type 115 libavcodec/vp56.c for (type=0; type<10; type++) type 116 libavcodec/vp56.c p[type] = 100 * model->mb_types_stats[ctx][type][1]; type 118 libavcodec/vp56.c for (type=0; type<10; type++) { type 122 libavcodec/vp56.c model->mb_type[ctx][type][0] = 255 - (255 * model->mb_types_stats[ctx][type][0]) / (1 + model->mb_types_stats[ctx][type][0] + model->mb_types_stats[ctx][type][1]); type 124 libavcodec/vp56.c p[type] = 0; /* same MB type => weight is null */ type 136 libavcodec/vp56.c model->mb_type[ctx][type][1] = 1 + 255 * p0234/(1+p0234+p156789); type 137 libavcodec/vp56.c model->mb_type[ctx][type][2] = 1 + 255 * p02 / (1+p0234); type 138 libavcodec/vp56.c model->mb_type[ctx][type][3] = 1 + 255 * p17 / (1+p156789); type 139 libavcodec/vp56.c model->mb_type[ctx][type][4] = 1 + 255 * p[0] / (1+p02); type 140 libavcodec/vp56.c model->mb_type[ctx][type][5] = 1 + 255 * p[3] / (1+p34); type 141 libavcodec/vp56.c model->mb_type[ctx][type][6] = 1 + 255 * p[1] / (1+p17); type 142 libavcodec/vp56.c model->mb_type[ctx][type][7] = 1 + 255 * p56 / (1+p5689); type 143 libavcodec/vp56.c model->mb_type[ctx][type][8] = 1 + 255 * p[5] / (1+p56); type 144 libavcodec/vp56.c model->mb_type[ctx][type][9] = 1 + 255 * p[8] / (1+p89); type 147 libavcodec/vp56.c p[type] = 100 * model->mb_types_stats[ctx][type][1]; type 167 libavcodec/vp56.c int type[4]; type 172 libavcodec/vp56.c type[b] = vp56_rac_gets(&s->c, 2); type 173 libavcodec/vp56.c if (type[b]) type 174 libavcodec/vp56.c type[b]++; /* only returns 0, 2, 3 or 4 (all INTER_PF) */ type 179 libavcodec/vp56.c switch (type[b]) { type 212 libavcodec/vp56.c s->macroblocks[row * s->mb_width + col].type = s->mb_type; type 268 libavcodec/vp56.c s->macroblocks[row * s->mb_width + col].type = s->mb_type; type 676 libavcodec/vp56.c s->macroblocks[block].type = VP56_MB_INTRA; type 102 libavcodec/vp56.h uint8_t type; type 709 libavcodec/vp6.c .type = AVMEDIA_TYPE_VIDEO, type 722 libavcodec/vp6.c .type = AVMEDIA_TYPE_VIDEO, type 735 libavcodec/vp6.c .type = AVMEDIA_TYPE_VIDEO, type 2940 libavcodec/vp8.c .type = AVMEDIA_TYPE_VIDEO, type 2955 libavcodec/vp8.c .type = AVMEDIA_TYPE_VIDEO, type 264 libavcodec/vp9.c #define assign(var, type, n) var = (type) p; p += s->sb_cols * (n) * sizeof(*var) type 1881 libavcodec/vp9.c .type = AVMEDIA_TYPE_VIDEO, type 1971 libavcodec/vp9dsp_template.c #define fpel_fn(type, sz) \ type 1972 libavcodec/vp9dsp_template.c static void type##sz##_c(uint8_t *dst, ptrdiff_t dst_stride, \ type 1976 libavcodec/vp9dsp_template.c type##_c(dst, dst_stride, src, src_stride, sz, h); \ type 2097 libavcodec/vp9dsp_template.c #define filter_fn_1d(sz, dir, dir_m, type, type_idx, avg) \ type 2098 libavcodec/vp9dsp_template.c static void avg##_8tap_##type##_##sz##dir##_c(uint8_t *dst, ptrdiff_t dst_stride, \ type 2106 libavcodec/vp9dsp_template.c #define filter_fn_2d(sz, type, type_idx, avg) \ type 2107 libavcodec/vp9dsp_template.c static void avg##_8tap_##type##_##sz##hv_c(uint8_t *dst, ptrdiff_t dst_stride, \ type 2276 libavcodec/vp9dsp_template.c #define init_fpel(idx1, idx2, sz, type) \ type 2277 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][0][0] = type##sz##_c; \ type 2278 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][0][0] = type##sz##_c; \ type 2279 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][0][0] = type##sz##_c; \ type 2280 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = type##sz##_c type 2297 libavcodec/vp9dsp_template.c #define init_subpel1_bd_aware(idx1, idx2, idxh, idxv, sz, dir, type) \ type 2298 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_8TAP_SMOOTH ][idx2][idxh][idxv] = type##_8tap_smooth_##sz##dir##_c; \ type 2299 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_8TAP_REGULAR][idx2][idxh][idxv] = type##_8tap_regular_##sz##dir##_c; \ type 2300 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_8TAP_SHARP ][idx2][idxh][idxv] = type##_8tap_sharp_##sz##dir##_c type 2305 libavcodec/vp9dsp_template.c #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type) \ type 2306 libavcodec/vp9dsp_template.c init_subpel1_bd_aware(idx1, idx2, idxh, idxv, sz, dir, type); \ type 2307 libavcodec/vp9dsp_template.c dsp->mc[idx1][FILTER_BILINEAR ][idx2][idxh][idxv] = type##_bilin_##sz##dir##_c type 2310 libavcodec/vp9dsp_template.c #define init_subpel2(idx, idxh, idxv, dir, type) \ type 2311 libavcodec/vp9dsp_template.c init_subpel1(0, idx, idxh, idxv, 64, dir, type); \ type 2312 libavcodec/vp9dsp_template.c init_subpel1(1, idx, idxh, idxv, 32, dir, type); \ type 2313 libavcodec/vp9dsp_template.c init_subpel1(2, idx, idxh, idxv, 16, dir, type); \ type 2314 libavcodec/vp9dsp_template.c init_subpel1(3, idx, idxh, idxv, 8, dir, type); \ type 2315 libavcodec/vp9dsp_template.c init_subpel1(4, idx, idxh, idxv, 4, dir, type) type 2317 libavcodec/vp9dsp_template.c #define init_subpel3(idx, type) \ type 2318 libavcodec/vp9dsp_template.c init_subpel2(idx, 1, 1, hv, type); \ type 2319 libavcodec/vp9dsp_template.c init_subpel2(idx, 0, 1, v, type); \ type 2320 libavcodec/vp9dsp_template.c init_subpel2(idx, 1, 0, h, type) type 2396 libavcodec/vp9dsp_template.c #define scaled_filter_fn(sz, type, type_idx, avg) \ type 2397 libavcodec/vp9dsp_template.c static void avg##_scaled_##type##_##sz##_c(uint8_t *dst, ptrdiff_t dst_stride, \ type 2510 libavcodec/vp9dsp_template.c #define init_scaled_bd_aware(idx1, idx2, sz, type) \ type 2511 libavcodec/vp9dsp_template.c dsp->smc[idx1][FILTER_8TAP_SMOOTH ][idx2] = type##_scaled_smooth_##sz##_c; \ type 2512 libavcodec/vp9dsp_template.c dsp->smc[idx1][FILTER_8TAP_REGULAR][idx2] = type##_scaled_regular_##sz##_c; \ type 2513 libavcodec/vp9dsp_template.c dsp->smc[idx1][FILTER_8TAP_SHARP ][idx2] = type##_scaled_sharp_##sz##_c type 2519 libavcodec/vp9dsp_template.c #define init_scaled(idx1, idx2, sz, type) \ type 2520 libavcodec/vp9dsp_template.c init_scaled_bd_aware(idx1, idx2, sz, type); \ type 2521 libavcodec/vp9dsp_template.c dsp->smc[idx1][FILTER_BILINEAR ][idx2] = type##_scaled_bilin_##sz##_c type 648 libavcodec/vqavideo.c .type = AVMEDIA_TYPE_VIDEO, type 774 libavcodec/wavpack.c void *dst_l, void *dst_r, const int type) type 816 libavcodec/wavpack.c if (type != AV_SAMPLE_FMT_S16P) { type 830 libavcodec/wavpack.c if (type != AV_SAMPLE_FMT_S16P) type 836 libavcodec/wavpack.c if (type != AV_SAMPLE_FMT_S16P) type 844 libavcodec/wavpack.c if (type != AV_SAMPLE_FMT_S16P) type 856 libavcodec/wavpack.c if (type != AV_SAMPLE_FMT_S16P) type 866 libavcodec/wavpack.c if (type == AV_SAMPLE_FMT_S16P) { type 878 libavcodec/wavpack.c if (type == AV_SAMPLE_FMT_FLTP) { type 881 libavcodec/wavpack.c } else if (type == AV_SAMPLE_FMT_S32P) { type 892 libavcodec/wavpack.c int size = av_get_bytes_per_sample(type); type 905 libavcodec/wavpack.c void *dst, const int type) type 936 libavcodec/wavpack.c if (type != AV_SAMPLE_FMT_S16P) type 947 libavcodec/wavpack.c if (type == AV_SAMPLE_FMT_FLTP) { type 949 libavcodec/wavpack.c } else if (type == AV_SAMPLE_FMT_S32P) { type 958 libavcodec/wavpack.c int size = av_get_bytes_per_sample(type); type 1706 libavcodec/wavpack.c .type = AVMEDIA_TYPE_AUDIO, type 2610 libavcodec/wavpackenc.c #define WRITE_DECWEIGHT(type) do { \ type 2611 libavcodec/wavpackenc.c temp = store_weight(type); \ type 2613 libavcodec/wavpackenc.c type = restore_weight(temp); \ type 2643 libavcodec/wavpackenc.c #define WRITE_DECSAMPLE(type) do { \ type 2644 libavcodec/wavpackenc.c temp = log2s(type); \ type 2645 libavcodec/wavpackenc.c type = wp_exp2(temp); \ type 2816 libavcodec/wavpackenc.c #define COPY_SAMPLES(type, offset, shift) do { \ type 2817 libavcodec/wavpackenc.c const type *sptr = (const type *)src; \ type 2963 libavcodec/wavpackenc.c .type = AVMEDIA_TYPE_AUDIO, type 255 libavcodec/wcmv.c .type = AVMEDIA_TYPE_VIDEO, type 1582 libavcodec/webp.c .type = AVMEDIA_TYPE_VIDEO, type 104 libavcodec/webvttdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 169 libavcodec/webvttenc.c if (sub->rects[i]->type != SUBTITLE_ASS) { type 230 libavcodec/webvttenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 980 libavcodec/wmadec.c .type = AVMEDIA_TYPE_AUDIO, type 996 libavcodec/wmadec.c .type = AVMEDIA_TYPE_AUDIO, type 431 libavcodec/wmaenc.c .type = AVMEDIA_TYPE_AUDIO, type 445 libavcodec/wmaenc.c .type = AVMEDIA_TYPE_AUDIO, type 1326 libavcodec/wmalosslessdec.c .type = AVMEDIA_TYPE_AUDIO, type 2003 libavcodec/wmaprodec.c .type = AVMEDIA_TYPE_AUDIO, type 2019 libavcodec/wmaprodec.c .type = AVMEDIA_TYPE_AUDIO, type 2034 libavcodec/wmaprodec.c .type = AVMEDIA_TYPE_AUDIO, type 2002 libavcodec/wmavoice.c .type = AVMEDIA_TYPE_AUDIO, type 302 libavcodec/wmv2dec.c int xy, wrap, diff, type; type 320 libavcodec/wmv2dec.c type = get_bits1(&s->gb); type 322 libavcodec/wmv2dec.c type = 2; type 324 libavcodec/wmv2dec.c if (type == 0) { type 327 libavcodec/wmv2dec.c } else if (type == 1) { type 533 libavcodec/wmv2dec.c .type = AVMEDIA_TYPE_VIDEO, type 227 libavcodec/wmv2enc.c .type = AVMEDIA_TYPE_VIDEO, type 153 libavcodec/wnv1.c .type = AVMEDIA_TYPE_VIDEO, type 115 libavcodec/wrapped_avframe.c .type = AVMEDIA_TYPE_VIDEO, type 124 libavcodec/wrapped_avframe.c .type = AVMEDIA_TYPE_VIDEO, type 176 libavcodec/ws-snd1.c .type = AVMEDIA_TYPE_AUDIO, type 161 libavcodec/x86/dirac_dwt_init.c void ff_spatial_idwt_init_x86(DWTContext *d, enum dwt_type type) type 170 libavcodec/x86/dirac_dwt_init.c switch (type) { type 197 libavcodec/x86/dirac_dwt_init.c switch (type) { type 223 libavcodec/x86/dirac_dwt_init.c switch (type) { type 114 libavcodec/x86/h264dsp_init.c #define LF_FUNCS(type, depth) \ type 37 libavcodec/x86/hevcdsp_init.c #define LFC_FUNCS(type, depth, opt) \ type 41 libavcodec/x86/hevcdsp_init.c #define LFL_FUNCS(type, depth, opt) \ type 149 libavcodec/x86/vp9dsp_init.c #define ipred_func(size, type, opt) \ type 150 libavcodec/x86/vp9dsp_init.c void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \ type 36 libavcodec/x86/vp9dsp_init.h #define decl_mc_func(avg, sz, dir, opt, type, f_sz, bpp) \ type 39 libavcodec/x86/vp9dsp_init.h int h, const type (*filter)[f_sz]) type 41 libavcodec/x86/vp9dsp_init.h #define decl_mc_funcs(sz, opt, type, fsz, bpp) \ type 42 libavcodec/x86/vp9dsp_init.h decl_mc_func(put, sz, h, opt, type, fsz, bpp); \ type 43 libavcodec/x86/vp9dsp_init.h decl_mc_func(avg, sz, h, opt, type, fsz, bpp); \ type 44 libavcodec/x86/vp9dsp_init.h decl_mc_func(put, sz, v, opt, type, fsz, bpp); \ type 45 libavcodec/x86/vp9dsp_init.h decl_mc_func(avg, sz, v, opt, type, fsz, bpp) type 47 libavcodec/x86/vp9dsp_init.h #define decl_ipred_fn(type, sz, bpp, opt) \ type 48 libavcodec/x86/vp9dsp_init.h void ff_vp9_ipred_##type##_##sz##x##sz##_##bpp##_##opt(uint8_t *dst, \ type 53 libavcodec/x86/vp9dsp_init.h #define decl_ipred_fns(type, bpp, opt4, opt8_16_32) \ type 54 libavcodec/x86/vp9dsp_init.h decl_ipred_fn(type, 4, bpp, opt4); \ type 55 libavcodec/x86/vp9dsp_init.h decl_ipred_fn(type, 8, bpp, opt8_16_32); \ type 56 libavcodec/x86/vp9dsp_init.h decl_ipred_fn(type, 16, bpp, opt8_16_32); \ type 57 libavcodec/x86/vp9dsp_init.h decl_ipred_fn(type, 32, bpp, opt8_16_32) type 71 libavcodec/x86/vp9dsp_init.h #define mc_rep_func(avg, sz, hsz, hszb, dir, opt, type, f_sz, bpp) \ type 75 libavcodec/x86/vp9dsp_init.h int h, const type (*filter)[f_sz]) \ type 83 libavcodec/x86/vp9dsp_init.h #define mc_rep_funcs(sz, hsz, hszb, opt, type, fsz, bpp) \ type 84 libavcodec/x86/vp9dsp_init.h mc_rep_func(put, sz, hsz, hszb, h, opt, type, fsz, bpp) \ type 85 libavcodec/x86/vp9dsp_init.h mc_rep_func(avg, sz, hsz, hszb, h, opt, type, fsz, bpp) \ type 86 libavcodec/x86/vp9dsp_init.h mc_rep_func(put, sz, hsz, hszb, v, opt, type, fsz, bpp) \ type 87 libavcodec/x86/vp9dsp_init.h mc_rep_func(avg, sz, hsz, hszb, v, opt, type, fsz, bpp) type 140 libavcodec/x86/vp9dsp_init.h #define init_fpel_func(idx1, idx2, sz, type, bpp, opt) \ type 144 libavcodec/x86/vp9dsp_init.h dsp->mc[idx1][FILTER_BILINEAR ][idx2][0][0] = ff_vp9_##type##sz##bpp##_##opt type 146 libavcodec/x86/vp9dsp_init.h #define init_subpel1(idx1, idx2, idxh, idxv, sz, dir, type, bpp, opt) \ type 148 libavcodec/x86/vp9dsp_init.h type##_8tap_smooth_##sz##dir##_##bpp##_##opt; \ type 150 libavcodec/x86/vp9dsp_init.h type##_8tap_regular_##sz##dir##_##bpp##_##opt; \ type 152 libavcodec/x86/vp9dsp_init.h type##_8tap_sharp_##sz##dir##_##bpp##_##opt type 154 libavcodec/x86/vp9dsp_init.h #define init_subpel2(idx1, idx2, sz, type, bpp, opt) \ type 155 libavcodec/x86/vp9dsp_init.h init_subpel1(idx1, idx2, 1, 1, sz, hv, type, bpp, opt); \ type 156 libavcodec/x86/vp9dsp_init.h init_subpel1(idx1, idx2, 0, 1, sz, v, type, bpp, opt); \ type 157 libavcodec/x86/vp9dsp_init.h init_subpel1(idx1, idx2, 1, 0, sz, h, type, bpp, opt) type 159 libavcodec/x86/vp9dsp_init.h #define init_subpel3_32_64(idx, type, bpp, opt) \ type 160 libavcodec/x86/vp9dsp_init.h init_subpel2(0, idx, 64, type, bpp, opt); \ type 161 libavcodec/x86/vp9dsp_init.h init_subpel2(1, idx, 32, type, bpp, opt) type 163 libavcodec/x86/vp9dsp_init.h #define init_subpel3_8to64(idx, type, bpp, opt) \ type 164 libavcodec/x86/vp9dsp_init.h init_subpel3_32_64(idx, type, bpp, opt); \ type 165 libavcodec/x86/vp9dsp_init.h init_subpel2(2, idx, 16, type, bpp, opt); \ type 166 libavcodec/x86/vp9dsp_init.h init_subpel2(3, idx, 8, type, bpp, opt) type 168 libavcodec/x86/vp9dsp_init.h #define init_subpel3(idx, type, bpp, opt) \ type 169 libavcodec/x86/vp9dsp_init.h init_subpel3_8to64(idx, type, bpp, opt); \ type 170 libavcodec/x86/vp9dsp_init.h init_subpel2(4, idx, 4, type, bpp, opt) type 172 libavcodec/x86/vp9dsp_init.h #define init_ipred_func(type, enum, sz, bpp, opt) \ type 174 libavcodec/x86/vp9dsp_init.h cat(ff_vp9_ipred_##type##_##sz##x##sz##_, bpp, _##opt) type 176 libavcodec/x86/vp9dsp_init.h #define init_8_16_32_ipred_funcs(type, enum, bpp, opt) \ type 177 libavcodec/x86/vp9dsp_init.h init_ipred_func(type, enum, 8, bpp, opt); \ type 178 libavcodec/x86/vp9dsp_init.h init_ipred_func(type, enum, 16, bpp, opt); \ type 179 libavcodec/x86/vp9dsp_init.h init_ipred_func(type, enum, 32, bpp, opt) type 181 libavcodec/x86/vp9dsp_init.h #define init_ipred_funcs(type, enum, bpp, opt) \ type 182 libavcodec/x86/vp9dsp_init.h init_ipred_func(type, enum, 4, bpp, opt); \ type 183 libavcodec/x86/vp9dsp_init.h init_8_16_32_ipred_funcs(type, enum, bpp, opt) type 59 libavcodec/x86/vp9dsp_init_16bpp.c #define decl_ipred_dir_funcs(type) \ type 60 libavcodec/x86/vp9dsp_init_16bpp.c decl_ipred_fns(type, 16, sse2, sse2); \ type 61 libavcodec/x86/vp9dsp_init_16bpp.c decl_ipred_fns(type, 16, ssse3, ssse3); \ type 62 libavcodec/x86/vp9dsp_init_16bpp.c decl_ipred_fns(type, 16, avx, avx) type 645 libavcodec/xan.c .type = AVMEDIA_TYPE_VIDEO, type 133 libavcodec/xbmdec.c .type = AVMEDIA_TYPE_VIDEO, type 61 libavcodec/xbmenc.c .type = AVMEDIA_TYPE_VIDEO, type 182 libavcodec/xfacedec.c .type = AVMEDIA_TYPE_VIDEO, type 217 libavcodec/xfaceenc.c .type = AVMEDIA_TYPE_VIDEO, type 133 libavcodec/xl.c .type = AVMEDIA_TYPE_VIDEO, type 441 libavcodec/xpmdec.c .type = AVMEDIA_TYPE_VIDEO, type 109 libavcodec/xsubdec.c sub->rects[0]->type = SUBTITLE_BITMAP; type 179 libavcodec/xsubdec.c .type = AVMEDIA_TYPE_SUBTITLE, type 230 libavcodec/xsubenc.c .type = AVMEDIA_TYPE_SUBTITLE, type 253 libavcodec/xwddec.c .type = AVMEDIA_TYPE_VIDEO, type 221 libavcodec/xwdenc.c .type = AVMEDIA_TYPE_VIDEO, type 443 libavcodec/xxan.c .type = AVMEDIA_TYPE_VIDEO, type 87 libavcodec/y41pdec.c .type = AVMEDIA_TYPE_VIDEO, type 86 libavcodec/y41penc.c .type = AVMEDIA_TYPE_VIDEO, type 475 libavcodec/ylc.c .type = AVMEDIA_TYPE_VIDEO, type 271 libavcodec/yop.c .type = AVMEDIA_TYPE_VIDEO, type 79 libavcodec/yuv4dec.c .type = AVMEDIA_TYPE_VIDEO, type 73 libavcodec/yuv4enc.c .type = AVMEDIA_TYPE_VIDEO, type 148 libavcodec/zerocodec.c .type = AVMEDIA_TYPE_VIDEO, type 660 libavcodec/zmbv.c .type = AVMEDIA_TYPE_VIDEO, type 434 libavcodec/zmbvenc.c .type = AVMEDIA_TYPE_VIDEO, type 127 libavdevice/avdevice.c int avdevice_app_to_dev_control_message(struct AVFormatContext *s, enum AVAppToDevMessageType type, type 132 libavdevice/avdevice.c return s->oformat->control_message(s, type, data, data_size); type 135 libavdevice/avdevice.c int avdevice_dev_to_app_control_message(struct AVFormatContext *s, enum AVDevToAppMessageType type, type 140 libavdevice/avdevice.c return s->control_message_cb(s, type, data, data_size); type 307 libavdevice/avdevice.h enum AVAppToDevMessageType type, type 321 libavdevice/avdevice.h enum AVDevToAppMessageType type, type 327 libavdevice/dshow.c AM_MEDIA_TYPE *type = NULL; type 342 libavdevice/dshow.c r = IAMStreamConfig_GetStreamCaps(config, i, &type, (void *) caps); type 346 libavdevice/dshow.c ff_print_AM_MEDIA_TYPE(type); type 357 libavdevice/dshow.c if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo)) { type 358 libavdevice/dshow.c VIDEOINFOHEADER *v = (void *) type->pbFormat; type 361 libavdevice/dshow.c } else if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo2)) { type 362 libavdevice/dshow.c VIDEOINFOHEADER2 *v = (void *) type->pbFormat; type 419 libavdevice/dshow.c if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) { type 420 libavdevice/dshow.c fx = (void *) type->pbFormat; type 449 libavdevice/dshow.c if (IAMStreamConfig_SetFormat(config, type) != S_OK) type 453 libavdevice/dshow.c if (type->pbFormat) type 454 libavdevice/dshow.c CoTaskMemFree(type->pbFormat); type 455 libavdevice/dshow.c CoTaskMemFree(type); type 475 libavdevice/dshow.c AM_MEDIA_TYPE *type = NULL; type 480 libavdevice/dshow.c if (IAMStreamConfig_GetFormat(config, &type) != S_OK) type 482 libavdevice/dshow.c if (!IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) type 485 libavdevice/dshow.c props.cbBuffer = (((WAVEFORMATEX *) type->pbFormat)->nAvgBytesPerSec) type 498 libavdevice/dshow.c if (type) { type 499 libavdevice/dshow.c if (type->pbFormat) type 500 libavdevice/dshow.c CoTaskMemFree(type->pbFormat); type 501 libavdevice/dshow.c CoTaskMemFree(type); type 602 libavdevice/dshow.c AM_MEDIA_TYPE *type; type 662 libavdevice/dshow.c while (!device_pin && IEnumMediaTypes_Next(types, 1, &type, NULL) == S_OK) { type 663 libavdevice/dshow.c if (IsEqualGUID(&type->majortype, mediatype[devtype])) { type 668 libavdevice/dshow.c CoTaskMemFree(type); type 940 libavdevice/dshow.c AM_MEDIA_TYPE type; type 945 libavdevice/dshow.c type.pbFormat = NULL; type 956 libavdevice/dshow.c libAVPin_ConnectionMediaType(ctx->capture_pin[devtype], &type); type 963 libavdevice/dshow.c if (IsEqualGUID(&type.formattype, &FORMAT_VideoInfo)) { type 964 libavdevice/dshow.c VIDEOINFOHEADER *v = (void *) type.pbFormat; type 967 libavdevice/dshow.c } else if (IsEqualGUID(&type.formattype, &FORMAT_VideoInfo2)) { type 968 libavdevice/dshow.c VIDEOINFOHEADER2 *v = (void *) type.pbFormat; type 1017 libavdevice/dshow.c if (IsEqualGUID(&type.formattype, &FORMAT_WaveFormatEx)) { type 1018 libavdevice/dshow.c fx = (void *) type.pbFormat; type 1037 libavdevice/dshow.c if (type.pbFormat) type 1038 libavdevice/dshow.c CoTaskMemFree(type.pbFormat); type 1049 libavdevice/dshow.c char *type; type 1051 libavdevice/dshow.c while ((type = strtok(tmp, "="))) { type 1055 libavdevice/dshow.c if (!strcmp(type, "video")) { type 1057 libavdevice/dshow.c } else if (!strcmp(type, "audio")) { type 46 libavdevice/dshow_capture.h void ff_print_AM_MEDIA_TYPE(const AM_MEDIA_TYPE *type); type 165 libavdevice/dshow_capture.h AM_MEDIA_TYPE type; type 232 libavdevice/dshow_capture.h AM_MEDIA_TYPE type; type 244 libavdevice/dshow_capture.h libAVEnumMediaTypes *libAVEnumMediaTypes_Create(const AM_MEDIA_TYPE *type); type 257 libavdevice/dshow_capture.h enum dshowDeviceType type; type 261 libavdevice/dshow_capture.h void (*callback)(void *priv_data, int index, uint8_t *buf, int buf_size, int64_t time, enum dshowDeviceType type); type 62 libavdevice/dshow_common.c #define dstruct(pctx, sname, var, type) \ type 63 libavdevice/dshow_common.c dshowdebug(" "#var":\t%"type"\n", sname->var) type 134 libavdevice/dshow_common.c void ff_print_AM_MEDIA_TYPE(const AM_MEDIA_TYPE *type) type 138 libavdevice/dshow_common.c ff_printGUID(&type->majortype); type 141 libavdevice/dshow_common.c ff_printGUID(&type->subtype); type 143 libavdevice/dshow_common.c dshowdebug(" bFixedSizeSamples\t%d\n", type->bFixedSizeSamples); type 144 libavdevice/dshow_common.c dshowdebug(" bTemporalCompression\t%d\n", type->bTemporalCompression); type 145 libavdevice/dshow_common.c dshowdebug(" lSampleSize\t%lu\n", type->lSampleSize); type 147 libavdevice/dshow_common.c ff_printGUID(&type->formattype); type 149 libavdevice/dshow_common.c dshowdebug(" pUnk\t%p\n", type->pUnk); type 150 libavdevice/dshow_common.c dshowdebug(" cbFormat\t%lu\n", type->cbFormat); type 151 libavdevice/dshow_common.c dshowdebug(" pbFormat\t%p\n", type->pbFormat); type 153 libavdevice/dshow_common.c if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo)) { type 154 libavdevice/dshow_common.c VIDEOINFOHEADER *v = (void *) type->pbFormat; type 163 libavdevice/dshow_common.c } else if (IsEqualGUID(&type->formattype, &FORMAT_VideoInfo2)) { type 164 libavdevice/dshow_common.c VIDEOINFOHEADER2 *v = (void *) type->pbFormat; type 179 libavdevice/dshow_common.c } else if (IsEqualGUID(&type->formattype, &FORMAT_WaveFormatEx)) { type 180 libavdevice/dshow_common.c WAVEFORMATEX *fx = (void *) type->pbFormat; type 38 libavdevice/dshow_enummediatypes.c if (!IsEqualGUID(&this->type.majortype, &GUID_NULL)) { type 39 libavdevice/dshow_enummediatypes.c AM_MEDIA_TYPE *type = av_malloc(sizeof(AM_MEDIA_TYPE)); type 40 libavdevice/dshow_enummediatypes.c if (!type) type 42 libavdevice/dshow_enummediatypes.c ff_copy_dshow_media_type(type, &this->type); type 43 libavdevice/dshow_enummediatypes.c *types = type; type 76 libavdevice/dshow_enummediatypes.c new = libAVEnumMediaTypes_Create(&this->type); type 85 libavdevice/dshow_enummediatypes.c libAVEnumMediaTypes_Setup(libAVEnumMediaTypes *this, const AM_MEDIA_TYPE *type) type 96 libavdevice/dshow_enummediatypes.c if (!type) { type 97 libavdevice/dshow_enummediatypes.c this->type.majortype = GUID_NULL; type 99 libavdevice/dshow_enummediatypes.c ff_copy_dshow_media_type(&this->type, type); type 104 libavdevice/dshow_enummediatypes.c DECLARE_CREATE(libAVEnumMediaTypes, libAVEnumMediaTypes_Setup(this, type), const AM_MEDIA_TYPE *type) type 165 libavdevice/dshow_filter.c enum dshowDeviceType type) type 188 libavdevice/dshow_filter.c this->type = type; type 198 libavdevice/dshow_filter.c DECLARE_CREATE(libAVFilter, libAVFilter_Setup(this, priv_data, callback, type), type 199 libavdevice/dshow_filter.c void *priv_data, void *callback, enum dshowDeviceType type) type 33 libavdevice/dshow_pin.c libAVPin_Connect(libAVPin *this, IPin *pin, const AM_MEDIA_TYPE *type) type 35 libavdevice/dshow_pin.c dshowdebug("libAVPin_Connect(%p, %p, %p)\n", this, pin, type); type 41 libavdevice/dshow_pin.c const AM_MEDIA_TYPE *type) type 43 libavdevice/dshow_pin.c enum dshowDeviceType devtype = this->filter->type; type 51 libavdevice/dshow_pin.c ff_print_AM_MEDIA_TYPE(type); type 53 libavdevice/dshow_pin.c if (!IsEqualGUID(&type->majortype, &MEDIATYPE_Video)) type 56 libavdevice/dshow_pin.c if (!IsEqualGUID(&type->majortype, &MEDIATYPE_Audio)) type 63 libavdevice/dshow_pin.c ff_copy_dshow_media_type(&this->type, type); type 96 libavdevice/dshow_pin.c libAVPin_ConnectionMediaType(libAVPin *this, AM_MEDIA_TYPE *type) type 100 libavdevice/dshow_pin.c if (!type) type 105 libavdevice/dshow_pin.c return ff_copy_dshow_media_type(type, &this->type); type 146 libavdevice/dshow_pin.c libAVPin_QueryAccept(libAVPin *this, const AM_MEDIA_TYPE *type) type 154 libavdevice/dshow_pin.c const AM_MEDIA_TYPE *type = NULL; type 160 libavdevice/dshow_pin.c new = libAVEnumMediaTypes_Create(type); type 259 libavdevice/dshow_pin.c if (this->type.pbFormat) { type 260 libavdevice/dshow_pin.c CoTaskMemFree(this->type.pbFormat); type 261 libavdevice/dshow_pin.c this->type.pbFormat = NULL; type 316 libavdevice/dshow_pin.c enum dshowDeviceType devtype = pin->filter->type; type 78 libavdevice/iec61883.c int type; ///< Stream type, to distinguish DV/HDV type 338 libavdevice/iec61883.c if (dv->type == IEC61883_AUTO) { type 346 libavdevice/iec61883.c dv->type = (response == 0x10 || response == 0x90 || response == 0x1A || response == 0x9A) ? type 362 libavdevice/iec61883.c if (CONFIG_MPEGTS_DEMUXER && dv->type == IEC61883_HDV) { type 397 libavdevice/iec61883.c if (dv->type == IEC61883_HDV) type 459 libavdevice/iec61883.c if (CONFIG_MPEGTS_DEMUXER && dv->type == IEC61883_HDV) { type 485 libavdevice/iec61883.c { "dvtype", "override autodetection of DV/HDV", offsetof(struct iec61883_data, type), AV_OPT_TYPE_INT, {.i64 = IEC61883_AUTO}, IEC61883_AUTO, IEC61883_HDV, AV_OPT_FLAG_DECODING_PARAM, "dvtype" }, type 125 libavdevice/lavfi.c enum AVMediaType type; type 254 libavdevice/lavfi.c type = avfilter_pad_get_type(inout->filter_ctx->output_pads, inout->pad_idx); type 256 libavdevice/lavfi.c if (type == AVMEDIA_TYPE_VIDEO && ! buffersink || type 257 libavdevice/lavfi.c type == AVMEDIA_TYPE_AUDIO && ! abuffersink) { type 262 libavdevice/lavfi.c if (type == AVMEDIA_TYPE_VIDEO) { type 270 libavdevice/lavfi.c } else if (type == AVMEDIA_TYPE_AUDIO) { type 370 libavdevice/lavfi.c if (frame->side_data[i]->type == AV_FRAME_DATA_A53_CC) type 104 libavdevice/opengl_enc.c typedef void (APIENTRY *FF_PFNGLVERTEXATTRIBPOINTERPROC) (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, uintptr_t pointer); type 116 libavdevice/opengl_enc.c typedef GLuint (APIENTRY *FF_PFNGLCREATESHADERPROC) (GLenum type); type 219 libavdevice/opengl_enc.c GLenum type; type 233 libavdevice/opengl_enc.c GLenum type; type 329 libavdevice/opengl_enc.c static int opengl_control_message(AVFormatContext *h, int type, void *data, size_t data_size) type 332 libavdevice/opengl_enc.c switch(type) { type 353 libavdevice/opengl_enc.c switch (event.type) { type 413 libavdevice/opengl_enc.c #define LOAD_OPENGL_FUN(name, type) \ type 414 libavdevice/opengl_enc.c procs->name = (type)SDL_GL_GetProcAddress(#name); \ type 500 libavdevice/opengl_enc.c #define LOAD_OPENGL_FUN(name, type) \ type 501 libavdevice/opengl_enc.c procs->name = (type)SelectedGetProcAddress(#name); \ type 640 libavdevice/opengl_enc.c static int opengl_type_size(GLenum type) type 642 libavdevice/opengl_enc.c switch(type) { type 662 libavdevice/opengl_enc.c opengl->type = opengl_format_desc[i].type; type 742 libavdevice/opengl_enc.c static av_cold GLuint opengl_load_shader(OpenGLContext *opengl, GLenum type, const char *source) type 744 libavdevice/opengl_enc.c GLuint shader = opengl->glprocs.glCreateShader(type); type 854 libavdevice/opengl_enc.c opengl->format, opengl->type, NULL); type 1132 libavdevice/opengl_enc.c int wordsize = opengl_type_size(opengl->type); type 1167 libavdevice/opengl_enc.c int bytes_per_pixel = opengl_type_size(opengl->type); \ type 1177 libavdevice/opengl_enc.c opengl->format, opengl->type, data); \ type 1184 libavdevice/opengl_enc.c opengl->format, opengl->type, data); \ type 1191 libavdevice/opengl_enc.c opengl->format, opengl->type, data); \ type 711 libavdevice/pulse_audio_enc.c static int pulse_control_message(AVFormatContext *h, int type, type 717 libavdevice/pulse_audio_enc.c switch(type) { type 252 libavdevice/sdl2.c switch (event.type) { type 196 libavdevice/v4l2.c struct v4l2_format fmt = { .type = V4L2_BUF_TYPE_VIDEO_CAPTURE }; type 255 libavdevice/v4l2.c switch (vfse.type) { type 275 libavdevice/v4l2.c static void list_formats(AVFormatContext *ctx, int type) type 278 libavdevice/v4l2.c struct v4l2_fmtdesc vfd = { .type = V4L2_BUF_TYPE_VIDEO_CAPTURE }; type 287 libavdevice/v4l2.c type & V4L_RAWFORMATS) { type 293 libavdevice/v4l2.c type & V4L_COMPFORMATS) { type 342 libavdevice/v4l2.c .type = V4L2_BUF_TYPE_VIDEO_CAPTURE, type 372 libavdevice/v4l2.c .type = V4L2_BUF_TYPE_VIDEO_CAPTURE, type 423 libavdevice/v4l2.c buf.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; type 496 libavdevice/v4l2.c .type = V4L2_BUF_TYPE_VIDEO_CAPTURE, type 601 libavdevice/v4l2.c enum v4l2_buf_type type; type 606 libavdevice/v4l2.c .type = V4L2_BUF_TYPE_VIDEO_CAPTURE, type 620 libavdevice/v4l2.c type = V4L2_BUF_TYPE_VIDEO_CAPTURE; type 621 libavdevice/v4l2.c if (v4l2_ioctl(s->fd, VIDIOC_STREAMON, &type) < 0) { type 633 libavdevice/v4l2.c enum v4l2_buf_type type; type 636 libavdevice/v4l2.c type = V4L2_BUF_TYPE_VIDEO_CAPTURE; type 640 libavdevice/v4l2.c v4l2_ioctl(s->fd, VIDIOC_STREAMOFF, &type); type 723 libavdevice/v4l2.c streamparm.type = V4L2_BUF_TYPE_VIDEO_CAPTURE; type 911 libavdevice/v4l2.c struct v4l2_format fmt = { .type = V4L2_BUF_TYPE_VIDEO_CAPTURE }; type 33 libavdevice/v4l2enc.c .type = V4L2_BUF_TYPE_VIDEO_OUTPUT type 94 libavdevice/vfwcap.c #define dstruct(pctx, sname, var, type) \ type 95 libavdevice/vfwcap.c av_log(pctx, AV_LOG_DEBUG, #var":\t%"type"\n", sname->var) type 310 libavdevice/xv.c if (event.type == ClientMessage && event.xclient.data.l[0] == xv->wm_delete_message) { type 348 libavdevice/xv.c static int xv_control_message(AVFormatContext *s, int type, void *data, size_t data_size) type 350 libavdevice/xv.c switch(type) { type 318 libavfilter/aeval.c .type = AVMEDIA_TYPE_AUDIO, type 463 libavfilter/aeval.c .type = AVMEDIA_TYPE_AUDIO, type 472 libavfilter/aeval.c .type = AVMEDIA_TYPE_AUDIO, type 196 libavfilter/af_acontrast.c .type = AVMEDIA_TYPE_AUDIO, type 206 libavfilter/af_acontrast.c .type = AVMEDIA_TYPE_AUDIO, type 51 libavfilter/af_acopy.c .type = AVMEDIA_TYPE_AUDIO, type 60 libavfilter/af_acopy.c .type = AVMEDIA_TYPE_AUDIO, type 125 libavfilter/af_acrossover.c pad.type = AVMEDIA_TYPE_AUDIO; type 357 libavfilter/af_acrossover.c .type = AVMEDIA_TYPE_AUDIO, type 338 libavfilter/af_acrusher.c .type = AVMEDIA_TYPE_AUDIO, type 348 libavfilter/af_acrusher.c .type = AVMEDIA_TYPE_AUDIO, type 743 libavfilter/af_adeclick.c .type = AVMEDIA_TYPE_AUDIO, type 752 libavfilter/af_adeclick.c .type = AVMEDIA_TYPE_AUDIO, type 95 libavfilter/af_adelay.c #define DELAY(name, type, fill) \ type 99 libavfilter/af_adelay.c const type *src = (type *)ssrc; \ type 100 libavfilter/af_adelay.c type *dst = (type *)ddst; \ type 101 libavfilter/af_adelay.c type *samples = (type *)d->samples; \ type 107 libavfilter/af_adelay.c memcpy(&samples[d->delay_index], src, len * sizeof(type)); \ type 108 libavfilter/af_adelay.c memset(dst, fill, len * sizeof(type)); \ type 147 libavfilter/af_adelay.c char type = 0; type 155 libavfilter/af_adelay.c ret = av_sscanf(arg, "%d%c", &d->delay, &type); type 156 libavfilter/af_adelay.c if (ret != 2 || type != 'S') { type 157 libavfilter/af_adelay.c div = type == 's' ? 1.0 : 1000.0; type 334 libavfilter/af_adelay.c .type = AVMEDIA_TYPE_AUDIO, type 343 libavfilter/af_adelay.c .type = AVMEDIA_TYPE_AUDIO, type 65 libavfilter/af_aderivative.c #define DERIVATIVE(name, type) \ type 72 libavfilter/af_aderivative.c const type *src = s[c]; \ type 73 libavfilter/af_aderivative.c type *dst = d[c]; \ type 74 libavfilter/af_aderivative.c type *prv = p[c]; \ type 77 libavfilter/af_aderivative.c const type current = src[n]; \ type 90 libavfilter/af_aderivative.c #define INTEGRAL(name, type) \ type 97 libavfilter/af_aderivative.c const type *src = s[c]; \ type 98 libavfilter/af_aderivative.c type *dst = d[c]; \ type 99 libavfilter/af_aderivative.c type *prv = p[c]; \ type 102 libavfilter/af_aderivative.c const type current = src[n]; \ type 174 libavfilter/af_aderivative.c .type = AVMEDIA_TYPE_AUDIO, type 184 libavfilter/af_aderivative.c .type = AVMEDIA_TYPE_AUDIO, type 188 libavfilter/af_aecho.c #define ECHO(name, type, min, max) \ type 203 libavfilter/af_aecho.c const type *s = (type *)src[chan]; \ type 204 libavfilter/af_aecho.c type *d = (type *)dst[chan]; \ type 205 libavfilter/af_aecho.c type *dbuf = (type *)delayptrs[chan]; \ type 365 libavfilter/af_aecho.c .type = AVMEDIA_TYPE_AUDIO, type 374 libavfilter/af_aecho.c .type = AVMEDIA_TYPE_AUDIO, type 42 libavfilter/af_aemphasis.c int mode, type; type 57 libavfilter/af_aemphasis.c { "type", "set filter type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=4}, 0, 8, FLAGS, "type" }, type 214 libavfilter/af_aemphasis.c switch (s->type) { type 272 libavfilter/af_aemphasis.c if (s->type == 7 || s->type == 8) { type 273 libavfilter/af_aemphasis.c double tau = (s->type == 7 ? 0.000050 : 0.000075); type 280 libavfilter/af_aemphasis.c if (s->type == 8) type 282 libavfilter/af_aemphasis.c if (s->type == 7) type 345 libavfilter/af_aemphasis.c .type = AVMEDIA_TYPE_AUDIO, type 355 libavfilter/af_aemphasis.c .type = AVMEDIA_TYPE_AUDIO, type 34 libavfilter/af_afade.c int type; type 164 libavfilter/af_afade.c #define FADE_PLANAR(name, type) \ type 174 libavfilter/af_afade.c type *d = (type *)dst[c]; \ type 175 libavfilter/af_afade.c const type *s = (type *)src[c]; \ type 182 libavfilter/af_afade.c #define FADE(name, type) \ type 187 libavfilter/af_afade.c type *d = (type *)dst[0]; \ type 188 libavfilter/af_afade.c const type *s = (type *)src[0]; \ type 235 libavfilter/af_afade.c { "type", "set the fade direction", OFFSET(type), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, 1, FLAGS, "type" }, type 236 libavfilter/af_afade.c { "t", "set the fade direction", OFFSET(type), AV_OPT_TYPE_INT, {.i64 = 0 }, 0, 1, FLAGS, "type" }, type 290 libavfilter/af_afade.c if ((!s->type && (s->start_sample + s->nb_samples < cur_sample)) || type 291 libavfilter/af_afade.c ( s->type && (cur_sample + nb_samples < s->start_sample))) type 303 libavfilter/af_afade.c if ((!s->type && (cur_sample + nb_samples < s->start_sample)) || type 304 libavfilter/af_afade.c ( s->type && (s->start_sample + s->nb_samples < cur_sample))) { type 310 libavfilter/af_afade.c if (!s->type) type 317 libavfilter/af_afade.c s->type ? -1 : 1, start, type 330 libavfilter/af_afade.c .type = AVMEDIA_TYPE_AUDIO, type 339 libavfilter/af_afade.c .type = AVMEDIA_TYPE_AUDIO, type 395 libavfilter/af_afade.c #define CROSSFADE_PLANAR(name, type) \ type 407 libavfilter/af_afade.c type *d = (type *)dst[c]; \ type 408 libavfilter/af_afade.c const type *s0 = (type *)cf0[c]; \ type 409 libavfilter/af_afade.c const type *s1 = (type *)cf1[c]; \ type 416 libavfilter/af_afade.c #define CROSSFADE(name, type) \ type 422 libavfilter/af_afade.c type *d = (type *)dst[0]; \ type 423 libavfilter/af_afade.c const type *s0 = (type *)cf0[0]; \ type 424 libavfilter/af_afade.c const type *s1 = (type *)cf1[0]; \ type 612 libavfilter/af_afade.c .type = AVMEDIA_TYPE_AUDIO, type 616 libavfilter/af_afade.c .type = AVMEDIA_TYPE_AUDIO, type 624 libavfilter/af_afade.c .type = AVMEDIA_TYPE_AUDIO, type 1407 libavfilter/af_afftdn.c .type = AVMEDIA_TYPE_AUDIO, type 1416 libavfilter/af_afftdn.c .type = AVMEDIA_TYPE_AUDIO, type 465 libavfilter/af_afftfilt.c .type = AVMEDIA_TYPE_AUDIO, type 474 libavfilter/af_afftfilt.c .type = AVMEDIA_TYPE_AUDIO, type 842 libavfilter/af_afir.c .type = AVMEDIA_TYPE_AUDIO, type 857 libavfilter/af_afir.c .type = AVMEDIA_TYPE_AUDIO, type 872 libavfilter/af_afir.c .type = AVMEDIA_TYPE_AUDIO, type 888 libavfilter/af_afir.c .type = AVMEDIA_TYPE_VIDEO, type 63 libavfilter/af_aformat.c #define PARSE_FORMATS(str, type, list, add_to_list, unref_fn, get_fmt, none, desc) \ type 76 libavfilter/af_aformat.c type fmt; \ type 135 libavfilter/af_aformat.c .type = AVMEDIA_TYPE_AUDIO, type 143 libavfilter/af_aformat.c .type = AVMEDIA_TYPE_AUDIO type 248 libavfilter/af_agate.c .type = AVMEDIA_TYPE_AUDIO, type 258 libavfilter/af_agate.c .type = AVMEDIA_TYPE_AUDIO, type 421 libavfilter/af_agate.c .type = AVMEDIA_TYPE_AUDIO, type 424 libavfilter/af_agate.c .type = AVMEDIA_TYPE_AUDIO, type 432 libavfilter/af_agate.c .type = AVMEDIA_TYPE_AUDIO, type 123 libavfilter/af_aiir.c #define IIR_CH(name, type, min, max, need_clipping) \ type 132 libavfilter/af_aiir.c const type *src = (const type *)in->extended_data[ch]; \ type 141 libavfilter/af_aiir.c type *dst = (type *)out->extended_data[ch]; \ type 179 libavfilter/af_aiir.c #define SERIAL_IIR_CH(name, type, min, max, need_clipping) \ type 188 libavfilter/af_aiir.c const type *src = (const type *)in->extended_data[ch]; \ type 189 libavfilter/af_aiir.c type *dst = (type *)out->extended_data[ch]; \ type 1163 libavfilter/af_aiir.c .type = AVMEDIA_TYPE_AUDIO, type 1177 libavfilter/af_aiir.c .type = AVMEDIA_TYPE_VIDEO, type 1217 libavfilter/af_aiir.c .type = AVMEDIA_TYPE_AUDIO, type 350 libavfilter/af_alimiter.c .type = AVMEDIA_TYPE_AUDIO, type 360 libavfilter/af_alimiter.c .type = AVMEDIA_TYPE_AUDIO, type 324 libavfilter/af_amerge.c .type = AVMEDIA_TYPE_AUDIO, type 339 libavfilter/af_amerge.c .type = AVMEDIA_TYPE_AUDIO, type 543 libavfilter/af_amix.c pad.type = AVMEDIA_TYPE_AUDIO; type 638 libavfilter/af_amix.c .type = AVMEDIA_TYPE_AUDIO, type 190 libavfilter/af_amultiply.c .type = AVMEDIA_TYPE_AUDIO, type 194 libavfilter/af_amultiply.c .type = AVMEDIA_TYPE_AUDIO, type 202 libavfilter/af_amultiply.c .type = AVMEDIA_TYPE_AUDIO, type 51 libavfilter/af_anequalizer.c int type; type 196 libavfilter/af_anequalizer.c .type = AVMEDIA_TYPE_AUDIO, type 205 libavfilter/af_anequalizer.c .type = AVMEDIA_TYPE_VIDEO, type 549 libavfilter/af_anequalizer.c switch (f->type) { type 610 libavfilter/af_anequalizer.c s->filters[s->nb_filters].type = 0; type 615 libavfilter/af_anequalizer.c &s->filters[s->nb_filters].type) != 5 && type 632 libavfilter/af_anequalizer.c s->filters[s->nb_filters].type = av_clip(s->filters[s->nb_filters].type, 0, NB_TYPES - 1); type 758 libavfilter/af_anequalizer.c .type = AVMEDIA_TYPE_AUDIO, type 346 libavfilter/af_anlmdn.c .type = AVMEDIA_TYPE_AUDIO, type 355 libavfilter/af_anlmdn.c .type = AVMEDIA_TYPE_AUDIO, type 299 libavfilter/af_anlms.c .type = AVMEDIA_TYPE_AUDIO, type 303 libavfilter/af_anlms.c .type = AVMEDIA_TYPE_AUDIO, type 311 libavfilter/af_anlms.c .type = AVMEDIA_TYPE_AUDIO, type 33 libavfilter/af_anull.c .type = AVMEDIA_TYPE_AUDIO, type 41 libavfilter/af_anull.c .type = AVMEDIA_TYPE_AUDIO, type 155 libavfilter/af_apad.c .type = AVMEDIA_TYPE_AUDIO, type 166 libavfilter/af_apad.c .type = AVMEDIA_TYPE_AUDIO, type 40 libavfilter/af_aphaser.c int type; type 64 libavfilter/af_aphaser.c { "type", "set modulation type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=WAVE_TRI}, 0, WAVE_NB-1, FLAGS, "type" }, type 121 libavfilter/af_aphaser.c #define PHASER_PLANAR(name, type) \ type 130 libavfilter/af_aphaser.c type *src = (type *)ssrc[c]; \ type 131 libavfilter/af_aphaser.c type *dst = (type *)ddst[c]; \ type 157 libavfilter/af_aphaser.c #define PHASER(name, type) \ type 163 libavfilter/af_aphaser.c type *src = (type *)ssrc[0]; \ type 164 libavfilter/af_aphaser.c type *dst = (type *)ddst[0]; \ type 220 libavfilter/af_aphaser.c ff_generate_wave_table(s->type, AV_SAMPLE_FMT_S32, type 278 libavfilter/af_aphaser.c .type = AVMEDIA_TYPE_AUDIO, type 287 libavfilter/af_aphaser.c .type = AVMEDIA_TYPE_AUDIO, type 234 libavfilter/af_apulsator.c .type = AVMEDIA_TYPE_AUDIO, type 244 libavfilter/af_apulsator.c .type = AVMEDIA_TYPE_AUDIO, type 327 libavfilter/af_aresample.c .type = AVMEDIA_TYPE_AUDIO, type 338 libavfilter/af_aresample.c .type = AVMEDIA_TYPE_AUDIO, type 203 libavfilter/af_arnndn.c #define ALLOC_LAYER(type, name) \ type 204 libavfilter/af_arnndn.c name = av_calloc(1, sizeof(type)); \ type 1512 libavfilter/af_arnndn.c .type = AVMEDIA_TYPE_AUDIO, type 1521 libavfilter/af_arnndn.c .type = AVMEDIA_TYPE_AUDIO, type 108 libavfilter/af_asetnsamples.c .type = AVMEDIA_TYPE_AUDIO, type 116 libavfilter/af_asetnsamples.c .type = AVMEDIA_TYPE_AUDIO, type 34 libavfilter/af_asetrate.c #define OPT_GENERIC(name, field, def, min, max, descr, type, deffield, ...) \ type 35 libavfilter/af_asetrate.c { name, descr, offsetof(CONTEXT, field), AV_OPT_TYPE_ ## type, \ type 94 libavfilter/af_asetrate.c .type = AVMEDIA_TYPE_AUDIO, type 103 libavfilter/af_asetrate.c .type = AVMEDIA_TYPE_AUDIO, type 173 libavfilter/af_ashowinfo.c av_log(ctx, AV_LOG_INFO, "unknown side data type: %d, size %d bytes", sd->type, sd->size); type 225 libavfilter/af_ashowinfo.c switch (sd->type) { type 242 libavfilter/af_ashowinfo.c .type = AVMEDIA_TYPE_AUDIO, type 251 libavfilter/af_ashowinfo.c .type = AVMEDIA_TYPE_AUDIO, type 41 libavfilter/af_asoftclip.c int type; type 52 libavfilter/af_asoftclip.c { "type", "set softclip type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=0}, 0, NB_TYPES-1, A, "types" }, type 109 libavfilter/af_asoftclip.c switch (s->type) { type 166 libavfilter/af_asoftclip.c switch (s->type) { type 293 libavfilter/af_asoftclip.c .type = AVMEDIA_TYPE_AUDIO, type 303 libavfilter/af_asoftclip.c .type = AVMEDIA_TYPE_AUDIO, type 156 libavfilter/af_asr.c .type = AVMEDIA_TYPE_AUDIO, type 166 libavfilter/af_asr.c .type = AVMEDIA_TYPE_AUDIO, type 377 libavfilter/af_astats.c int type = fpclassify(d); type 379 libavfilter/af_astats.c p->nb_nans += type == FP_NAN; type 380 libavfilter/af_astats.c p->nb_infs += type == FP_INFINITE; type 381 libavfilter/af_astats.c p->nb_denormals += type == FP_SUBNORMAL; type 386 libavfilter/af_astats.c int type = fpclassify(d); type 388 libavfilter/af_astats.c p->nb_nans += type == FP_NAN; type 389 libavfilter/af_astats.c p->nb_infs += type == FP_INFINITE; type 390 libavfilter/af_astats.c p->nb_denormals += type == FP_SUBNORMAL; type 556 libavfilter/af_astats.c #define UPDATE_STATS_P(type, update_func, update_float, channel_func) \ type 559 libavfilter/af_astats.c const type *src = (const type *)data[c]; \ type 560 libavfilter/af_astats.c const type * const srcend = src + samples; \ type 568 libavfilter/af_astats.c #define UPDATE_STATS_I(type, update_func, update_float, channel_func) \ type 571 libavfilter/af_astats.c const type *src = (const type *)data[0]; \ type 572 libavfilter/af_astats.c const type * const srcend = src + samples * channels; \ type 580 libavfilter/af_astats.c #define UPDATE_STATS(planar, type, sample, normalizer_suffix, int_sample) \ type 582 libavfilter/af_astats.c UPDATE_STATS_##planar(type, update_stat(s, p, sample, sample normalizer_suffix, int_sample), s->is_float ? update_float_stat(s, p, sample) : s->is_double ? update_double_stat(s, p, sample) : (void)NULL, ); \ type 584 libavfilter/af_astats.c UPDATE_STATS_##planar(type, update_minmax(s, p, sample), , p->nmin = p->min normalizer_suffix; p->nmax = p->max normalizer_suffix;); \ type 825 libavfilter/af_astats.c .type = AVMEDIA_TYPE_AUDIO, type 834 libavfilter/af_astats.c .type = AVMEDIA_TYPE_AUDIO, type 207 libavfilter/af_asubboost.c .type = AVMEDIA_TYPE_AUDIO, type 217 libavfilter/af_asubboost.c .type = AVMEDIA_TYPE_AUDIO, type 1189 libavfilter/af_atempo.c .type = AVMEDIA_TYPE_AUDIO, type 1200 libavfilter/af_atempo.c .type = AVMEDIA_TYPE_AUDIO, type 337 libavfilter/af_axcorrelate.c .type = AVMEDIA_TYPE_AUDIO, type 341 libavfilter/af_axcorrelate.c .type = AVMEDIA_TYPE_AUDIO, type 349 libavfilter/af_axcorrelate.c .type = AVMEDIA_TYPE_AUDIO, type 178 libavfilter/af_biquads.c #define BIQUAD_FILTER(name, type, min, max, need_clipping) \ type 187 libavfilter/af_biquads.c const type *ibuf = input; \ type 188 libavfilter/af_biquads.c type *obuf = output; \ type 549 libavfilter/af_biquads.c .type = AVMEDIA_TYPE_AUDIO, type 558 libavfilter/af_biquads.c .type = AVMEDIA_TYPE_AUDIO, type 199 libavfilter/af_bs2b.c .type = AVMEDIA_TYPE_AUDIO, type 208 libavfilter/af_bs2b.c .type = AVMEDIA_TYPE_AUDIO, type 395 libavfilter/af_channelmap.c .type = AVMEDIA_TYPE_AUDIO, type 406 libavfilter/af_channelmap.c .type = AVMEDIA_TYPE_AUDIO type 85 libavfilter/af_channelsplit.c pad.type = AVMEDIA_TYPE_AUDIO; type 165 libavfilter/af_channelsplit.c .type = AVMEDIA_TYPE_AUDIO, type 356 libavfilter/af_chorus.c .type = AVMEDIA_TYPE_AUDIO, type 365 libavfilter/af_chorus.c .type = AVMEDIA_TYPE_AUDIO, type 571 libavfilter/af_compand.c .type = AVMEDIA_TYPE_AUDIO, type 582 libavfilter/af_compand.c .type = AVMEDIA_TYPE_AUDIO, type 174 libavfilter/af_compensationdelay.c .type = AVMEDIA_TYPE_AUDIO, type 184 libavfilter/af_compensationdelay.c .type = AVMEDIA_TYPE_AUDIO, type 166 libavfilter/af_crossfeed.c .type = AVMEDIA_TYPE_AUDIO, type 176 libavfilter/af_crossfeed.c .type = AVMEDIA_TYPE_AUDIO, type 291 libavfilter/af_crystalizer.c .type = AVMEDIA_TYPE_AUDIO, type 301 libavfilter/af_crystalizer.c .type = AVMEDIA_TYPE_AUDIO, type 149 libavfilter/af_dcshift.c .type = AVMEDIA_TYPE_AUDIO, type 158 libavfilter/af_dcshift.c .type = AVMEDIA_TYPE_AUDIO, type 219 libavfilter/af_deesser.c .type = AVMEDIA_TYPE_AUDIO, type 229 libavfilter/af_deesser.c .type = AVMEDIA_TYPE_AUDIO, type 209 libavfilter/af_drmeter.c .type = AVMEDIA_TYPE_AUDIO, type 218 libavfilter/af_drmeter.c .type = AVMEDIA_TYPE_AUDIO, type 856 libavfilter/af_dynaudnorm.c .type = AVMEDIA_TYPE_AUDIO, type 865 libavfilter/af_dynaudnorm.c .type = AVMEDIA_TYPE_AUDIO, type 153 libavfilter/af_earwax.c .type = AVMEDIA_TYPE_AUDIO, type 162 libavfilter/af_earwax.c .type = AVMEDIA_TYPE_AUDIO, type 109 libavfilter/af_extrastereo.c .type = AVMEDIA_TYPE_AUDIO, type 118 libavfilter/af_extrastereo.c .type = AVMEDIA_TYPE_AUDIO, type 956 libavfilter/af_firequalizer.c .type = AVMEDIA_TYPE_AUDIO, type 966 libavfilter/af_firequalizer.c .type = AVMEDIA_TYPE_AUDIO, type 221 libavfilter/af_flanger.c .type = AVMEDIA_TYPE_AUDIO, type 231 libavfilter/af_flanger.c .type = AVMEDIA_TYPE_AUDIO, type 204 libavfilter/af_haas.c .type = AVMEDIA_TYPE_AUDIO, type 214 libavfilter/af_haas.c .type = AVMEDIA_TYPE_AUDIO, type 1760 libavfilter/af_hdcd.c .type = AVMEDIA_TYPE_AUDIO, type 1770 libavfilter/af_hdcd.c .type = AVMEDIA_TYPE_AUDIO, type 45 libavfilter/af_headphone.c int type; type 374 libavfilter/af_headphone.c if (s->type == TIME_DOMAIN) { type 411 libavfilter/af_headphone.c if (s->type == FREQUENCY_DOMAIN) { type 440 libavfilter/af_headphone.c if (s->type == TIME_DOMAIN) { type 463 libavfilter/af_headphone.c if (s->type == TIME_DOMAIN) { type 509 libavfilter/af_headphone.c if (s->type == TIME_DOMAIN) { type 552 libavfilter/af_headphone.c if (s->type == TIME_DOMAIN) { type 581 libavfilter/af_headphone.c if (s->type == TIME_DOMAIN) { type 754 libavfilter/af_headphone.c .type = AVMEDIA_TYPE_AUDIO, type 775 libavfilter/af_headphone.c .type = AVMEDIA_TYPE_AUDIO, type 851 libavfilter/af_headphone.c { "type", "set processing", OFFSET(type), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, .flags = FLAGS, "type" }, type 866 libavfilter/af_headphone.c .type = AVMEDIA_TYPE_AUDIO, type 191 libavfilter/af_join.c pad.type = AVMEDIA_TYPE_AUDIO; type 525 libavfilter/af_join.c .type = AVMEDIA_TYPE_AUDIO, type 573 libavfilter/af_ladspa.c pad.type = AVMEDIA_TYPE_AUDIO; type 727 libavfilter/af_ladspa.c .type = AVMEDIA_TYPE_AUDIO, type 906 libavfilter/af_loudnorm.c .type = AVMEDIA_TYPE_AUDIO, type 917 libavfilter/af_loudnorm.c .type = AVMEDIA_TYPE_AUDIO, type 196 libavfilter/af_lv2.c s->seq_in[0].atom.type = uri_table_map(&s->uri_table, LV2_ATOM__Sequence); type 198 libavfilter/af_lv2.c s->seq_out->atom.type = uri_table_map(&s->uri_table, LV2_ATOM__Chunk); type 460 libavfilter/af_lv2.c pad.type = AVMEDIA_TYPE_AUDIO; type 584 libavfilter/af_lv2.c .type = AVMEDIA_TYPE_AUDIO, type 662 libavfilter/af_mcompand.c .type = AVMEDIA_TYPE_AUDIO, type 671 libavfilter/af_mcompand.c .type = AVMEDIA_TYPE_AUDIO, type 436 libavfilter/af_pan.c .type = AVMEDIA_TYPE_AUDIO, type 446 libavfilter/af_pan.c .type = AVMEDIA_TYPE_AUDIO, type 592 libavfilter/af_replaygain.c .type = AVMEDIA_TYPE_AUDIO, type 602 libavfilter/af_replaygain.c .type = AVMEDIA_TYPE_AUDIO, type 331 libavfilter/af_resample.c .type = AVMEDIA_TYPE_AUDIO, type 340 libavfilter/af_resample.c .type = AVMEDIA_TYPE_AUDIO, type 222 libavfilter/af_rubberband.c .type = AVMEDIA_TYPE_AUDIO, type 231 libavfilter/af_rubberband.c .type = AVMEDIA_TYPE_AUDIO, type 373 libavfilter/af_sidechaincompress.c .type = AVMEDIA_TYPE_AUDIO, type 376 libavfilter/af_sidechaincompress.c .type = AVMEDIA_TYPE_AUDIO, type 384 libavfilter/af_sidechaincompress.c .type = AVMEDIA_TYPE_AUDIO, type 471 libavfilter/af_sidechaincompress.c .type = AVMEDIA_TYPE_AUDIO, type 480 libavfilter/af_sidechaincompress.c .type = AVMEDIA_TYPE_AUDIO, type 120 libavfilter/af_silencedetect.c #define SILENCE_DETECT(name, type) \ type 125 libavfilter/af_silencedetect.c const type *p = (const type *)insamples->data[0]; \ type 126 libavfilter/af_silencedetect.c const type noise = s->noise; \ type 246 libavfilter/af_silencedetect.c .type = AVMEDIA_TYPE_AUDIO, type 256 libavfilter/af_silencedetect.c .type = AVMEDIA_TYPE_AUDIO, type 655 libavfilter/af_silenceremove.c .type = AVMEDIA_TYPE_AUDIO, type 665 libavfilter/af_silenceremove.c .type = AVMEDIA_TYPE_AUDIO, type 101 libavfilter/af_sofalizer.c int type; /* processing type */ type 591 libavfilter/af_sofalizer.c if (s->type == TIME_DOMAIN) { type 593 libavfilter/af_sofalizer.c } else if (s->type == FREQUENCY_DOMAIN) { type 749 libavfilter/af_sofalizer.c if (s->type == TIME_DOMAIN) { type 775 libavfilter/af_sofalizer.c if (s->type == TIME_DOMAIN) { type 835 libavfilter/af_sofalizer.c if (s->type == FREQUENCY_DOMAIN) { type 852 libavfilter/af_sofalizer.c if (s->type == TIME_DOMAIN) { type 855 libavfilter/af_sofalizer.c } else if (s->type == FREQUENCY_DOMAIN) { type 882 libavfilter/af_sofalizer.c if (s->type == FREQUENCY_DOMAIN) { type 899 libavfilter/af_sofalizer.c if (s->type == TIME_DOMAIN) { type 906 libavfilter/af_sofalizer.c } else if (s->type == FREQUENCY_DOMAIN) { type 930 libavfilter/af_sofalizer.c if (s->type == FREQUENCY_DOMAIN) { type 994 libavfilter/af_sofalizer.c if (s->type == FREQUENCY_DOMAIN) type 1053 libavfilter/af_sofalizer.c { "type", "set processing", OFFSET(type), AV_OPT_TYPE_INT, {.i64=1}, 0, 1, .flags = FLAGS, "type" }, type 1072 libavfilter/af_sofalizer.c .type = AVMEDIA_TYPE_AUDIO, type 1081 libavfilter/af_sofalizer.c .type = AVMEDIA_TYPE_AUDIO, type 337 libavfilter/af_stereotools.c .type = AVMEDIA_TYPE_AUDIO, type 347 libavfilter/af_stereotools.c .type = AVMEDIA_TYPE_AUDIO, type 144 libavfilter/af_stereowiden.c .type = AVMEDIA_TYPE_AUDIO, type 154 libavfilter/af_stereowiden.c .type = AVMEDIA_TYPE_AUDIO, type 335 libavfilter/af_superequalizer.c .type = AVMEDIA_TYPE_AUDIO, type 344 libavfilter/af_superequalizer.c .type = AVMEDIA_TYPE_AUDIO, type 1773 libavfilter/af_surround.c .type = AVMEDIA_TYPE_AUDIO, type 1782 libavfilter/af_surround.c .type = AVMEDIA_TYPE_AUDIO, type 148 libavfilter/af_tremolo.c .type = AVMEDIA_TYPE_AUDIO, type 158 libavfilter/af_tremolo.c .type = AVMEDIA_TYPE_AUDIO, type 186 libavfilter/af_vibrato.c .type = AVMEDIA_TYPE_AUDIO, type 196 libavfilter/af_vibrato.c .type = AVMEDIA_TYPE_AUDIO, type 469 libavfilter/af_volume.c .type = AVMEDIA_TYPE_AUDIO, type 478 libavfilter/af_volume.c .type = AVMEDIA_TYPE_AUDIO, type 144 libavfilter/af_volumedetect.c .type = AVMEDIA_TYPE_AUDIO, type 153 libavfilter/af_volumedetect.c .type = AVMEDIA_TYPE_AUDIO, type 34 libavfilter/asink_anullsink.c .type = AVMEDIA_TYPE_AUDIO, type 313 libavfilter/asrc_afirsrc.c .type = AVMEDIA_TYPE_AUDIO, type 243 libavfilter/asrc_anoisesrc.c .type = AVMEDIA_TYPE_AUDIO, type 129 libavfilter/asrc_anullsrc.c .type = AVMEDIA_TYPE_AUDIO, type 270 libavfilter/asrc_flite.c .type = AVMEDIA_TYPE_AUDIO, type 183 libavfilter/asrc_hilbert.c .type = AVMEDIA_TYPE_AUDIO, type 419 libavfilter/asrc_sinc.c .type = AVMEDIA_TYPE_AUDIO, type 53 libavfilter/asrc_sine.c #define OPT_GENERIC(name, field, def, min, max, descr, type, deffield, ...) \ type 54 libavfilter/asrc_sine.c { name, descr, offsetof(CONTEXT, field), AV_OPT_TYPE_ ## type, \ type 265 libavfilter/asrc_sine.c .type = AVMEDIA_TYPE_AUDIO, type 249 libavfilter/avf_abitscope.c .type = AVMEDIA_TYPE_AUDIO, type 258 libavfilter/avf_abitscope.c .type = AVMEDIA_TYPE_VIDEO, type 412 libavfilter/avf_ahistogram.c .type = AVMEDIA_TYPE_AUDIO, type 421 libavfilter/avf_ahistogram.c .type = AVMEDIA_TYPE_VIDEO, type 245 libavfilter/avf_aphasemeter.c .type = AVMEDIA_TYPE_AUDIO, type 258 libavfilter/avf_aphasemeter.c .type = AVMEDIA_TYPE_VIDEO, type 276 libavfilter/avf_aphasemeter.c .type = AVMEDIA_TYPE_AUDIO, type 403 libavfilter/avf_avectorscope.c .type = AVMEDIA_TYPE_AUDIO, type 412 libavfilter/avf_avectorscope.c .type = AVMEDIA_TYPE_VIDEO, type 78 libavfilter/avf_concat.c unsigned type, nb_str, idx0 = 0, idx, str, seg; type 83 libavfilter/avf_concat.c for (type = 0; type < TYPE_ALL; type++) { type 84 libavfilter/avf_concat.c nb_str = cat->nb_streams[type]; type 89 libavfilter/avf_concat.c formats = ff_all_formats(type); type 93 libavfilter/avf_concat.c if (type == AVMEDIA_TYPE_AUDIO) { type 106 libavfilter/avf_concat.c if (type == AVMEDIA_TYPE_AUDIO) { type 304 libavfilter/avf_concat.c unsigned seg, type, str; type 309 libavfilter/avf_concat.c for (type = 0; type < TYPE_ALL; type++) { type 310 libavfilter/avf_concat.c for (str = 0; str < cat->nb_streams[type]; str++) { type 312 libavfilter/avf_concat.c .type = type, type 316 libavfilter/avf_concat.c pad.name = av_asprintf("in%d:%c%d", seg, "va"[type], str); type 325 libavfilter/avf_concat.c for (type = 0; type < TYPE_ALL; type++) { type 326 libavfilter/avf_concat.c for (str = 0; str < cat->nb_streams[type]; str++) { type 328 libavfilter/avf_concat.c .type = type, type 331 libavfilter/avf_concat.c pad.name = av_asprintf("out:%c%d", "va"[type], str); type 1576 libavfilter/avf_showcqt.c .type = AVMEDIA_TYPE_AUDIO, type 1585 libavfilter/avf_showcqt.c .type = AVMEDIA_TYPE_VIDEO, type 514 libavfilter/avf_showfreqs.c .type = AVMEDIA_TYPE_AUDIO, type 522 libavfilter/avf_showfreqs.c .type = AVMEDIA_TYPE_VIDEO, type 347 libavfilter/avf_showspatial.c .type = AVMEDIA_TYPE_AUDIO, type 355 libavfilter/avf_showspatial.c .type = AVMEDIA_TYPE_VIDEO, type 1515 libavfilter/avf_showspectrum.c .type = AVMEDIA_TYPE_AUDIO, type 1523 libavfilter/avf_showspectrum.c .type = AVMEDIA_TYPE_VIDEO, type 1696 libavfilter/avf_showspectrum.c .type = AVMEDIA_TYPE_AUDIO, type 1705 libavfilter/avf_showspectrum.c .type = AVMEDIA_TYPE_VIDEO, type 486 libavfilter/avf_showvolume.c .type = AVMEDIA_TYPE_AUDIO, type 495 libavfilter/avf_showvolume.c .type = AVMEDIA_TYPE_VIDEO, type 748 libavfilter/avf_showwaves.c .type = AVMEDIA_TYPE_AUDIO, type 756 libavfilter/avf_showwaves.c .type = AVMEDIA_TYPE_VIDEO, type 857 libavfilter/avf_showwaves.c .type = AVMEDIA_TYPE_AUDIO, type 867 libavfilter/avf_showwaves.c .type = AVMEDIA_TYPE_VIDEO, type 148 libavfilter/avfilter.c if (src->output_pads[srcpad].type != dst->input_pads[dstpad].type) { type 151 libavfilter/avfilter.c src->name, srcpad, (char *)av_x_if_null(av_get_media_type_string(src->output_pads[srcpad].type), "?"), type 152 libavfilter/avfilter.c dst->name, dstpad, (char *)av_x_if_null(av_get_media_type_string(dst-> input_pads[dstpad].type), "?")); type 166 libavfilter/avfilter.c link->type = src->output_pads[srcpad].type; type 325 libavfilter/avfilter.c switch (link->type) { type 385 libavfilter/avfilter.c if (link->type == AVMEDIA_TYPE_VIDEO) { type 808 libavfilter/avfilter.c if (o->type == AV_OPT_TYPE_CONST || o->offset == offset) type 1036 libavfilter/avfilter.c return pads[pad_idx].type; type 1081 libavfilter/avfilter.c if (link->type == AVMEDIA_TYPE_VIDEO) { type 1530 libavfilter/avfilter.c switch (link->type) { type 1549 libavfilter/avfilter.c switch (link->type) { type 446 libavfilter/avfilter.h enum AVMediaType type; ///< filter media type type 228 libavfilter/avfiltergraph.c pad->name, av_get_media_type_string(pad->type), filt->name, filt->filter->name); type 238 libavfilter/avfiltergraph.c pad->name, av_get_media_type_string(pad->type), filt->name, filt->filter->name); type 280 libavfilter/avfiltergraph.c if (l->type == AVMEDIA_TYPE_VIDEO) { type 322 libavfilter/avfiltergraph.c enum AVMediaType type = ctx->inputs && ctx->inputs [0] ? ctx->inputs [0]->type : type 323 libavfilter/avfiltergraph.c ctx->outputs && ctx->outputs[0] ? ctx->outputs[0]->type : type 338 libavfilter/avfiltergraph.c formats = ff_all_formats(type); type 341 libavfilter/avfiltergraph.c if (type == AVMEDIA_TYPE_AUDIO) { type 359 libavfilter/avfiltergraph.c if (f->inputs[i]->type == AVMEDIA_TYPE_AUDIO && type 367 libavfilter/avfiltergraph.c if (f->outputs[i]->type == AVMEDIA_TYPE_AUDIO && type 390 libavfilter/avfiltergraph.c enum AVMediaType type, type 414 libavfilter/avfiltergraph.c ret = ff_merge_formats(a, b, type); type 479 libavfilter/avfiltergraph.c link->type, 0)) type 481 libavfilter/avfiltergraph.c if (link->type == AVMEDIA_TYPE_AUDIO) { type 500 libavfilter/avfiltergraph.c if (link->type == AVMEDIA_TYPE_AUDIO) { type 514 libavfilter/avfiltergraph.c link->type)) type 534 libavfilter/avfiltergraph.c switch (link->type) { type 580 libavfilter/avfiltergraph.c if (outlink->type == AVMEDIA_TYPE_AUDIO) { type 590 libavfilter/avfiltergraph.c if (!ff_merge_formats( inlink->in_formats, inlink->out_formats, inlink->type) || type 591 libavfilter/avfiltergraph.c !ff_merge_formats(outlink->in_formats, outlink->out_formats, outlink->type)) type 593 libavfilter/avfiltergraph.c if (inlink->type == AVMEDIA_TYPE_AUDIO && type 599 libavfilter/avfiltergraph.c if (outlink->type == AVMEDIA_TYPE_AUDIO && type 682 libavfilter/avfiltergraph.c if (link->type == AVMEDIA_TYPE_VIDEO) { type 683 libavfilter/avfiltergraph.c if(ref && ref->type == AVMEDIA_TYPE_VIDEO){ type 697 libavfilter/avfiltergraph.c } else if (link->type == AVMEDIA_TYPE_AUDIO) { type 698 libavfilter/avfiltergraph.c if(ref && ref->type == AVMEDIA_TYPE_AUDIO){ type 715 libavfilter/avfiltergraph.c if (link->type == AVMEDIA_TYPE_AUDIO) { type 767 libavfilter/avfiltergraph.c if (link->type != out_link->type || \ type 814 libavfilter/avfiltergraph.c if (inlink->type != outlink->type || fmts->nb_channel_layouts == 1) type 866 libavfilter/avfiltergraph.c if (link->type == AVMEDIA_TYPE_AUDIO && type 879 libavfilter/avfiltergraph.c if (outlink->type != AVMEDIA_TYPE_AUDIO || type 948 libavfilter/avfiltergraph.c if (link->type == AVMEDIA_TYPE_AUDIO && type 959 libavfilter/avfiltergraph.c if (outlink->type != AVMEDIA_TYPE_AUDIO || type 1046 libavfilter/avfiltergraph.c if (link->type == AVMEDIA_TYPE_AUDIO && type 1060 libavfilter/avfiltergraph.c if (outlink->type != AVMEDIA_TYPE_AUDIO || type 1249 libavfilter/avfiltergraph.c fifo = f->inputs[j]->type == AVMEDIA_TYPE_VIDEO ? type 183 libavfilter/buffersink.c #define MAKE_AVFILTERLINK_ACCESSOR(type, field) \ type 184 libavfilter/buffersink.c type av_buffersink_get_##field(const AVFilterContext *ctx) { \ type 189 libavfilter/buffersink.c MAKE_AVFILTERLINK_ACCESSOR(enum AVMediaType , type ) type 309 libavfilter/buffersink.c .type = AVMEDIA_TYPE_VIDEO, type 329 libavfilter/buffersink.c .type = AVMEDIA_TYPE_AUDIO, type 105 libavfilter/buffersrc.c switch (ctx->filter->outputs[0].type) { type 211 libavfilter/buffersrc.c switch (ctx->outputs[0]->type) { type 387 libavfilter/buffersrc.c switch (ctx->outputs[0]->type) { type 418 libavfilter/buffersrc.c switch (link->type) { type 456 libavfilter/buffersrc.c .type = AVMEDIA_TYPE_VIDEO, type 480 libavfilter/buffersrc.c .type = AVMEDIA_TYPE_AUDIO, type 38 libavfilter/dnn/dnn_backend_native.c if (oprd->type != DOT_INPUT) type 65 libavfilter/dnn/dnn_backend_native.c if (oprd->type != DOT_INPUT) type 200 libavfilter/dnn/dnn_backend_native.c network->layers[layer].type = layer_type; type 225 libavfilter/dnn/dnn_backend_native.c oprd->type = (int32_t)avio_rl32(model_file_context); type 269 libavfilter/dnn/dnn_backend_native.c DNNLayerType layer_type = network->layers[layer].type; type 321 libavfilter/dnn/dnn_backend_native.c if (network->layers[layer].type == DLT_CONV2D){ type 52 libavfilter/dnn/dnn_backend_native.h DNNLayerType type; type 73 libavfilter/dnn/dnn_backend_native.h DNNOperandType type; type 532 libavfilter/dnn/dnn_backend_tf.c switch (conv_network->layers[layer].type){ type 315 libavfilter/ebur128.c #define EBUR128_FILTER(type, scaling_factor) \ type 316 libavfilter/ebur128.c static void ebur128_filter_##type(FFEBUR128State* st, const type** srcs, \ type 326 libavfilter/ebur128.c type v = srcs[c][src_index + i * stride]; \ type 461 libavfilter/ebur128.c #define FF_EBUR128_ADD_FRAMES_PLANAR(type) \ type 462 libavfilter/ebur128.c void ff_ebur128_add_frames_planar_##type(FFEBUR128State* st, const type** srcs, \ type 467 libavfilter/ebur128.c ebur128_filter_##type(st, srcs, src_index, st->d->needed_frames, stride); \ type 494 libavfilter/ebur128.c ebur128_filter_##type(st, srcs, src_index, frames, stride); \ type 508 libavfilter/ebur128.c #define FF_EBUR128_ADD_FRAMES(type) \ type 509 libavfilter/ebur128.c void ff_ebur128_add_frames_##type(FFEBUR128State* st, const type* src, \ type 512 libavfilter/ebur128.c const type **buf = (const type**)st->d->data_ptrs; \ type 515 libavfilter/ebur128.c ff_ebur128_add_frames_planar_##type(st, buf, frames, st->channels); \ type 96 libavfilter/f_bench.c .type = AVMEDIA_TYPE_VIDEO, type 105 libavfilter/f_bench.c .type = AVMEDIA_TYPE_VIDEO, type 128 libavfilter/f_bench.c .type = AVMEDIA_TYPE_AUDIO, type 137 libavfilter/f_bench.c .type = AVMEDIA_TYPE_AUDIO, type 104 libavfilter/f_cue.c .type = AVMEDIA_TYPE_VIDEO, type 112 libavfilter/f_cue.c .type = AVMEDIA_TYPE_VIDEO, type 135 libavfilter/f_cue.c .type = AVMEDIA_TYPE_AUDIO, type 143 libavfilter/f_cue.c .type = AVMEDIA_TYPE_AUDIO, type 458 libavfilter/f_drawgraph.c .type = AVMEDIA_TYPE_VIDEO, type 467 libavfilter/f_drawgraph.c .type = AVMEDIA_TYPE_VIDEO, type 496 libavfilter/f_drawgraph.c .type = AVMEDIA_TYPE_AUDIO, type 505 libavfilter/f_drawgraph.c .type = AVMEDIA_TYPE_VIDEO, type 531 libavfilter/f_ebur128.c .type = AVMEDIA_TYPE_VIDEO, type 544 libavfilter/f_ebur128.c .type = AVMEDIA_TYPE_AUDIO, type 1005 libavfilter/f_ebur128.c .type = AVMEDIA_TYPE_AUDIO, type 178 libavfilter/f_graphmonitor.c if (l->type == AVMEDIA_TYPE_VIDEO) { type 181 libavfilter/f_graphmonitor.c } else if (l->type == AVMEDIA_TYPE_AUDIO) { type 189 libavfilter/f_graphmonitor.c if (l->type == AVMEDIA_TYPE_VIDEO) { type 191 libavfilter/f_graphmonitor.c } else if (l->type == AVMEDIA_TYPE_AUDIO) { type 198 libavfilter/f_graphmonitor.c if (l->type == AVMEDIA_TYPE_VIDEO) { type 200 libavfilter/f_graphmonitor.c } else if (l->type == AVMEDIA_TYPE_AUDIO) { type 373 libavfilter/f_graphmonitor.c .type = AVMEDIA_TYPE_VIDEO, type 381 libavfilter/f_graphmonitor.c .type = AVMEDIA_TYPE_VIDEO, type 408 libavfilter/f_graphmonitor.c .type = AVMEDIA_TYPE_AUDIO, type 416 libavfilter/f_graphmonitor.c .type = AVMEDIA_TYPE_VIDEO, type 158 libavfilter/f_interleave.c inpad.type = outpad->type; type 160 libavfilter/f_interleave.c switch (outpad->type) { type 189 libavfilter/f_interleave.c if (outlink->type == AVMEDIA_TYPE_VIDEO) { type 227 libavfilter/f_interleave.c .type = AVMEDIA_TYPE_VIDEO, type 255 libavfilter/f_interleave.c .type = AVMEDIA_TYPE_AUDIO, type 64 libavfilter/f_loop.c ctx->input_pads[0].type == AVMEDIA_TYPE_VIDEO ? "frames" : "samples"); type 270 libavfilter/f_loop.c .type = AVMEDIA_TYPE_AUDIO, type 279 libavfilter/f_loop.c .type = AVMEDIA_TYPE_AUDIO, type 444 libavfilter/f_loop.c .type = AVMEDIA_TYPE_VIDEO, type 452 libavfilter/f_loop.c .type = AVMEDIA_TYPE_VIDEO, type 372 libavfilter/f_metadata.c .type = AVMEDIA_TYPE_AUDIO, type 381 libavfilter/f_metadata.c .type = AVMEDIA_TYPE_AUDIO, type 407 libavfilter/f_metadata.c .type = AVMEDIA_TYPE_VIDEO, type 416 libavfilter/f_metadata.c .type = AVMEDIA_TYPE_VIDEO, type 122 libavfilter/f_perms.c .type = AVMEDIA_TYPE_AUDIO, type 131 libavfilter/f_perms.c .type = AVMEDIA_TYPE_AUDIO, type 155 libavfilter/f_perms.c .type = AVMEDIA_TYPE_VIDEO, type 164 libavfilter/f_perms.c .type = AVMEDIA_TYPE_VIDEO, type 81 libavfilter/f_realtime.c .type = AVMEDIA_TYPE_VIDEO, type 90 libavfilter/f_realtime.c .type = AVMEDIA_TYPE_VIDEO, type 113 libavfilter/f_realtime.c .type = AVMEDIA_TYPE_AUDIO, type 122 libavfilter/f_realtime.c .type = AVMEDIA_TYPE_AUDIO, type 121 libavfilter/f_reverse.c .type = AVMEDIA_TYPE_VIDEO, type 130 libavfilter/f_reverse.c .type = AVMEDIA_TYPE_VIDEO, type 281 libavfilter/f_reverse.c .type = AVMEDIA_TYPE_AUDIO, type 291 libavfilter/f_reverse.c .type = AVMEDIA_TYPE_AUDIO, type 193 libavfilter/f_select.c pad.type = ctx->filter->inputs[0].type; type 263 libavfilter/f_select.c inlink->type == AVMEDIA_TYPE_AUDIO ? inlink->sample_rate : NAN; type 349 libavfilter/f_select.c switch (inlink->type) { type 377 libavfilter/f_select.c switch (inlink->type) { type 407 libavfilter/f_select.c if (inlink->type == AVMEDIA_TYPE_AUDIO) type 475 libavfilter/f_select.c .type = AVMEDIA_TYPE_AUDIO, type 539 libavfilter/f_select.c .type = AVMEDIA_TYPE_VIDEO, type 569 libavfilter/f_sendcmd.c switch (inlink->type) { type 586 libavfilter/f_sendcmd.c .type = AVMEDIA_TYPE_VIDEO, type 595 libavfilter/f_sendcmd.c .type = AVMEDIA_TYPE_VIDEO, type 621 libavfilter/f_sendcmd.c .type = AVMEDIA_TYPE_AUDIO, type 630 libavfilter/f_sendcmd.c .type = AVMEDIA_TYPE_AUDIO, type 42 libavfilter/f_sidedata.c int type; // enum AVFrameSideDataType or -1 for delete side data mode type 52 libavfilter/f_sidedata.c { "type", "set side data type", OFFSET(type), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, INT_MAX, FLAGS, "type" }, \ type 82 libavfilter/f_sidedata.c { "type", "set side data type", OFFSET(type), AV_OPT_TYPE_INT, {.i64 = -1 }, -1, INT_MAX, FLAGS, "type" }, \ type 110 libavfilter/f_sidedata.c if (s->type == -1 && s->mode != SIDEDATA_DELETE) { type 125 libavfilter/f_sidedata.c if (s->type != -1) type 126 libavfilter/f_sidedata.c sd = av_frame_get_side_data(frame, s->type); type 135 libavfilter/f_sidedata.c if (s->type == -1) { type 137 libavfilter/f_sidedata.c av_frame_remove_side_data(frame, frame->side_data[0]->type); type 139 libavfilter/f_sidedata.c av_frame_remove_side_data(frame, s->type); type 160 libavfilter/f_sidedata.c .type = AVMEDIA_TYPE_AUDIO, type 169 libavfilter/f_sidedata.c .type = AVMEDIA_TYPE_AUDIO, type 194 libavfilter/f_sidedata.c .type = AVMEDIA_TYPE_VIDEO, type 203 libavfilter/f_sidedata.c .type = AVMEDIA_TYPE_VIDEO, type 112 libavfilter/f_streamselect.c switch (outlink->type) { type 161 libavfilter/f_streamselect.c pad.type = is_audio ? AVMEDIA_TYPE_AUDIO : AVMEDIA_TYPE_VIDEO; type 313 libavfilter/f_streamselect.c formats = ff_all_formats(ctx->inputs[i]->type); type 317 libavfilter/f_streamselect.c if (ctx->inputs[i]->type == AVMEDIA_TYPE_AUDIO) { type 214 libavfilter/f_zmq.c .type = AVMEDIA_TYPE_VIDEO, type 223 libavfilter/f_zmq.c .type = AVMEDIA_TYPE_VIDEO, type 249 libavfilter/f_zmq.c .type = AVMEDIA_TYPE_AUDIO, type 258 libavfilter/f_zmq.c .type = AVMEDIA_TYPE_AUDIO, type 258 libavfilter/fifo.c .type = AVMEDIA_TYPE_VIDEO, type 267 libavfilter/fifo.c .type = AVMEDIA_TYPE_VIDEO, type 286 libavfilter/fifo.c .type = AVMEDIA_TYPE_AUDIO, type 295 libavfilter/fifo.c .type = AVMEDIA_TYPE_AUDIO, type 37 libavfilter/formats.c #define MERGE_REF(ret, a, fmts, type, fail) \ type 39 libavfilter/formats.c type ***tmp; \ type 61 libavfilter/formats.c #define MERGE_FORMATS(ret, a, b, fmts, nb, type, fail) \ type 88 libavfilter/formats.c MERGE_REF(ret, a, fmts, type, fail); \ type 89 libavfilter/formats.c MERGE_REF(ret, b, fmts, type, fail); \ type 93 libavfilter/formats.c enum AVMediaType type) type 110 libavfilter/formats.c if (type == AVMEDIA_TYPE_VIDEO) type 265 libavfilter/formats.c #define MAKE_FORMAT_LIST(type, field, count_field) \ type 266 libavfilter/formats.c type *formats; \ type 314 libavfilter/formats.c #define ADD_FORMAT(f, fmt, unref_fn, type, list, nb) \ type 316 libavfilter/formats.c type *fmts; \ type 349 libavfilter/formats.c AVFilterFormats *ff_all_formats(enum AVMediaType type) type 353 libavfilter/formats.c if (type == AVMEDIA_TYPE_VIDEO) { type 359 libavfilter/formats.c } else if (type == AVMEDIA_TYPE_AUDIO) { type 610 libavfilter/formats.c enum AVMediaType type = ctx->inputs && ctx->inputs [0] ? ctx->inputs [0]->type : type 611 libavfilter/formats.c ctx->outputs && ctx->outputs[0] ? ctx->outputs[0]->type : type 614 libavfilter/formats.c ret = ff_set_common_formats(ctx, ff_all_formats(type)); type 617 libavfilter/formats.c if (type == AVMEDIA_TYPE_AUDIO) { type 222 libavfilter/formats.h AVFilterFormats *ff_all_formats(enum AVMediaType type); type 249 libavfilter/formats.h enum AVMediaType type); type 32 libavfilter/framepool.c enum AVMediaType type; type 68 libavfilter/framepool.c pool->type = AVMEDIA_TYPE_VIDEO; type 134 libavfilter/framepool.c pool->type = AVMEDIA_TYPE_AUDIO; type 166 libavfilter/framepool.c av_assert0(pool->type == AVMEDIA_TYPE_VIDEO); type 185 libavfilter/framepool.c av_assert0(pool->type == AVMEDIA_TYPE_AUDIO); type 206 libavfilter/framepool.c switch(pool->type) { type 38 libavfilter/graphdump.c switch (link->type) { type 65 libavfilter/internal.h enum AVMediaType type; type 377 libavfilter/internal.h static inline int ff_norm_qscale(int qscale, int type) type 379 libavfilter/internal.h switch (type) { type 284 libavfilter/opencl.c cl_mem_object_type type; type 301 libavfilter/opencl.c cle = clGetMemObjectInfo(image, CL_MEM_TYPE, sizeof(type), type 302 libavfilter/opencl.c &type, NULL); type 308 libavfilter/opencl.c if (type != CL_MEM_OBJECT_IMAGE2D) { type 61 libavfilter/opencl.h #define CL_SET_KERNEL_ARG(kernel, arg_num, type, arg) \ type 62 libavfilter/opencl.h cle = clSetKernelArg(kernel, arg_num, sizeof(type), arg); \ type 95 libavfilter/setpts.c enum AVMediaType type; type 125 libavfilter/setpts.c setpts->type = inlink->type; type 131 libavfilter/setpts.c setpts->type == AVMEDIA_TYPE_AUDIO ? inlink->sample_rate : NAN; type 170 libavfilter/setpts.c if (inlink->type == AVMEDIA_TYPE_VIDEO) { type 172 libavfilter/setpts.c } else if (inlink->type == AVMEDIA_TYPE_AUDIO) { type 197 libavfilter/setpts.c switch (inlink->type) { type 210 libavfilter/setpts.c if (inlink->type == AVMEDIA_TYPE_VIDEO) { type 220 libavfilter/setpts.c if (setpts->type == AVMEDIA_TYPE_AUDIO) { type 282 libavfilter/setpts.c .type = AVMEDIA_TYPE_VIDEO, type 291 libavfilter/setpts.c .type = AVMEDIA_TYPE_VIDEO, type 319 libavfilter/setpts.c .type = AVMEDIA_TYPE_AUDIO, type 328 libavfilter/setpts.c .type = AVMEDIA_TYPE_AUDIO, type 168 libavfilter/settb.c .type = AVMEDIA_TYPE_VIDEO, type 176 libavfilter/settb.c .type = AVMEDIA_TYPE_VIDEO, type 201 libavfilter/settb.c .type = AVMEDIA_TYPE_AUDIO, type 209 libavfilter/settb.c .type = AVMEDIA_TYPE_AUDIO, type 54 libavfilter/split.c pad.type = ctx->filter->inputs[0].type; type 116 libavfilter/split.c .type = AVMEDIA_TYPE_VIDEO, type 137 libavfilter/split.c .type = AVMEDIA_TYPE_AUDIO, type 107 libavfilter/src_movie.c enum AVMediaType type; type 111 libavfilter/src_movie.c type = type_char[0] == 'v' ? AVMEDIA_TYPE_VIDEO : AVMEDIA_TYPE_AUDIO; type 112 libavfilter/src_movie.c ret = av_find_best_stream(avf, type, stream_id, -1, NULL, 0); type 115 libavfilter/src_movie.c av_get_media_type_string(type), stream_id); type 309 libavfilter/src_movie.c pad.type = movie->st[i].st->codecpar->codec_type; type 41 libavfilter/tests/filtfmts.c if (filter_ctx->inout##puts[i]->type == AVMEDIA_TYPE_VIDEO) { \ type 49 libavfilter/tests/filtfmts.c } else if (filter_ctx->inout##puts[i]->type == AVMEDIA_TYPE_AUDIO) { \ type 126 libavfilter/tests/filtfmts.c link->type = avfilter_pad_get_type(filter_ctx->input_pads, i); type 136 libavfilter/tests/filtfmts.c link->type = avfilter_pad_get_type(filter_ctx->output_pads, i); type 86 libavfilter/trim.c AVRational tb = (inlink->type == AVMEDIA_TYPE_VIDEO) ? type 195 libavfilter/trim.c .type = AVMEDIA_TYPE_VIDEO, type 205 libavfilter/trim.c .type = AVMEDIA_TYPE_VIDEO, type 350 libavfilter/trim.c .type = AVMEDIA_TYPE_AUDIO, type 360 libavfilter/trim.c .type = AVMEDIA_TYPE_AUDIO, type 564 libavfilter/vaapi_vpp.c int type, type 576 libavfilter/vaapi_vpp.c type, size, count, (void*)data, &buffer); type 580 libavfilter/vaapi_vpp.c type, vas, vaErrorStr(vas)); type 587 libavfilter/vaapi_vpp.c "is %#x.\n", type, size, count, buffer); type 77 libavfilter/vaapi_vpp.h int type, type 511 libavfilter/vaf_spectrumsynth.c .type = AVMEDIA_TYPE_VIDEO, type 517 libavfilter/vaf_spectrumsynth.c .type = AVMEDIA_TYPE_VIDEO, type 527 libavfilter/vaf_spectrumsynth.c .type = AVMEDIA_TYPE_AUDIO, type 243 libavfilter/vf_addroi.c .type = AVMEDIA_TYPE_VIDEO, type 253 libavfilter/vf_addroi.c .type = AVMEDIA_TYPE_VIDEO, type 191 libavfilter/vf_alphamerge.c .type = AVMEDIA_TYPE_VIDEO, type 196 libavfilter/vf_alphamerge.c .type = AVMEDIA_TYPE_VIDEO, type 204 libavfilter/vf_alphamerge.c .type = AVMEDIA_TYPE_VIDEO, type 299 libavfilter/vf_amplify.c .type = AVMEDIA_TYPE_VIDEO, type 308 libavfilter/vf_amplify.c .type = AVMEDIA_TYPE_VIDEO, type 173 libavfilter/vf_aspect.c .type = AVMEDIA_TYPE_VIDEO, type 182 libavfilter/vf_aspect.c .type = AVMEDIA_TYPE_VIDEO, type 237 libavfilter/vf_aspect.c .type = AVMEDIA_TYPE_VIDEO, type 246 libavfilter/vf_aspect.c .type = AVMEDIA_TYPE_VIDEO, type 141 libavfilter/vf_atadenoise.c #define FILTER_ROW(type, name) \ type 147 libavfilter/vf_atadenoise.c const type *src = (const type *)ssrc; \ type 148 libavfilter/vf_atadenoise.c const type **srcf = (const type **)ssrcf; \ type 149 libavfilter/vf_atadenoise.c type *dst = (type *)ddst; \ type 188 libavfilter/vf_atadenoise.c #define FILTER_ROW_SERIAL(type, name) \ type 194 libavfilter/vf_atadenoise.c const type *src = (const type *)ssrc; \ type 195 libavfilter/vf_atadenoise.c const type **srcf = (const type **)ssrcf; \ type 196 libavfilter/vf_atadenoise.c type *dst = (type *)ddst; \ type 431 libavfilter/vf_atadenoise.c .type = AVMEDIA_TYPE_VIDEO, type 441 libavfilter/vf_atadenoise.c .type = AVMEDIA_TYPE_VIDEO, type 67 libavfilter/vf_avgblur.c #define HORIZONTAL_FILTER(name, type) \ type 77 libavfilter/vf_avgblur.c const int linesize = td->linesize / sizeof(type); \ type 79 libavfilter/vf_avgblur.c const type *src; \ type 88 libavfilter/vf_avgblur.c src = (const type *)td->ptr + linesize * y; \ type 120 libavfilter/vf_avgblur.c #define VERTICAL_FILTER(name, type) \ type 130 libavfilter/vf_avgblur.c const int linesize = td->linesize / sizeof(type); \ type 131 libavfilter/vf_avgblur.c type *buffer = (type *)td->ptr; \ type 133 libavfilter/vf_avgblur.c type *ptr; \ type 301 libavfilter/vf_avgblur.c .type = AVMEDIA_TYPE_VIDEO, type 311 libavfilter/vf_avgblur.c .type = AVMEDIA_TYPE_VIDEO, type 310 libavfilter/vf_avgblur_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 321 libavfilter/vf_avgblur_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 81 libavfilter/vf_avgblur_vulkan.c .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, type 89 libavfilter/vf_avgblur_vulkan.c .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, type 385 libavfilter/vf_avgblur_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 395 libavfilter/vf_avgblur_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 111 libavfilter/vf_bbox.c .type = AVMEDIA_TYPE_VIDEO, type 120 libavfilter/vf_bbox.c .type = AVMEDIA_TYPE_VIDEO, type 136 libavfilter/vf_bilateral.c #define BILATERAL(type, name) \ type 141 libavfilter/vf_bilateral.c type *dst = (type *)ddst; \ type 142 libavfilter/vf_bilateral.c const type *src = (const type *)ssrc; \ type 152 libavfilter/vf_bilateral.c const type *tcy, *tpy; \ type 157 libavfilter/vf_bilateral.c const type *in_x = &src[y * src_linesize]; \ type 158 libavfilter/vf_bilateral.c const type *texture_x = &src[y * src_linesize]; \ type 159 libavfilter/vf_bilateral.c type tpr; \ type 170 libavfilter/vf_bilateral.c type tcr = *texture_x++; \ type 171 libavfilter/vf_bilateral.c type dr = abs(tcr - tpr); \ type 190 libavfilter/vf_bilateral.c type tcr = *--texture_x; \ type 191 libavfilter/vf_bilateral.c type dr = abs(tcr - tpr); \ type 224 libavfilter/vf_bilateral.c type dr = abs((*tcy++) - (*tpy++)); \ type 264 libavfilter/vf_bilateral.c type dr = abs((*tcy++) - (*tpy++)); \ type 345 libavfilter/vf_bilateral.c .type = AVMEDIA_TYPE_VIDEO, type 355 libavfilter/vf_bilateral.c .type = AVMEDIA_TYPE_VIDEO, type 202 libavfilter/vf_bitplanenoise.c .type = AVMEDIA_TYPE_VIDEO, type 212 libavfilter/vf_bitplanenoise.c .type = AVMEDIA_TYPE_VIDEO, type 186 libavfilter/vf_blackdetect.c .type = AVMEDIA_TYPE_VIDEO, type 196 libavfilter/vf_blackdetect.c .type = AVMEDIA_TYPE_VIDEO, type 121 libavfilter/vf_blackframe.c .type = AVMEDIA_TYPE_VIDEO, type 130 libavfilter/vf_blackframe.c .type = AVMEDIA_TYPE_VIDEO type 544 libavfilter/vf_blend.c #define DEFINE_BLEND_EXPR(type, name, div) \ type 551 libavfilter/vf_blend.c const type *top = (type*)_top; \ type 552 libavfilter/vf_blend.c const type *bottom = (type*)_bottom; \ type 553 libavfilter/vf_blend.c type *dst = (type*)_dst; \ type 871 libavfilter/vf_blend.c .type = AVMEDIA_TYPE_VIDEO, type 874 libavfilter/vf_blend.c .type = AVMEDIA_TYPE_VIDEO, type 882 libavfilter/vf_blend.c .type = AVMEDIA_TYPE_VIDEO, type 938 libavfilter/vf_blend.c .type = AVMEDIA_TYPE_VIDEO, type 947 libavfilter/vf_blend.c .type = AVMEDIA_TYPE_VIDEO, type 944 libavfilter/vf_bm3d.c pad.type = AVMEDIA_TYPE_VIDEO; type 956 libavfilter/vf_bm3d.c pad.type = AVMEDIA_TYPE_VIDEO; type 1063 libavfilter/vf_bm3d.c .type = AVMEDIA_TYPE_VIDEO, type 126 libavfilter/vf_boxblur.c #define BLUR(type, depth) \ type 127 libavfilter/vf_boxblur.c static inline void blur ## depth(type *dst, int dst_step, const type *src, \ type 292 libavfilter/vf_boxblur.c .type = AVMEDIA_TYPE_VIDEO, type 302 libavfilter/vf_boxblur.c .type = AVMEDIA_TYPE_VIDEO, type 397 libavfilter/vf_bwdif.c .type = AVMEDIA_TYPE_VIDEO, type 406 libavfilter/vf_bwdif.c .type = AVMEDIA_TYPE_VIDEO, type 263 libavfilter/vf_cas.c .type = AVMEDIA_TYPE_VIDEO, type 273 libavfilter/vf_cas.c .type = AVMEDIA_TYPE_VIDEO, type 94 libavfilter/vf_chromaber_vulkan.c .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, type 103 libavfilter/vf_chromaber_vulkan.c .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, type 320 libavfilter/vf_chromaber_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 330 libavfilter/vf_chromaber_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 371 libavfilter/vf_chromakey.c .type = AVMEDIA_TYPE_VIDEO, type 382 libavfilter/vf_chromakey.c .type = AVMEDIA_TYPE_VIDEO, type 424 libavfilter/vf_chromakey.c .type = AVMEDIA_TYPE_VIDEO, type 435 libavfilter/vf_chromakey.c .type = AVMEDIA_TYPE_VIDEO, type 92 libavfilter/vf_chromashift.c #define DEFINE_SMEAR(depth, type, div) \ type 110 libavfilter/vf_chromashift.c const type *su = (const type *)in->data[1]; \ type 111 libavfilter/vf_chromashift.c const type *sv = (const type *)in->data[2]; \ type 112 libavfilter/vf_chromashift.c type *du = (type *)out->data[1] + slice_start * ulinesize; \ type 113 libavfilter/vf_chromashift.c type *dv = (type *)out->data[2] + slice_start * vlinesize; \ type 134 libavfilter/vf_chromashift.c #define DEFINE_WRAP(depth, type, div) \ type 152 libavfilter/vf_chromashift.c const type *su = (const type *)in->data[1]; \ type 153 libavfilter/vf_chromashift.c const type *sv = (const type *)in->data[2]; \ type 154 libavfilter/vf_chromashift.c type *du = (type *)out->data[1] + slice_start * ulinesize; \ type 155 libavfilter/vf_chromashift.c type *dv = (type *)out->data[2] + slice_start * vlinesize; \ type 189 libavfilter/vf_chromashift.c #define DEFINE_RGBASMEAR(depth, type, div) \ type 215 libavfilter/vf_chromashift.c const type *sr = (const type *)in->data[2]; \ type 216 libavfilter/vf_chromashift.c const type *sg = (const type *)in->data[0]; \ type 217 libavfilter/vf_chromashift.c const type *sb = (const type *)in->data[1]; \ type 218 libavfilter/vf_chromashift.c const type *sa = (const type *)in->data[3]; \ type 219 libavfilter/vf_chromashift.c type *dr = (type *)out->data[2] + slice_start * rlinesize; \ type 220 libavfilter/vf_chromashift.c type *dg = (type *)out->data[0] + slice_start * glinesize; \ type 221 libavfilter/vf_chromashift.c type *db = (type *)out->data[1] + slice_start * blinesize; \ type 222 libavfilter/vf_chromashift.c type *da = (type *)out->data[3] + slice_start * alinesize; \ type 256 libavfilter/vf_chromashift.c #define DEFINE_RGBAWRAP(depth, type, div) \ type 282 libavfilter/vf_chromashift.c const type *sr = (const type *)in->data[2]; \ type 283 libavfilter/vf_chromashift.c const type *sg = (const type *)in->data[0]; \ type 284 libavfilter/vf_chromashift.c const type *sb = (const type *)in->data[1]; \ type 285 libavfilter/vf_chromashift.c const type *sa = (const type *)in->data[3]; \ type 286 libavfilter/vf_chromashift.c type *dr = (type *)out->data[2] + slice_start * rlinesize; \ type 287 libavfilter/vf_chromashift.c type *dg = (type *)out->data[0] + slice_start * glinesize; \ type 288 libavfilter/vf_chromashift.c type *db = (type *)out->data[1] + slice_start * blinesize; \ type 289 libavfilter/vf_chromashift.c type *da = (type *)out->data[3] + slice_start * alinesize; \ type 432 libavfilter/vf_chromashift.c .type = AVMEDIA_TYPE_VIDEO, type 442 libavfilter/vf_chromashift.c .type = AVMEDIA_TYPE_VIDEO, type 1490 libavfilter/vf_ciescope.c .type = AVMEDIA_TYPE_VIDEO, type 1500 libavfilter/vf_ciescope.c .type = AVMEDIA_TYPE_VIDEO, type 297 libavfilter/vf_codecview.c .type = AVMEDIA_TYPE_VIDEO, type 308 libavfilter/vf_codecview.c .type = AVMEDIA_TYPE_VIDEO, type 427 libavfilter/vf_colorbalance.c .type = AVMEDIA_TYPE_VIDEO, type 436 libavfilter/vf_colorbalance.c .type = AVMEDIA_TYPE_VIDEO, type 558 libavfilter/vf_colorchannelmixer.c .type = AVMEDIA_TYPE_VIDEO, type 567 libavfilter/vf_colorchannelmixer.c .type = AVMEDIA_TYPE_VIDEO, type 724 libavfilter/vf_colorconstancy.c .type = AVMEDIA_TYPE_VIDEO, type 734 libavfilter/vf_colorconstancy.c .type = AVMEDIA_TYPE_VIDEO, type 186 libavfilter/vf_colorkey.c .type = AVMEDIA_TYPE_VIDEO, type 195 libavfilter/vf_colorkey.c .type = AVMEDIA_TYPE_VIDEO, type 205 libavfilter/vf_colorkey_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 215 libavfilter/vf_colorkey_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 304 libavfilter/vf_colorlevels.c .type = AVMEDIA_TYPE_VIDEO, type 314 libavfilter/vf_colorlevels.c .type = AVMEDIA_TYPE_VIDEO, type 495 libavfilter/vf_colormatrix.c .type = AVMEDIA_TYPE_VIDEO, type 505 libavfilter/vf_colormatrix.c .type = AVMEDIA_TYPE_VIDEO, type 1054 libavfilter/vf_colorspace.c .type = AVMEDIA_TYPE_VIDEO, type 1063 libavfilter/vf_colorspace.c .type = AVMEDIA_TYPE_VIDEO, type 743 libavfilter/vf_convolution.c .type = AVMEDIA_TYPE_VIDEO, type 753 libavfilter/vf_convolution.c .type = AVMEDIA_TYPE_VIDEO, type 326 libavfilter/vf_convolution_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 336 libavfilter/vf_convolution_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 605 libavfilter/vf_convolve.c .type = AVMEDIA_TYPE_VIDEO, type 609 libavfilter/vf_convolve.c .type = AVMEDIA_TYPE_VIDEO, type 618 libavfilter/vf_convolve.c .type = AVMEDIA_TYPE_VIDEO, type 75 libavfilter/vf_copy.c .type = AVMEDIA_TYPE_VIDEO, type 84 libavfilter/vf_copy.c .type = AVMEDIA_TYPE_VIDEO, type 236 libavfilter/vf_cover_rect.c .type = AVMEDIA_TYPE_VIDEO, type 246 libavfilter/vf_cover_rect.c .type = AVMEDIA_TYPE_VIDEO, type 379 libavfilter/vf_crop.c .type = AVMEDIA_TYPE_VIDEO, type 389 libavfilter/vf_crop.c .type = AVMEDIA_TYPE_VIDEO, type 260 libavfilter/vf_cropdetect.c .type = AVMEDIA_TYPE_VIDEO, type 270 libavfilter/vf_cropdetect.c .type = AVMEDIA_TYPE_VIDEO type 758 libavfilter/vf_curves.c .type = AVMEDIA_TYPE_VIDEO, type 768 libavfilter/vf_curves.c .type = AVMEDIA_TYPE_VIDEO, type 404 libavfilter/vf_datascope.c .type = AVMEDIA_TYPE_VIDEO, type 414 libavfilter/vf_datascope.c .type = AVMEDIA_TYPE_VIDEO, type 681 libavfilter/vf_datascope.c .type = AVMEDIA_TYPE_VIDEO, type 691 libavfilter/vf_datascope.c .type = AVMEDIA_TYPE_VIDEO, type 1085 libavfilter/vf_datascope.c .type = AVMEDIA_TYPE_VIDEO, type 1096 libavfilter/vf_datascope.c .type = AVMEDIA_TYPE_VIDEO, type 281 libavfilter/vf_dblur.c .type = AVMEDIA_TYPE_VIDEO, type 291 libavfilter/vf_dblur.c .type = AVMEDIA_TYPE_VIDEO, type 809 libavfilter/vf_dctdnoiz.c .type = AVMEDIA_TYPE_VIDEO, type 819 libavfilter/vf_dctdnoiz.c .type = AVMEDIA_TYPE_VIDEO, type 446 libavfilter/vf_deband.c .type = AVMEDIA_TYPE_VIDEO, type 456 libavfilter/vf_deband.c .type = AVMEDIA_TYPE_VIDEO, type 93 libavfilter/vf_deblock.c #define WEAK_HFILTER(name, type, ldiv) \ type 97 libavfilter/vf_deblock.c type *dst; \ type 100 libavfilter/vf_deblock.c dst = (type *)dstp; \ type 132 libavfilter/vf_deblock.c #define WEAK_VFILTER(name, type, ldiv) \ type 136 libavfilter/vf_deblock.c type *dst; \ type 139 libavfilter/vf_deblock.c dst = (type *)dstp; \ type 173 libavfilter/vf_deblock.c #define STRONG_HFILTER(name, type, ldiv) \ type 177 libavfilter/vf_deblock.c type *dst; \ type 180 libavfilter/vf_deblock.c dst = (type *)dstp; \ type 219 libavfilter/vf_deblock.c #define STRONG_VFILTER(name, type, ldiv) \ type 223 libavfilter/vf_deblock.c type *dst; \ type 226 libavfilter/vf_deblock.c dst = (type *)dstp; \ type 389 libavfilter/vf_deblock.c .type = AVMEDIA_TYPE_VIDEO, type 398 libavfilter/vf_deblock.c .type = AVMEDIA_TYPE_VIDEO, type 277 libavfilter/vf_decimate.c .type = AVMEDIA_TYPE_VIDEO, type 410 libavfilter/vf_decimate.c .type = AVMEDIA_TYPE_VIDEO, type 84 libavfilter/vf_dedot.c #define DEFINE_DEDOTCRAWL(name, type, div) \ type 99 libavfilter/vf_dedot.c type *p0 = (type *)s->frames[0]->data[0]; \ type 100 libavfilter/vf_dedot.c type *p1 = (type *)s->frames[1]->data[0]; \ type 101 libavfilter/vf_dedot.c type *p3 = (type *)s->frames[3]->data[0]; \ type 102 libavfilter/vf_dedot.c type *p4 = (type *)s->frames[4]->data[0]; \ type 103 libavfilter/vf_dedot.c type *src = (type *)s->frames[2]->data[0]; \ type 104 libavfilter/vf_dedot.c type *dst = (type *)out->data[0]; \ type 163 libavfilter/vf_dedot.c #define DEFINE_DERAINBOW(name, type, div) \ type 180 libavfilter/vf_dedot.c type *p0 = (type *)s->frames[0]->data[plane]; \ type 181 libavfilter/vf_dedot.c type *p1 = (type *)s->frames[1]->data[plane]; \ type 182 libavfilter/vf_dedot.c type *p3 = (type *)s->frames[3]->data[plane]; \ type 183 libavfilter/vf_dedot.c type *p4 = (type *)s->frames[4]->data[plane]; \ type 184 libavfilter/vf_dedot.c type *src = (type *)s->frames[2]->data[plane]; \ type 185 libavfilter/vf_dedot.c type *dst = (type *)out->data[plane]; \ type 388 libavfilter/vf_dedot.c .type = AVMEDIA_TYPE_VIDEO, type 396 libavfilter/vf_dedot.c .type = AVMEDIA_TYPE_VIDEO, type 453 libavfilter/vf_deflicker.c .type = AVMEDIA_TYPE_VIDEO, type 463 libavfilter/vf_deflicker.c .type = AVMEDIA_TYPE_VIDEO, type 573 libavfilter/vf_deinterlace_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 582 libavfilter/vf_deinterlace_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 101 libavfilter/vf_deinterlace_vaapi.c if (ctx->deint_caps[i].type > ctx->mode) type 102 libavfilter/vf_deinterlace_vaapi.c ctx->mode = ctx->deint_caps[i].type; type 109 libavfilter/vf_deinterlace_vaapi.c if (ctx->deint_caps[i].type == ctx->mode) type 120 libavfilter/vf_deinterlace_vaapi.c params.type = VAProcFilterDeinterlacing; type 370 libavfilter/vf_deinterlace_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 380 libavfilter/vf_deinterlace_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 163 libavfilter/vf_dejudder.c .type = AVMEDIA_TYPE_VIDEO, type 172 libavfilter/vf_dejudder.c .type = AVMEDIA_TYPE_VIDEO, type 387 libavfilter/vf_delogo.c .type = AVMEDIA_TYPE_VIDEO, type 397 libavfilter/vf_delogo.c .type = AVMEDIA_TYPE_VIDEO, type 186 libavfilter/vf_derain.c .type = AVMEDIA_TYPE_VIDEO, type 196 libavfilter/vf_derain.c .type = AVMEDIA_TYPE_VIDEO, type 538 libavfilter/vf_deshake.c .type = AVMEDIA_TYPE_VIDEO, type 548 libavfilter/vf_deshake.c .type = AVMEDIA_TYPE_VIDEO, type 2141 libavfilter/vf_deshake_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 2150 libavfilter/vf_deshake_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 34 libavfilter/vf_despill.c int type; type 69 libavfilter/vf_despill.c if (s->type) { type 140 libavfilter/vf_despill.c .type = AVMEDIA_TYPE_VIDEO, type 149 libavfilter/vf_despill.c .type = AVMEDIA_TYPE_VIDEO, type 159 libavfilter/vf_despill.c { "type", "set the screen type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGS, "type" }, type 362 libavfilter/vf_detelecine.c .type = AVMEDIA_TYPE_VIDEO, type 372 libavfilter/vf_detelecine.c .type = AVMEDIA_TYPE_VIDEO, type 380 libavfilter/vf_displace.c .type = AVMEDIA_TYPE_VIDEO, type 385 libavfilter/vf_displace.c .type = AVMEDIA_TYPE_VIDEO, type 389 libavfilter/vf_displace.c .type = AVMEDIA_TYPE_VIDEO, type 397 libavfilter/vf_displace.c .type = AVMEDIA_TYPE_VIDEO, type 494 libavfilter/vf_dnn_processing.c .type = AVMEDIA_TYPE_VIDEO, type 504 libavfilter/vf_dnn_processing.c .type = AVMEDIA_TYPE_VIDEO, type 334 libavfilter/vf_drawbox.c .type = AVMEDIA_TYPE_VIDEO, type 345 libavfilter/vf_drawbox.c .type = AVMEDIA_TYPE_VIDEO, type 468 libavfilter/vf_drawbox.c .type = AVMEDIA_TYPE_VIDEO, type 479 libavfilter/vf_drawbox.c .type = AVMEDIA_TYPE_VIDEO, type 1550 libavfilter/vf_drawtext.c .type = AVMEDIA_TYPE_VIDEO, type 1561 libavfilter/vf_drawtext.c .type = AVMEDIA_TYPE_VIDEO, type 419 libavfilter/vf_edgedetect.c .type = AVMEDIA_TYPE_VIDEO, type 429 libavfilter/vf_edgedetect.c .type = AVMEDIA_TYPE_VIDEO, type 240 libavfilter/vf_elbg.c .type = AVMEDIA_TYPE_VIDEO, type 251 libavfilter/vf_elbg.c .type = AVMEDIA_TYPE_VIDEO, type 181 libavfilter/vf_entropy.c .type = AVMEDIA_TYPE_VIDEO, type 191 libavfilter/vf_entropy.c .type = AVMEDIA_TYPE_VIDEO, type 339 libavfilter/vf_eq.c .type = AVMEDIA_TYPE_VIDEO, type 349 libavfilter/vf_eq.c .type = AVMEDIA_TYPE_VIDEO, type 340 libavfilter/vf_extractplanes.c pad.type = AVMEDIA_TYPE_VIDEO; type 363 libavfilter/vf_extractplanes.c .type = AVMEDIA_TYPE_VIDEO, type 54 libavfilter/vf_fade.c int type; type 89 libavfilter/vf_fade.c s->type == FADE_IN ? "in" : "out", s->start_frame, type 95 libavfilter/vf_fade.c s->type == FADE_IN ? "in" : "out", (s->start_time / (double)AV_TIME_BASE), type 489 libavfilter/vf_fade.c if (s->type == FADE_OUT) { type 521 libavfilter/vf_fade.c { "type", "set the fade direction", OFFSET(type), AV_OPT_TYPE_INT, { .i64 = FADE_IN }, FADE_IN, FADE_OUT, FLAGS, "type" }, type 522 libavfilter/vf_fade.c { "t", "set the fade direction", OFFSET(type), AV_OPT_TYPE_INT, { .i64 = FADE_IN }, FADE_IN, FADE_OUT, FLAGS, "type" }, type 552 libavfilter/vf_fade.c .type = AVMEDIA_TYPE_VIDEO, type 563 libavfilter/vf_fade.c .type = AVMEDIA_TYPE_VIDEO, type 672 libavfilter/vf_fftdnoiz.c .type = AVMEDIA_TYPE_VIDEO, type 682 libavfilter/vf_fftdnoiz.c .type = AVMEDIA_TYPE_VIDEO, type 416 libavfilter/vf_fftfilt.c .type = AVMEDIA_TYPE_VIDEO, type 426 libavfilter/vf_fftfilt.c .type = AVMEDIA_TYPE_VIDEO, type 36 libavfilter/vf_field.c int type; ///< FieldType type 44 libavfilter/vf_field.c {"type", "set field type (top or bottom)", OFFSET(type), AV_OPT_TYPE_INT, {.i64=FIELD_TYPE_TOP}, 0, 1, FLAGS, "field_type" }, type 61 libavfilter/vf_field.c outlink->h = (inlink->h + (field->type == FIELD_TYPE_TOP)) / 2; type 64 libavfilter/vf_field.c inlink->w, inlink->h, field->type == FIELD_TYPE_BOTTOM ? "bottom" : "top", type 79 libavfilter/vf_field.c if (field->type == FIELD_TYPE_BOTTOM) type 89 libavfilter/vf_field.c .type = AVMEDIA_TYPE_VIDEO, type 98 libavfilter/vf_field.c .type = AVMEDIA_TYPE_VIDEO, type 286 libavfilter/vf_fieldhint.c .type = AVMEDIA_TYPE_VIDEO, type 296 libavfilter/vf_fieldhint.c .type = AVMEDIA_TYPE_VIDEO, type 968 libavfilter/vf_fieldmatch.c .type = AVMEDIA_TYPE_VIDEO, type 1048 libavfilter/vf_fieldmatch.c .type = AVMEDIA_TYPE_VIDEO, type 172 libavfilter/vf_fieldorder.c .type = AVMEDIA_TYPE_VIDEO, type 182 libavfilter/vf_fieldorder.c .type = AVMEDIA_TYPE_VIDEO, type 382 libavfilter/vf_fillborders.c .type = AVMEDIA_TYPE_VIDEO, type 393 libavfilter/vf_fillborders.c .type = AVMEDIA_TYPE_VIDEO, type 278 libavfilter/vf_find_rect.c .type = AVMEDIA_TYPE_VIDEO, type 288 libavfilter/vf_find_rect.c .type = AVMEDIA_TYPE_VIDEO, type 389 libavfilter/vf_floodfill.c .type = AVMEDIA_TYPE_VIDEO, type 399 libavfilter/vf_floodfill.c .type = AVMEDIA_TYPE_VIDEO, type 155 libavfilter/vf_format.c .type = AVMEDIA_TYPE_VIDEO, type 164 libavfilter/vf_format.c .type = AVMEDIA_TYPE_VIDEO type 194 libavfilter/vf_format.c .type = AVMEDIA_TYPE_VIDEO, type 203 libavfilter/vf_format.c .type = AVMEDIA_TYPE_VIDEO type 332 libavfilter/vf_fps.c .type = AVMEDIA_TYPE_VIDEO, type 340 libavfilter/vf_fps.c .type = AVMEDIA_TYPE_VIDEO, type 290 libavfilter/vf_framepack.c stereo->type = s->format; type 324 libavfilter/vf_framepack.c stereo->type = s->format; type 396 libavfilter/vf_framepack.c .type = AVMEDIA_TYPE_VIDEO, type 400 libavfilter/vf_framepack.c .type = AVMEDIA_TYPE_VIDEO, type 408 libavfilter/vf_framepack.c .type = AVMEDIA_TYPE_VIDEO, type 427 libavfilter/vf_framerate.c .type = AVMEDIA_TYPE_VIDEO, type 436 libavfilter/vf_framerate.c .type = AVMEDIA_TYPE_VIDEO, type 77 libavfilter/vf_framestep.c .type = AVMEDIA_TYPE_VIDEO, type 86 libavfilter/vf_framestep.c .type = AVMEDIA_TYPE_VIDEO, type 211 libavfilter/vf_freezedetect.c .type = AVMEDIA_TYPE_VIDEO, type 220 libavfilter/vf_freezedetect.c .type = AVMEDIA_TYPE_VIDEO, type 140 libavfilter/vf_freezeframes.c .type = AVMEDIA_TYPE_VIDEO, type 144 libavfilter/vf_freezeframes.c .type = AVMEDIA_TYPE_VIDEO, type 152 libavfilter/vf_freezeframes.c .type = AVMEDIA_TYPE_VIDEO, type 101 libavfilter/vf_frei0r.c switch (info.type) { type 185 libavfilter/vf_frei0r.c const char *dl_name, int type) type 271 libavfilter/vf_frei0r.c if (pi->plugin_type != type) { type 387 libavfilter/vf_frei0r.c .type = AVMEDIA_TYPE_VIDEO, type 397 libavfilter/vf_frei0r.c .type = AVMEDIA_TYPE_VIDEO, type 481 libavfilter/vf_frei0r.c .type = AVMEDIA_TYPE_VIDEO, type 668 libavfilter/vf_fspp.c .type = AVMEDIA_TYPE_VIDEO, type 678 libavfilter/vf_fspp.c .type = AVMEDIA_TYPE_VIDEO, type 361 libavfilter/vf_gblur.c .type = AVMEDIA_TYPE_VIDEO, type 371 libavfilter/vf_gblur.c .type = AVMEDIA_TYPE_VIDEO, type 480 libavfilter/vf_geq.c .type = AVMEDIA_TYPE_VIDEO, type 490 libavfilter/vf_geq.c .type = AVMEDIA_TYPE_VIDEO, type 239 libavfilter/vf_gradfun.c .type = AVMEDIA_TYPE_VIDEO, type 249 libavfilter/vf_gradfun.c .type = AVMEDIA_TYPE_VIDEO, type 231 libavfilter/vf_hflip.c .type = AVMEDIA_TYPE_VIDEO, type 241 libavfilter/vf_hflip.c .type = AVMEDIA_TYPE_VIDEO, type 258 libavfilter/vf_histeq.c .type = AVMEDIA_TYPE_VIDEO, type 268 libavfilter/vf_histeq.c .type = AVMEDIA_TYPE_VIDEO, type 462 libavfilter/vf_histogram.c .type = AVMEDIA_TYPE_VIDEO, type 472 libavfilter/vf_histogram.c .type = AVMEDIA_TYPE_VIDEO, type 385 libavfilter/vf_hqdn3d.c .type = AVMEDIA_TYPE_VIDEO, type 396 libavfilter/vf_hqdn3d.c .type = AVMEDIA_TYPE_VIDEO type 541 libavfilter/vf_hqx.c .type = AVMEDIA_TYPE_VIDEO, type 550 libavfilter/vf_hqx.c .type = AVMEDIA_TYPE_VIDEO, type 507 libavfilter/vf_hue.c .type = AVMEDIA_TYPE_VIDEO, type 517 libavfilter/vf_hue.c .type = AVMEDIA_TYPE_VIDEO, type 192 libavfilter/vf_hwdownload.c .type = AVMEDIA_TYPE_VIDEO, type 202 libavfilter/vf_hwdownload.c .type = AVMEDIA_TYPE_VIDEO, type 76 libavfilter/vf_hwmap.c enum AVHWDeviceType type; type 78 libavfilter/vf_hwmap.c type = av_hwdevice_find_type_by_name(ctx->derive_device_type); type 79 libavfilter/vf_hwmap.c if (type == AV_HWDEVICE_TYPE_NONE) { type 85 libavfilter/vf_hwmap.c err = av_hwdevice_ctx_create_derived(&device, type, type 406 libavfilter/vf_hwmap.c .type = AVMEDIA_TYPE_VIDEO, type 416 libavfilter/vf_hwmap.c .type = AVMEDIA_TYPE_VIDEO, type 238 libavfilter/vf_hwupload.c .type = AVMEDIA_TYPE_VIDEO, type 247 libavfilter/vf_hwupload.c .type = AVMEDIA_TYPE_VIDEO, type 171 libavfilter/vf_hwupload_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 180 libavfilter/vf_hwupload_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 358 libavfilter/vf_hysteresis.c .type = AVMEDIA_TYPE_VIDEO, type 363 libavfilter/vf_hysteresis.c .type = AVMEDIA_TYPE_VIDEO, type 371 libavfilter/vf_hysteresis.c .type = AVMEDIA_TYPE_VIDEO, type 43 libavfilter/vf_idet.c static const char *type2str(Type type) type 45 libavfilter/vf_idet.c switch(type) { type 120 libavfilter/vf_idet.c Type type, best_type; type 147 libavfilter/vf_idet.c type = TFF; type 149 libavfilter/vf_idet.c type = BFF; type 151 libavfilter/vf_idet.c type = PROGRESSIVE; type 153 libavfilter/vf_idet.c type = UNDETERMINED; type 165 libavfilter/vf_idet.c idet->history[0] = type; type 207 libavfilter/vf_idet.c idet->total_prestat [ type] ++; type 208 libavfilter/vf_idet.c idet->prestat [ type] += PRECISION; type 214 libavfilter/vf_idet.c rep2str(repeat), type2str(type), type2str(idet->last_type)); type 221 libavfilter/vf_idet.c av_dict_set (metadata, "lavfi.idet.single.current_frame", type2str(type), 0); type 429 libavfilter/vf_idet.c .type = AVMEDIA_TYPE_VIDEO, type 438 libavfilter/vf_idet.c .type = AVMEDIA_TYPE_VIDEO, type 189 libavfilter/vf_il.c .type = AVMEDIA_TYPE_VIDEO, type 199 libavfilter/vf_il.c .type = AVMEDIA_TYPE_VIDEO, type 294 libavfilter/vf_kerndeint.c .type = AVMEDIA_TYPE_VIDEO, type 304 libavfilter/vf_kerndeint.c .type = AVMEDIA_TYPE_VIDEO, type 225 libavfilter/vf_lagfun.c .type = AVMEDIA_TYPE_VIDEO, type 234 libavfilter/vf_lagfun.c .type = AVMEDIA_TYPE_VIDEO, type 204 libavfilter/vf_lenscorrection.c .type = AVMEDIA_TYPE_VIDEO, type 213 libavfilter/vf_lenscorrection.c .type = AVMEDIA_TYPE_VIDEO, type 522 libavfilter/vf_lensfun.c .type = AVMEDIA_TYPE_VIDEO, type 532 libavfilter/vf_lensfun.c .type = AVMEDIA_TYPE_VIDEO, type 89 libavfilter/vf_libopencv.c int type; type 108 libavfilter/vf_libopencv.c if (!strcmp(type_str, "blur" )) smooth->type = CV_BLUR; type 109 libavfilter/vf_libopencv.c else if (!strcmp(type_str, "blur_no_scale")) smooth->type = CV_BLUR_NO_SCALE; type 110 libavfilter/vf_libopencv.c else if (!strcmp(type_str, "median" )) smooth->type = CV_MEDIAN; type 111 libavfilter/vf_libopencv.c else if (!strcmp(type_str, "gaussian" )) smooth->type = CV_GAUSSIAN; type 112 libavfilter/vf_libopencv.c else if (!strcmp(type_str, "bilateral" )) smooth->type = CV_BILATERAL; type 124 libavfilter/vf_libopencv.c if ((smooth->type == CV_BLUR || smooth->type == CV_BLUR_NO_SCALE || smooth->type == CV_GAUSSIAN) && type 141 libavfilter/vf_libopencv.c cvSmooth(inimg, outimg, smooth->type, smooth->param1, smooth->param2, smooth->param3, smooth->param4); type 416 libavfilter/vf_libopencv.c .type = AVMEDIA_TYPE_VIDEO, type 425 libavfilter/vf_libopencv.c .type = AVMEDIA_TYPE_VIDEO, type 92 libavfilter/vf_libvmaf.c #define read_frame_fn(type, bits) \ type 109 libavfilter/vf_libvmaf.c const type *ref_ptr = (const type *) s->gref->data[0]; \ type 110 libavfilter/vf_libvmaf.c const type *main_ptr = (const type *) s->gmain->data[0]; \ type 350 libavfilter/vf_libvmaf.c .type = AVMEDIA_TYPE_VIDEO, type 353 libavfilter/vf_libvmaf.c .type = AVMEDIA_TYPE_VIDEO, type 362 libavfilter/vf_libvmaf.c .type = AVMEDIA_TYPE_VIDEO, type 236 libavfilter/vf_limiter.c .type = AVMEDIA_TYPE_VIDEO, type 246 libavfilter/vf_limiter.c .type = AVMEDIA_TYPE_VIDEO, type 181 libavfilter/vf_lumakey.c .type = AVMEDIA_TYPE_VIDEO, type 191 libavfilter/vf_lumakey.c .type = AVMEDIA_TYPE_VIDEO, type 571 libavfilter/vf_lut.c .type = AVMEDIA_TYPE_VIDEO, type 579 libavfilter/vf_lut.c .type = AVMEDIA_TYPE_VIDEO, type 526 libavfilter/vf_lut2.c .type = AVMEDIA_TYPE_VIDEO, type 531 libavfilter/vf_lut2.c .type = AVMEDIA_TYPE_VIDEO, type 540 libavfilter/vf_lut2.c .type = AVMEDIA_TYPE_VIDEO, type 625 libavfilter/vf_lut2.c .type = AVMEDIA_TYPE_VIDEO, type 635 libavfilter/vf_lut2.c .type = AVMEDIA_TYPE_VIDEO, type 1211 libavfilter/vf_lut3d.c .type = AVMEDIA_TYPE_VIDEO, type 1221 libavfilter/vf_lut3d.c .type = AVMEDIA_TYPE_VIDEO, type 1473 libavfilter/vf_lut3d.c .type = AVMEDIA_TYPE_VIDEO, type 1477 libavfilter/vf_lut3d.c .type = AVMEDIA_TYPE_VIDEO, type 1486 libavfilter/vf_lut3d.c .type = AVMEDIA_TYPE_VIDEO, type 2123 libavfilter/vf_lut3d.c .type = AVMEDIA_TYPE_VIDEO, type 2133 libavfilter/vf_lut3d.c .type = AVMEDIA_TYPE_VIDEO, type 170 libavfilter/vf_maskedclamp.c #define MASKEDCLAMP(type, name) \ type 175 libavfilter/vf_maskedclamp.c const type *bsrc = (const type *)bbsrc; \ type 176 libavfilter/vf_maskedclamp.c const type *darksrc = (const type *)ddarksrc; \ type 177 libavfilter/vf_maskedclamp.c const type *brightsrc = (const type *)bbrightsrc; \ type 178 libavfilter/vf_maskedclamp.c type *dst = (type *)ddst; \ type 296 libavfilter/vf_maskedclamp.c .type = AVMEDIA_TYPE_VIDEO, type 301 libavfilter/vf_maskedclamp.c .type = AVMEDIA_TYPE_VIDEO, type 305 libavfilter/vf_maskedclamp.c .type = AVMEDIA_TYPE_VIDEO, type 313 libavfilter/vf_maskedclamp.c .type = AVMEDIA_TYPE_VIDEO, type 297 libavfilter/vf_maskedmerge.c .type = AVMEDIA_TYPE_VIDEO, type 302 libavfilter/vf_maskedmerge.c .type = AVMEDIA_TYPE_VIDEO, type 306 libavfilter/vf_maskedmerge.c .type = AVMEDIA_TYPE_VIDEO, type 314 libavfilter/vf_maskedmerge.c .type = AVMEDIA_TYPE_VIDEO, type 305 libavfilter/vf_maskedminmax.c .type = AVMEDIA_TYPE_VIDEO, type 310 libavfilter/vf_maskedminmax.c .type = AVMEDIA_TYPE_VIDEO, type 314 libavfilter/vf_maskedminmax.c .type = AVMEDIA_TYPE_VIDEO, type 322 libavfilter/vf_maskedminmax.c .type = AVMEDIA_TYPE_VIDEO, type 266 libavfilter/vf_maskedthreshold.c .type = AVMEDIA_TYPE_VIDEO, type 271 libavfilter/vf_maskedthreshold.c .type = AVMEDIA_TYPE_VIDEO, type 279 libavfilter/vf_maskedthreshold.c .type = AVMEDIA_TYPE_VIDEO, type 114 libavfilter/vf_maskfun.c #define GETSUM(name, type, div) \ type 125 libavfilter/vf_maskfun.c type *dst = (type *)out->data[p]; \ type 145 libavfilter/vf_maskfun.c #define MASKFUN(name, type, div) \ type 162 libavfilter/vf_maskfun.c type *dst = (type *)out->data[p] + slice_start * linesize; \ type 261 libavfilter/vf_maskfun.c .type = AVMEDIA_TYPE_VIDEO, type 272 libavfilter/vf_maskfun.c .type = AVMEDIA_TYPE_VIDEO, type 289 libavfilter/vf_mcdeint.c .type = AVMEDIA_TYPE_VIDEO, type 299 libavfilter/vf_mcdeint.c .type = AVMEDIA_TYPE_VIDEO, type 273 libavfilter/vf_median.c .type = AVMEDIA_TYPE_VIDEO, type 283 libavfilter/vf_median.c .type = AVMEDIA_TYPE_VIDEO, type 94 libavfilter/vf_mergeplanes.c pad.type = AVMEDIA_TYPE_VIDEO; type 293 libavfilter/vf_mergeplanes.c .type = AVMEDIA_TYPE_VIDEO, type 353 libavfilter/vf_mestimate.c .type = AVMEDIA_TYPE_VIDEO, type 363 libavfilter/vf_mestimate.c .type = AVMEDIA_TYPE_VIDEO, type 358 libavfilter/vf_midequalizer.c .type = AVMEDIA_TYPE_VIDEO, type 363 libavfilter/vf_midequalizer.c .type = AVMEDIA_TYPE_VIDEO, type 372 libavfilter/vf_midequalizer.c .type = AVMEDIA_TYPE_VIDEO, type 1246 libavfilter/vf_minterpolate.c .type = AVMEDIA_TYPE_VIDEO, type 1256 libavfilter/vf_minterpolate.c .type = AVMEDIA_TYPE_VIDEO, type 83 libavfilter/vf_misc_vaapi.c denoise.type = VAProcFilterNoiseReduction; type 113 libavfilter/vf_misc_vaapi.c sharpness.type = VAProcFilterSharpening; type 223 libavfilter/vf_misc_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 233 libavfilter/vf_misc_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 93 libavfilter/vf_mix.c pad.type = AVMEDIA_TYPE_VIDEO; type 324 libavfilter/vf_mix.c .type = AVMEDIA_TYPE_VIDEO, type 400 libavfilter/vf_mix.c .type = AVMEDIA_TYPE_VIDEO, type 230 libavfilter/vf_mpdecimate.c .type = AVMEDIA_TYPE_VIDEO, type 240 libavfilter/vf_mpdecimate.c .type = AVMEDIA_TYPE_VIDEO, type 340 libavfilter/vf_neighbor.c .type = AVMEDIA_TYPE_VIDEO, type 350 libavfilter/vf_neighbor.c .type = AVMEDIA_TYPE_VIDEO, type 245 libavfilter/vf_neighbor_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 255 libavfilter/vf_neighbor_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 565 libavfilter/vf_nlmeans.c .type = AVMEDIA_TYPE_VIDEO, type 575 libavfilter/vf_nlmeans.c .type = AVMEDIA_TYPE_VIDEO, type 416 libavfilter/vf_nlmeans_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 426 libavfilter/vf_nlmeans_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 1183 libavfilter/vf_nnedi.c .type = AVMEDIA_TYPE_VIDEO, type 1193 libavfilter/vf_nnedi.c .type = AVMEDIA_TYPE_VIDEO, type 325 libavfilter/vf_noise.c .type = AVMEDIA_TYPE_VIDEO, type 335 libavfilter/vf_noise.c .type = AVMEDIA_TYPE_VIDEO, type 518 libavfilter/vf_normalize.c .type = AVMEDIA_TYPE_VIDEO, type 528 libavfilter/vf_normalize.c .type = AVMEDIA_TYPE_VIDEO, type 32 libavfilter/vf_null.c .type = AVMEDIA_TYPE_VIDEO, type 40 libavfilter/vf_null.c .type = AVMEDIA_TYPE_VIDEO, type 135 libavfilter/vf_ocr.c .type = AVMEDIA_TYPE_VIDEO, type 144 libavfilter/vf_ocr.c .type = AVMEDIA_TYPE_VIDEO, type 1025 libavfilter/vf_overlay.c .type = AVMEDIA_TYPE_VIDEO, type 1030 libavfilter/vf_overlay.c .type = AVMEDIA_TYPE_VIDEO, type 1039 libavfilter/vf_overlay.c .type = AVMEDIA_TYPE_VIDEO, type 407 libavfilter/vf_overlay_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 411 libavfilter/vf_overlay_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 419 libavfilter/vf_overlay_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 296 libavfilter/vf_overlay_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 301 libavfilter/vf_overlay_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 310 libavfilter/vf_overlay_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 399 libavfilter/vf_overlay_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 405 libavfilter/vf_overlay_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 415 libavfilter/vf_overlay_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 102 libavfilter/vf_overlay_vulkan.c .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, type 111 libavfilter/vf_overlay_vulkan.c .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, type 120 libavfilter/vf_overlay_vulkan.c .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, type 132 libavfilter/vf_overlay_vulkan.c .type = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, type 458 libavfilter/vf_overlay_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 463 libavfilter/vf_overlay_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 472 libavfilter/vf_overlay_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 352 libavfilter/vf_owdenoise.c .type = AVMEDIA_TYPE_VIDEO, type 362 libavfilter/vf_owdenoise.c .type = AVMEDIA_TYPE_VIDEO, type 439 libavfilter/vf_pad.c .type = AVMEDIA_TYPE_VIDEO, type 450 libavfilter/vf_pad.c .type = AVMEDIA_TYPE_VIDEO, type 353 libavfilter/vf_pad_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 363 libavfilter/vf_pad_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 557 libavfilter/vf_palettegen.c .type = AVMEDIA_TYPE_VIDEO, type 566 libavfilter/vf_palettegen.c .type = AVMEDIA_TYPE_VIDEO, type 1124 libavfilter/vf_paletteuse.c .type = AVMEDIA_TYPE_VIDEO, type 1127 libavfilter/vf_paletteuse.c .type = AVMEDIA_TYPE_VIDEO, type 1136 libavfilter/vf_paletteuse.c .type = AVMEDIA_TYPE_VIDEO, type 499 libavfilter/vf_perspective.c .type = AVMEDIA_TYPE_VIDEO, type 509 libavfilter/vf_perspective.c .type = AVMEDIA_TYPE_VIDEO, type 223 libavfilter/vf_phase.c .type = AVMEDIA_TYPE_VIDEO, type 233 libavfilter/vf_phase.c .type = AVMEDIA_TYPE_VIDEO, type 317 libavfilter/vf_photosensitivity.c .type = AVMEDIA_TYPE_VIDEO, type 327 libavfilter/vf_photosensitivity.c .type = AVMEDIA_TYPE_VIDEO, type 113 libavfilter/vf_pixdesctest.c .type = AVMEDIA_TYPE_VIDEO, type 123 libavfilter/vf_pixdesctest.c .type = AVMEDIA_TYPE_VIDEO, type 169 libavfilter/vf_pp.c .type = AVMEDIA_TYPE_VIDEO, type 179 libavfilter/vf_pp.c .type = AVMEDIA_TYPE_VIDEO, type 381 libavfilter/vf_pp7.c .type = AVMEDIA_TYPE_VIDEO, type 391 libavfilter/vf_pp7.c .type = AVMEDIA_TYPE_VIDEO, type 675 libavfilter/vf_premultiply.c pad.type = AVMEDIA_TYPE_VIDEO; type 687 libavfilter/vf_premultiply.c pad.type = AVMEDIA_TYPE_VIDEO; type 713 libavfilter/vf_premultiply.c .type = AVMEDIA_TYPE_VIDEO, type 90 libavfilter/vf_procamp_vaapi.c procamp_params[i].type = VAProcFilterColorBalance; type 98 libavfilter/vf_procamp_vaapi.c procamp_params[i].type = VAProcFilterColorBalance; type 106 libavfilter/vf_procamp_vaapi.c procamp_params[i].type = VAProcFilterColorBalance; type 114 libavfilter/vf_procamp_vaapi.c procamp_params[i].type = VAProcFilterColorBalance; type 220 libavfilter/vf_procamp_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 230 libavfilter/vf_procamp_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 283 libavfilter/vf_program_opencl.c input.type = AVMEDIA_TYPE_VIDEO; type 359 libavfilter/vf_program_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 411 libavfilter/vf_program_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 634 libavfilter/vf_pseudocolor.c .type = AVMEDIA_TYPE_VIDEO, type 644 libavfilter/vf_pseudocolor.c .type = AVMEDIA_TYPE_VIDEO, type 400 libavfilter/vf_psnr.c .type = AVMEDIA_TYPE_VIDEO, type 403 libavfilter/vf_psnr.c .type = AVMEDIA_TYPE_VIDEO, type 412 libavfilter/vf_psnr.c .type = AVMEDIA_TYPE_VIDEO, type 752 libavfilter/vf_pullup.c .type = AVMEDIA_TYPE_VIDEO, type 762 libavfilter/vf_pullup.c .type = AVMEDIA_TYPE_VIDEO, type 95 libavfilter/vf_qp.c int type, stride, ret; type 113 libavfilter/vf_qp.c in_qp_table = av_frame_get_qp_table(in, &stride, &type); type 114 libavfilter/vf_qp.c av_frame_set_qp_table(out, out_qp_table_buf, s->qstride, type); type 160 libavfilter/vf_qp.c .type = AVMEDIA_TYPE_VIDEO, type 170 libavfilter/vf_qp.c .type = AVMEDIA_TYPE_VIDEO, type 127 libavfilter/vf_random.c .type = AVMEDIA_TYPE_VIDEO, type 136 libavfilter/vf_random.c .type = AVMEDIA_TYPE_VIDEO, type 418 libavfilter/vf_readeia608.c .type = AVMEDIA_TYPE_VIDEO, type 428 libavfilter/vf_readeia608.c .type = AVMEDIA_TYPE_VIDEO, type 234 libavfilter/vf_readvitc.c .type = AVMEDIA_TYPE_VIDEO, type 244 libavfilter/vf_readvitc.c .type = AVMEDIA_TYPE_VIDEO, type 388 libavfilter/vf_remap.c .type = AVMEDIA_TYPE_VIDEO, type 393 libavfilter/vf_remap.c .type = AVMEDIA_TYPE_VIDEO, type 397 libavfilter/vf_remap.c .type = AVMEDIA_TYPE_VIDEO, type 405 libavfilter/vf_remap.c .type = AVMEDIA_TYPE_VIDEO, type 636 libavfilter/vf_removegrain.c .type = AVMEDIA_TYPE_VIDEO, type 646 libavfilter/vf_removegrain.c .type = AVMEDIA_TYPE_VIDEO, type 561 libavfilter/vf_removelogo.c .type = AVMEDIA_TYPE_VIDEO, type 571 libavfilter/vf_removelogo.c .type = AVMEDIA_TYPE_VIDEO, type 169 libavfilter/vf_repeatfields.c .type = AVMEDIA_TYPE_VIDEO, type 179 libavfilter/vf_repeatfields.c .type = AVMEDIA_TYPE_VIDEO, type 590 libavfilter/vf_rotate.c .type = AVMEDIA_TYPE_VIDEO, type 599 libavfilter/vf_rotate.c .type = AVMEDIA_TYPE_VIDEO, type 311 libavfilter/vf_sab.c .type = AVMEDIA_TYPE_VIDEO, type 321 libavfilter/vf_sab.c .type = AVMEDIA_TYPE_VIDEO, type 953 libavfilter/vf_scale.c .type = AVMEDIA_TYPE_VIDEO, type 962 libavfilter/vf_scale.c .type = AVMEDIA_TYPE_VIDEO, type 993 libavfilter/vf_scale.c .type = AVMEDIA_TYPE_VIDEO, type 998 libavfilter/vf_scale.c .type = AVMEDIA_TYPE_VIDEO, type 1007 libavfilter/vf_scale.c .type = AVMEDIA_TYPE_VIDEO, type 1013 libavfilter/vf_scale.c .type = AVMEDIA_TYPE_VIDEO, type 563 libavfilter/vf_scale_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 572 libavfilter/vf_scale_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 579 libavfilter/vf_scale_npp.c .type = AVMEDIA_TYPE_VIDEO, type 588 libavfilter/vf_scale_npp.c .type = AVMEDIA_TYPE_VIDEO, type 641 libavfilter/vf_scale_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 650 libavfilter/vf_scale_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 270 libavfilter/vf_scale_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 280 libavfilter/vf_scale_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 145 libavfilter/vf_scale_vulkan.c .type = VK_DESCRIPTOR_TYPE_COMBINED_IMAGE_SAMPLER, type 154 libavfilter/vf_scale_vulkan.c .type = VK_DESCRIPTOR_TYPE_STORAGE_IMAGE, type 166 libavfilter/vf_scale_vulkan.c .type = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER, type 511 libavfilter/vf_scale_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 521 libavfilter/vf_scale_vulkan.c .type = AVMEDIA_TYPE_VIDEO, type 200 libavfilter/vf_scdet.c .type = AVMEDIA_TYPE_VIDEO, type 209 libavfilter/vf_scdet.c .type = AVMEDIA_TYPE_VIDEO, type 199 libavfilter/vf_scroll.c .type = AVMEDIA_TYPE_VIDEO, type 209 libavfilter/vf_scroll.c .type = AVMEDIA_TYPE_VIDEO, type 458 libavfilter/vf_selectivecolor.c .type = AVMEDIA_TYPE_VIDEO, type 468 libavfilter/vf_selectivecolor.c .type = AVMEDIA_TYPE_VIDEO, type 54 libavfilter/vf_separatefields.c static void extract_field(AVFrame *frame, int nb_planes, int type) type 59 libavfilter/vf_separatefields.c if (type) type 162 libavfilter/vf_separatefields.c .type = AVMEDIA_TYPE_VIDEO, type 170 libavfilter/vf_separatefields.c .type = AVMEDIA_TYPE_VIDEO, type 151 libavfilter/vf_setparams.c .type = AVMEDIA_TYPE_VIDEO, type 160 libavfilter/vf_setparams.c .type = AVMEDIA_TYPE_VIDEO, type 111 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "type - %s", av_stereo3d_type_name(stereo->type)); type 179 libavfilter/vf_showinfo.c av_log(ctx, AV_LOG_INFO, "video encoding parameters: type %d; ", par->type); type 326 libavfilter/vf_showinfo.c switch (sd->type) { type 380 libavfilter/vf_showinfo.c sd->type, sd->size); type 418 libavfilter/vf_showinfo.c .type = AVMEDIA_TYPE_VIDEO, type 428 libavfilter/vf_showinfo.c .type = AVMEDIA_TYPE_VIDEO, type 116 libavfilter/vf_showpalette.c .type = AVMEDIA_TYPE_VIDEO, type 125 libavfilter/vf_showpalette.c .type = AVMEDIA_TYPE_VIDEO, type 145 libavfilter/vf_shuffleframes.c .type = AVMEDIA_TYPE_VIDEO, type 154 libavfilter/vf_shuffleframes.c .type = AVMEDIA_TYPE_VIDEO, type 151 libavfilter/vf_shuffleplanes.c .type = AVMEDIA_TYPE_VIDEO, type 161 libavfilter/vf_shuffleplanes.c .type = AVMEDIA_TYPE_VIDEO, type 1000 libavfilter/vf_signalstats.c .type = AVMEDIA_TYPE_VIDEO, type 1010 libavfilter/vf_signalstats.c .type = AVMEDIA_TYPE_VIDEO, type 659 libavfilter/vf_signature.c .type = AVMEDIA_TYPE_VIDEO, type 753 libavfilter/vf_signature.c .type = AVMEDIA_TYPE_VIDEO, type 279 libavfilter/vf_smartblur.c .type = AVMEDIA_TYPE_VIDEO, type 289 libavfilter/vf_smartblur.c .type = AVMEDIA_TYPE_VIDEO, type 502 libavfilter/vf_spp.c .type = AVMEDIA_TYPE_VIDEO, type 512 libavfilter/vf_spp.c .type = AVMEDIA_TYPE_VIDEO, type 267 libavfilter/vf_sr.c .type = AVMEDIA_TYPE_VIDEO, type 277 libavfilter/vf_sr.c .type = AVMEDIA_TYPE_VIDEO, type 491 libavfilter/vf_ssim.c .type = AVMEDIA_TYPE_VIDEO, type 494 libavfilter/vf_ssim.c .type = AVMEDIA_TYPE_VIDEO, type 503 libavfilter/vf_ssim.c .type = AVMEDIA_TYPE_VIDEO, type 124 libavfilter/vf_stack.c pad.type = AVMEDIA_TYPE_VIDEO; type 404 libavfilter/vf_stack.c .type = AVMEDIA_TYPE_VIDEO, type 1100 libavfilter/vf_stereo3d.c .type = AVMEDIA_TYPE_VIDEO, type 1109 libavfilter/vf_stereo3d.c .type = AVMEDIA_TYPE_VIDEO, type 199 libavfilter/vf_subtitles.c .type = AVMEDIA_TYPE_VIDEO, type 210 libavfilter/vf_subtitles.c .type = AVMEDIA_TYPE_VIDEO, type 331 libavfilter/vf_super2xsai.c .type = AVMEDIA_TYPE_VIDEO, type 341 libavfilter/vf_super2xsai.c .type = AVMEDIA_TYPE_VIDEO, type 230 libavfilter/vf_swaprect.c .type = AVMEDIA_TYPE_VIDEO, type 241 libavfilter/vf_swaprect.c .type = AVMEDIA_TYPE_VIDEO, type 105 libavfilter/vf_swapuv.c .type = AVMEDIA_TYPE_VIDEO, type 115 libavfilter/vf_swapuv.c .type = AVMEDIA_TYPE_VIDEO, type 277 libavfilter/vf_telecine.c .type = AVMEDIA_TYPE_VIDEO, type 287 libavfilter/vf_telecine.c .type = AVMEDIA_TYPE_VIDEO, type 328 libavfilter/vf_threshold.c .type = AVMEDIA_TYPE_VIDEO, type 333 libavfilter/vf_threshold.c .type = AVMEDIA_TYPE_VIDEO, type 337 libavfilter/vf_threshold.c .type = AVMEDIA_TYPE_VIDEO, type 341 libavfilter/vf_threshold.c .type = AVMEDIA_TYPE_VIDEO, type 349 libavfilter/vf_threshold.c .type = AVMEDIA_TYPE_VIDEO, type 211 libavfilter/vf_thumbnail.c .type = AVMEDIA_TYPE_VIDEO, type 221 libavfilter/vf_thumbnail.c .type = AVMEDIA_TYPE_VIDEO, type 427 libavfilter/vf_thumbnail_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 437 libavfilter/vf_thumbnail_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 272 libavfilter/vf_tile.c .type = AVMEDIA_TYPE_VIDEO, type 281 libavfilter/vf_tile.c .type = AVMEDIA_TYPE_VIDEO, type 544 libavfilter/vf_tinterlace.c .type = AVMEDIA_TYPE_VIDEO, type 553 libavfilter/vf_tinterlace.c .type = AVMEDIA_TYPE_VIDEO, type 323 libavfilter/vf_tonemap.c .type = AVMEDIA_TYPE_VIDEO, type 332 libavfilter/vf_tonemap.c .type = AVMEDIA_TYPE_VIDEO, type 527 libavfilter/vf_tonemap_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 537 libavfilter/vf_tonemap_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 224 libavfilter/vf_tonemap_vaapi.c hdrtm_param.type = VAProcFilterHighDynamicRangeToneMapping; type 392 libavfilter/vf_tonemap_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 402 libavfilter/vf_tonemap_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 194 libavfilter/vf_tpad.c .type = AVMEDIA_TYPE_VIDEO, type 203 libavfilter/vf_tpad.c .type = AVMEDIA_TYPE_VIDEO, type 384 libavfilter/vf_transpose.c .type = AVMEDIA_TYPE_VIDEO, type 395 libavfilter/vf_transpose.c .type = AVMEDIA_TYPE_VIDEO, type 461 libavfilter/vf_transpose_npp.c .type = AVMEDIA_TYPE_VIDEO, type 470 libavfilter/vf_transpose_npp.c .type = AVMEDIA_TYPE_VIDEO, type 260 libavfilter/vf_transpose_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 271 libavfilter/vf_transpose_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 260 libavfilter/vf_transpose_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 271 libavfilter/vf_transpose_vaapi.c .type = AVMEDIA_TYPE_VIDEO, type 328 libavfilter/vf_unsharp.c .type = AVMEDIA_TYPE_VIDEO, type 338 libavfilter/vf_unsharp.c .type = AVMEDIA_TYPE_VIDEO, type 385 libavfilter/vf_unsharp_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 395 libavfilter/vf_unsharp_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 173 libavfilter/vf_untile.c .type = AVMEDIA_TYPE_VIDEO, type 181 libavfilter/vf_untile.c .type = AVMEDIA_TYPE_VIDEO, type 484 libavfilter/vf_uspp.c .type = AVMEDIA_TYPE_VIDEO, type 494 libavfilter/vf_uspp.c .type = AVMEDIA_TYPE_VIDEO, type 4296 libavfilter/vf_v360.c .type = AVMEDIA_TYPE_VIDEO, type 4305 libavfilter/vf_v360.c .type = AVMEDIA_TYPE_VIDEO, type 41 libavfilter/vf_vaguedenoiser.c int type; type 78 libavfilter/vf_vaguedenoiser.c { "type", "set threshold type", OFFSET(type), AV_OPT_TYPE_INT, {.i64=0 }, 0, 1, FLAGS, "type" }, type 476 libavfilter/vf_vaguedenoiser.c if (s->type == 0) { type 597 libavfilter/vf_vaguedenoiser.c .type = AVMEDIA_TYPE_VIDEO, type 608 libavfilter/vf_vaguedenoiser.c .type = AVMEDIA_TYPE_VIDEO type 1574 libavfilter/vf_vectorscope.c .type = AVMEDIA_TYPE_VIDEO, type 1584 libavfilter/vf_vectorscope.c .type = AVMEDIA_TYPE_VIDEO, type 97 libavfilter/vf_vflip.c .type = AVMEDIA_TYPE_VIDEO, type 108 libavfilter/vf_vflip.c .type = AVMEDIA_TYPE_VIDEO, type 93 libavfilter/vf_vfrdet.c .type = AVMEDIA_TYPE_VIDEO, type 102 libavfilter/vf_vfrdet.c .type = AVMEDIA_TYPE_VIDEO, type 210 libavfilter/vf_vibrance.c .type = AVMEDIA_TYPE_VIDEO, type 221 libavfilter/vf_vibrance.c .type = AVMEDIA_TYPE_VIDEO, type 195 libavfilter/vf_vidstabdetect.c .type = AVMEDIA_TYPE_VIDEO, type 205 libavfilter/vf_vidstabdetect.c .type = AVMEDIA_TYPE_VIDEO, type 296 libavfilter/vf_vidstabtransform.c .type = AVMEDIA_TYPE_VIDEO, type 306 libavfilter/vf_vidstabtransform.c .type = AVMEDIA_TYPE_VIDEO, type 333 libavfilter/vf_vignette.c .type = AVMEDIA_TYPE_VIDEO, type 343 libavfilter/vf_vignette.c .type = AVMEDIA_TYPE_VIDEO, type 127 libavfilter/vf_vmafmotion.c #define conv_y_fn(type, bits) \ type 133 libavfilter/vf_vmafmotion.c const type *src = (const type *) _src; \ type 343 libavfilter/vf_vmafmotion.c .type = AVMEDIA_TYPE_VIDEO, type 353 libavfilter/vf_vmafmotion.c .type = AVMEDIA_TYPE_VIDEO, type 537 libavfilter/vf_vpp_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 547 libavfilter/vf_vpp_qsv.c .type = AVMEDIA_TYPE_VIDEO, type 578 libavfilter/vf_w3fdif.c .type = AVMEDIA_TYPE_VIDEO, type 588 libavfilter/vf_w3fdif.c .type = AVMEDIA_TYPE_VIDEO, type 3484 libavfilter/vf_waveform.c .type = AVMEDIA_TYPE_VIDEO, type 3494 libavfilter/vf_waveform.c .type = AVMEDIA_TYPE_VIDEO, type 159 libavfilter/vf_weave.c .type = AVMEDIA_TYPE_VIDEO, type 168 libavfilter/vf_weave.c .type = AVMEDIA_TYPE_VIDEO, type 413 libavfilter/vf_xbr.c .type = AVMEDIA_TYPE_VIDEO, type 422 libavfilter/vf_xbr.c .type = AVMEDIA_TYPE_VIDEO, type 193 libavfilter/vf_xfade.c #define CUSTOM_TRANSITION(name, type, div) \ type 208 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 209 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 210 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 252 libavfilter/vf_xfade.c #define FADE_TRANSITION(name, type, div) \ type 262 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 263 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 264 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 281 libavfilter/vf_xfade.c #define WIPELEFT_TRANSITION(name, type, div) \ type 292 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 293 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 294 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 311 libavfilter/vf_xfade.c #define WIPERIGHT_TRANSITION(name, type, div) \ type 322 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 323 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 324 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 341 libavfilter/vf_xfade.c #define WIPEUP_TRANSITION(name, type, div) \ type 352 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 353 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 354 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 371 libavfilter/vf_xfade.c #define WIPEDOWN_TRANSITION(name, type, div) \ type 382 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 383 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 384 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 401 libavfilter/vf_xfade.c #define SLIDELEFT_TRANSITION(name, type, div) \ type 413 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 414 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 415 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 434 libavfilter/vf_xfade.c #define SLIDERIGHT_TRANSITION(name, type, div) \ type 446 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 447 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 448 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 467 libavfilter/vf_xfade.c #define SLIDEUP_TRANSITION(name, type, div) \ type 478 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 483 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + zz * a->linesize[p]); \ type 484 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + zz * b->linesize[p]); \ type 498 libavfilter/vf_xfade.c #define SLIDEDOWN_TRANSITION(name, type, div) \ type 509 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 514 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + zz * a->linesize[p]); \ type 515 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + zz * b->linesize[p]); \ type 529 libavfilter/vf_xfade.c #define CIRCLECROP_TRANSITION(name, type, div) \ type 542 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 545 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 546 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 562 libavfilter/vf_xfade.c #define RECTCROP_TRANSITION(name, type, div) \ type 576 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 579 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 580 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 597 libavfilter/vf_xfade.c #define DISTANCE_TRANSITION(name, type, div) \ type 611 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 612 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 620 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 621 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 622 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 632 libavfilter/vf_xfade.c #define FADEBLACK_TRANSITION(name, type, div) \ type 643 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 644 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 645 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 665 libavfilter/vf_xfade.c #define FADEWHITE_TRANSITION(name, type, div) \ type 676 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + slice_start * a->linesize[p]); \ type 677 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + slice_start * b->linesize[p]); \ type 678 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + slice_start * out->linesize[p]); \ type 698 libavfilter/vf_xfade.c #define RADIAL_TRANSITION(name, type, div) \ type 713 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 714 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 715 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 726 libavfilter/vf_xfade.c #define SMOOTHLEFT_TRANSITION(name, type, div) \ type 741 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 742 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 743 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 754 libavfilter/vf_xfade.c #define SMOOTHRIGHT_TRANSITION(name, type, div) \ type 769 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 770 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 771 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 782 libavfilter/vf_xfade.c #define SMOOTHUP_TRANSITION(name, type, div) \ type 796 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 797 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 798 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 809 libavfilter/vf_xfade.c #define SMOOTHDOWN_TRANSITION(name, type, div) \ type 823 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 824 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 825 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 836 libavfilter/vf_xfade.c #define CIRCLEOPEN_TRANSITION(name, type, div) \ type 852 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 853 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 854 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 865 libavfilter/vf_xfade.c #define CIRCLECLOSE_TRANSITION(name, type, div) \ type 881 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 882 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 883 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 894 libavfilter/vf_xfade.c #define VERTOPEN_TRANSITION(name, type, div) \ type 908 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 909 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 910 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 921 libavfilter/vf_xfade.c #define VERTCLOSE_TRANSITION(name, type, div) \ type 935 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 936 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 937 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 948 libavfilter/vf_xfade.c #define HORZOPEN_TRANSITION(name, type, div) \ type 962 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 963 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 964 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 975 libavfilter/vf_xfade.c #define HORZCLOSE_TRANSITION(name, type, div) \ type 989 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 990 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 991 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1009 libavfilter/vf_xfade.c #define DISSOLVE_TRANSITION(name, type, div) \ type 1022 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1023 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1024 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1035 libavfilter/vf_xfade.c #define PIXELIZE_TRANSITION(name, type, div) \ type 1054 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + sy * a->linesize[p]); \ type 1055 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + sy * b->linesize[p]); \ type 1056 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1067 libavfilter/vf_xfade.c #define DIAGTL_TRANSITION(name, type, div) \ type 1083 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1084 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1085 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1096 libavfilter/vf_xfade.c #define DIAGTR_TRANSITION(name, type, div) \ type 1112 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1113 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1114 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1125 libavfilter/vf_xfade.c #define DIAGBL_TRANSITION(name, type, div) \ type 1141 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1142 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1143 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1154 libavfilter/vf_xfade.c #define DIAGBR_TRANSITION(name, type, div) \ type 1171 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1172 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1173 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1184 libavfilter/vf_xfade.c #define HLSLICE_TRANSITION(name, type, div) \ type 1200 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1201 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1202 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1213 libavfilter/vf_xfade.c #define HRSLICE_TRANSITION(name, type, div) \ type 1230 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1231 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1232 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1243 libavfilter/vf_xfade.c #define VUSLICE_TRANSITION(name, type, div) \ type 1259 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1260 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1261 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1272 libavfilter/vf_xfade.c #define VDSLICE_TRANSITION(name, type, div) \ type 1289 libavfilter/vf_xfade.c const type *xf0 = (const type *)(a->data[p] + y * a->linesize[p]); \ type 1290 libavfilter/vf_xfade.c const type *xf1 = (const type *)(b->data[p] + y * b->linesize[p]); \ type 1291 libavfilter/vf_xfade.c type *dst = (type *)(out->data[p] + y * out->linesize[p]); \ type 1577 libavfilter/vf_xfade.c .type = AVMEDIA_TYPE_VIDEO, type 1581 libavfilter/vf_xfade.c .type = AVMEDIA_TYPE_VIDEO, type 1589 libavfilter/vf_xfade.c .type = AVMEDIA_TYPE_VIDEO, type 405 libavfilter/vf_xfade_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 411 libavfilter/vf_xfade_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 421 libavfilter/vf_xfade_opencl.c .type = AVMEDIA_TYPE_VIDEO, type 119 libavfilter/vf_xmedian.c pad.type = AVMEDIA_TYPE_VIDEO; type 360 libavfilter/vf_xmedian.c .type = AVMEDIA_TYPE_VIDEO, type 433 libavfilter/vf_xmedian.c .type = AVMEDIA_TYPE_VIDEO, type 442 libavfilter/vf_xmedian.c .type = AVMEDIA_TYPE_VIDEO, type 338 libavfilter/vf_yadif.c .type = AVMEDIA_TYPE_VIDEO, type 347 libavfilter/vf_yadif.c .type = AVMEDIA_TYPE_VIDEO, type 359 libavfilter/vf_yadif_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 369 libavfilter/vf_yadif_cuda.c .type = AVMEDIA_TYPE_VIDEO, type 98 libavfilter/vf_yaepblur.c #define PRE_CALCULATE_ROW(type, name) \ type 107 libavfilter/vf_yaepblur.c const int linesize = td->src_linesize / sizeof(type); \ type 115 libavfilter/vf_yaepblur.c const type *src = (const type *)td->src + starty * linesize; \ type 165 libavfilter/vf_yaepblur.c #define FILTER_SLICE(type, name) \ type 173 libavfilter/vf_yaepblur.c const int src_linesize = td->src_linesize / sizeof(type); \ type 174 libavfilter/vf_yaepblur.c const int dst_linesize = td->dst_linesize / sizeof(type); \ type 181 libavfilter/vf_yaepblur.c const type *src = (const type *)td->src; \ type 182 libavfilter/vf_yaepblur.c type *dst = (type *)td->dst; \ type 308 libavfilter/vf_yaepblur.c .type = AVMEDIA_TYPE_VIDEO, type 318 libavfilter/vf_yaepblur.c .type = AVMEDIA_TYPE_VIDEO, type 360 libavfilter/vf_zoompan.c .type = AVMEDIA_TYPE_VIDEO, type 368 libavfilter/vf_zoompan.c .type = AVMEDIA_TYPE_VIDEO, type 908 libavfilter/vf_zscale.c .type = AVMEDIA_TYPE_VIDEO, type 917 libavfilter/vf_zscale.c .type = AVMEDIA_TYPE_VIDEO, type 50 libavfilter/vidstabutils.c static int vs2av_log(int type, const char *tag, const char *format, ...) type 63 libavfilter/vidstabutils.c av_vlog(&ctx, type, format, ap); type 32 libavfilter/vsink_nullsink.c .type = AVMEDIA_TYPE_VIDEO, type 323 libavfilter/vsrc_cellauto.c .type = AVMEDIA_TYPE_VIDEO, type 37 libavfilter/vsrc_gradients.c int type; type 274 libavfilter/vsrc_gradients.c .type = AVMEDIA_TYPE_VIDEO, type 437 libavfilter/vsrc_life.c .type = AVMEDIA_TYPE_VIDEO, type 415 libavfilter/vsrc_mandelbrot.c .type = AVMEDIA_TYPE_VIDEO, type 353 libavfilter/vsrc_mptestsrc.c .type = AVMEDIA_TYPE_VIDEO, type 42 libavfilter/vsrc_sierpinski.c int type; type 66 libavfilter/vsrc_sierpinski.c {"type","set fractal type",OFFSET(type), AV_OPT_TYPE_INT, {.i64=0}, 0, 1, FLAGS, "type" }, type 169 libavfilter/vsrc_sierpinski.c s->draw_slice = s->type ? draw_triangle_slice : draw_carpet_slice; type 219 libavfilter/vsrc_sierpinski.c .type = AVMEDIA_TYPE_VIDEO, type 252 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 386 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 424 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 660 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 933 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 1052 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 1228 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 1371 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 1705 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 1786 libavfilter/vsrc_testsrc.c .type = AVMEDIA_TYPE_VIDEO, type 25 libavfilter/vulkan.c #define FN_CREATING(ctx, type, shortname, array, num) \ type 26 libavfilter/vulkan.c static av_always_inline type *create_ ##shortname(ctx *dctx) \ type 28 libavfilter/vulkan.c type **array, *sctx = av_mallocz(sizeof(*sctx)); \ type 1001 libavfilter/vulkan.c const char *type; type 1049 libavfilter/vulkan.c desc_binding[i].descriptorType = desc[i].type; type 1073 libavfilter/vulkan.c if (pl->pool_size_desc[j].type == desc[i].type) type 1083 libavfilter/vulkan.c pl->pool_size_desc[j].type = desc[i].type; type 1099 libavfilter/vulkan.c des_entries[i].descriptorType = desc[i].type; type 1103 libavfilter/vulkan.c des_entries[i].stride = descriptor_props[desc[i].type].struct_size; type 1127 libavfilter/vulkan.c const struct descriptor_props *prop = &descriptor_props[desc[i].type]; type 1140 libavfilter/vulkan.c if (prop->type) type 1141 libavfilter/vulkan.c GLSLA(" %s", prop->type); type 75 libavfilter/vulkan.h VkDescriptorType type; type 26 libavfilter/x86/avf_showcqt_init.c #define DECLARE_CQT_CALC(type) \ type 27 libavfilter/x86/avf_showcqt_init.c void ff_showcqt_cqt_calc_##type(FFTComplex *dst, const FFTComplex *src, \ type 51 libavfilter/x86/avf_showcqt_init.c #define SELECT_CQT_CALC(type, TYPE, align, perm) \ type 53 libavfilter/x86/avf_showcqt_init.c s->cqt_calc = ff_showcqt_cqt_calc_##type; \ type 43 libavformat/asfdec_f.c uint8_t type; type 200 libavformat/asfdec_f.c static int get_value(AVIOContext *pb, int type, int type2_size) type 202 libavformat/asfdec_f.c switch (type) { type 226 libavformat/asfdec_f.c int ret, type, picsize, desc_len; type 235 libavformat/asfdec_f.c type = avio_r8(s->pb); type 237 libavformat/asfdec_f.c if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types) || type < 0) { type 238 libavformat/asfdec_f.c av_log(s, AV_LOG_WARNING, "Unknown attached picture type: %d.\n", type); type 239 libavformat/asfdec_f.c type = 0; type 295 libavformat/asfdec_f.c av_dict_set(&st->metadata, "comment", ff_id3v2_picture_types[type], 0); type 317 libavformat/asfdec_f.c static void get_tag(AVFormatContext *s, const char *key, int type, int len, int type2_size) type 333 libavformat/asfdec_f.c switch (type) { type 354 libavformat/asfdec_f.c uint64_t num = get_value(s->pb, type, type2_size); type 363 libavformat/asfdec_f.c "Unsupported value type %d in tag %s.\n", type, key); type 405 libavformat/asfdec_f.c enum AVMediaType type; type 435 libavformat/asfdec_f.c type = AVMEDIA_TYPE_AUDIO; type 437 libavformat/asfdec_f.c type = AVMEDIA_TYPE_VIDEO; type 439 libavformat/asfdec_f.c type = AVMEDIA_TYPE_VIDEO; type 442 libavformat/asfdec_f.c type = AVMEDIA_TYPE_DATA; type 445 libavformat/asfdec_f.c type = AVMEDIA_TYPE_UNKNOWN; type 463 libavformat/asfdec_f.c type = AVMEDIA_TYPE_AUDIO; type 474 libavformat/asfdec_f.c st->codecpar->codec_type = type; type 475 libavformat/asfdec_f.c if (type == AVMEDIA_TYPE_AUDIO) { type 504 libavformat/asfdec_f.c } else if (type == AVMEDIA_TYPE_VIDEO && type 613 libavformat/asfdec_f.c p->type = g[0]; type 1137 libavformat/asfdec_f.c switch (p->type) { type 79 libavformat/asfdec_o.c int type; type 274 libavformat/asfdec_o.c uint16_t val_len, int type, AVDictionary **met) type 284 libavformat/asfdec_o.c if (type == ASF_UNICODE) { type 314 libavformat/asfdec_o.c static int asf_read_generic_value(AVIOContext *pb, int type, uint64_t *value) type 317 libavformat/asfdec_o.c switch (type) { type 338 libavformat/asfdec_o.c int type, AVDictionary **met) type 345 libavformat/asfdec_o.c ret = asf_read_generic_value(pb, type, &value); type 367 libavformat/asfdec_o.c int ret, type, picsize, desc_len; type 377 libavformat/asfdec_o.c type = avio_r8(s->pb); type 379 libavformat/asfdec_o.c if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types) || type < 0) { type 380 libavformat/asfdec_o.c av_log(s, AV_LOG_WARNING, "Unknown attached picture type: %d.\n", type); type 381 libavformat/asfdec_o.c type = 0; type 433 libavformat/asfdec_o.c st->codecpar->codec_type = asf_st->type = AVMEDIA_TYPE_VIDEO; type 447 libavformat/asfdec_o.c if (av_dict_set(&st->metadata, "comment", ff_id3v2_picture_types[type], 0) < 0) type 471 libavformat/asfdec_o.c uint16_t val_len, uint16_t type, AVDictionary **met) type 477 libavformat/asfdec_o.c switch (type) { type 479 libavformat/asfdec_o.c asf_read_value(s, name, val_len, type, met); type 487 libavformat/asfdec_o.c asf_read_value(s, name, val_len, type, met); type 493 libavformat/asfdec_o.c if ((ret = asf_set_metadata(s, name, type, met)) < 0) type 511 libavformat/asfdec_o.c uint16_t name_len, type, val_len; type 522 libavformat/asfdec_o.c type = avio_rl16(pb); type 525 libavformat/asfdec_o.c if (type == ASF_BOOL) type 526 libavformat/asfdec_o.c type = ASF_DWORD; type 529 libavformat/asfdec_o.c ret = process_metadata(s, name, name_len, val_len, type, &s->metadata); type 555 libavformat/asfdec_o.c static int asf_store_aspect_ratio(AVFormatContext *s, uint8_t st_num, uint8_t *name, int type) type 562 libavformat/asfdec_o.c ret = asf_read_generic_value(pb, type, &value); type 584 libavformat/asfdec_o.c uint16_t name_len, buflen, type, val_len, st_num; type 593 libavformat/asfdec_o.c type = avio_rl16(pb); type 601 libavformat/asfdec_o.c ret = asf_store_aspect_ratio(s, st_num, name, type); type 608 libavformat/asfdec_o.c if ((ret = process_metadata(s, name, name_len, val_len, type, type 735 libavformat/asfdec_o.c enum AVMediaType type; type 748 libavformat/asfdec_o.c type = AVMEDIA_TYPE_AUDIO; type 750 libavformat/asfdec_o.c type = AVMEDIA_TYPE_VIDEO; type 752 libavformat/asfdec_o.c type = AVMEDIA_TYPE_VIDEO; type 754 libavformat/asfdec_o.c type = AVMEDIA_TYPE_DATA; type 757 libavformat/asfdec_o.c type = AVMEDIA_TYPE_UNKNOWN; type 780 libavformat/asfdec_o.c st->codecpar->codec_type = type; type 794 libavformat/asfdec_o.c switch (type) { type 796 libavformat/asfdec_o.c asf_st->type = AVMEDIA_TYPE_AUDIO; type 801 libavformat/asfdec_o.c asf_st->type = AVMEDIA_TYPE_VIDEO; type 811 libavformat/asfdec_o.c if (type == AVMEDIA_TYPE_AUDIO) { type 989 libavformat/asfdec_o.c if ((asf->asf_st[i]->type == AVMEDIA_TYPE_VIDEO) && !asf->asf_st[i]->indexed) { type 1498 libavformat/asfdec_o.c asf->asf_st[i]->type == AVMEDIA_TYPE_AUDIO) type 190 libavformat/asfenc.c uint8_t type; type 300 libavformat/asfenc.c static void put_chunk(AVFormatContext *s, int type, type 308 libavformat/asfenc.c avio_wl16(pb, type); type 83 libavformat/astdec.c uint32_t type, size; type 91 libavformat/astdec.c type = avio_rl32(s->pb); type 100 libavformat/astdec.c if (type == MKTAG('B','L','C','K')) { type 105 libavformat/astdec.c av_log(s, AV_LOG_ERROR, "unknown chunk %"PRIx32"\n", type); type 38 libavformat/astenc.c #define CHECK_LOOP(type) \ type 39 libavformat/astenc.c if (ast->loop ## type > 0) { \ type 40 libavformat/astenc.c ast->loop ## type = av_rescale_rnd(ast->loop ## type, par->sample_rate, 1000, AV_ROUND_DOWN); \ type 41 libavformat/astenc.c if (ast->loop ## type < 0 || ast->loop ## type > UINT_MAX) { \ type 42 libavformat/astenc.c av_log(s, AV_LOG_ERROR, "Invalid loop" #type " value\n"); \ type 37 libavformat/av1.c int off, start_pos, type, temporal_id, spatial_id; type 48 libavformat/av1.c &type, &temporal_id, &spatial_id); type 52 libavformat/av1.c switch (type) { type 337 libavformat/av1.c int start_pos, type, temporal_id, spatial_id; type 344 libavformat/av1.c &type, &temporal_id, &spatial_id); type 348 libavformat/av1.c switch (type) { type 372 libavformat/av1.c int start_pos, type, temporal_id, spatial_id; type 387 libavformat/av1.c &type, &temporal_id, &spatial_id); type 393 libavformat/av1.c switch (type) { type 60 libavformat/av1dec.c static int read_obu(const uint8_t *buf, int size, int64_t *obu_size, int *type) type 66 libavformat/av1dec.c type, &temporal_id, &spatial_id); type 79 libavformat/av1dec.c int ret, type, cnt = 0; type 106 libavformat/av1dec.c ret = read_obu(p->buf + cnt, FFMIN(p->buf_size - cnt, obu_unit_size), &obu_size, &type); type 107 libavformat/av1dec.c if (ret < 0 || type != AV1_OBU_TEMPORAL_DELIMITER || obu_size > 0) type 121 libavformat/av1dec.c ret = read_obu(p->buf + cnt, FFMIN(p->buf_size - cnt, obu_unit_size), &obu_size, &type); type 126 libavformat/av1dec.c switch (type) { type 573 libavformat/avformat.h int (*control_message)(struct AVFormatContext *s, int type, type 1305 libavformat/avformat.h typedef int (*av_format_control_message)(struct AVFormatContext *s, int type, type 2174 libavformat/avformat.h int av_stream_add_side_data(AVStream *st, enum AVPacketSideDataType type, type 2186 libavformat/avformat.h enum AVPacketSideDataType type, int size); type 2196 libavformat/avformat.h enum AVPacketSideDataType type, int *size); type 2379 libavformat/avformat.h enum AVMediaType type, type 2707 libavformat/avformat.h enum AVMediaType type); type 178 libavformat/avienc.c static char *avi_stream2fourcc(char *tag, int index, enum AVMediaType type) type 182 libavformat/avienc.c if (type == AVMEDIA_TYPE_VIDEO) { type 185 libavformat/avienc.c } else if (type == AVMEDIA_TYPE_SUBTITLE) { type 88 libavformat/avio.h int type; /**< Type of the entry */ type 320 libavformat/avio.h enum AVIODataMarkerType type, int64_t time); type 524 libavformat/avio.h void avio_write_marker(AVIOContext *s, int64_t time, enum AVIODataMarkerType type); type 424 libavformat/aviobuf.c #define PUT_STR16(type, big_endian) \ type 425 libavformat/aviobuf.c int avio_put_str16 ## type(AVIOContext *s, const char *str) \ type 471 libavformat/aviobuf.c void avio_write_marker(AVIOContext *s, int64_t time, enum AVIODataMarkerType type) type 473 libavformat/aviobuf.c if (type == AVIO_DATA_MARKER_FLUSH_POINT) { type 481 libavformat/aviobuf.c if (type == AVIO_DATA_MARKER_BOUNDARY_POINT && s->ignore_boundary_point) type 482 libavformat/aviobuf.c type = AVIO_DATA_MARKER_UNKNOWN; type 485 libavformat/aviobuf.c if (type == AVIO_DATA_MARKER_UNKNOWN && type 490 libavformat/aviobuf.c switch (type) { type 495 libavformat/aviobuf.c if (type == s->current_type) type 503 libavformat/aviobuf.c s->current_type = type; type 875 libavformat/aviobuf.c #define GET_STR16(type, read) \ type 876 libavformat/aviobuf.c int avio_get_str16 ##type(AVIOContext *pb, int maxlen, char *buf, int buflen)\ type 93 libavformat/avs.c AvsBlockType type, int sub_type, int size, type 112 libavformat/avs.c pkt->data[palette_size + 1] = type; type 153 libavformat/avs.c AvsBlockType type = AVS_NONE; type 171 libavformat/avs.c type = avio_r8(s->pb); type 177 libavformat/avs.c switch (type) { type 203 libavformat/avs.c return avs_read_video_packet(s, pkt, type, sub_type, size, type 74 libavformat/bmv.c int type, err; type 79 libavformat/bmv.c type = avio_r8(s->pb); type 80 libavformat/bmv.c if (type == BMV_NOP) type 82 libavformat/bmv.c if (type == BMV_END) type 89 libavformat/bmv.c c->packet[0] = type; type 92 libavformat/bmv.c if (type & BMV_AUDIO) { type 88 libavformat/dashdec.c enum AVMediaType type; type 220 libavformat/dashdec.c char type = '\0'; type 229 libavformat/dashdec.c if (sscanf(ptr, "%f%c%n", &value, &type, &size) != 2) { type 233 libavformat/dashdec.c switch (type) { type 488 libavformat/dashdec.c baseurl_nodes[i]->children->type == XML_TEXT_NODE) { type 559 libavformat/dashdec.c enum AVMediaType type = AVMEDIA_TYPE_UNKNOWN; type 570 libavformat/dashdec.c type = AVMEDIA_TYPE_VIDEO; type 572 libavformat/dashdec.c type = AVMEDIA_TYPE_AUDIO; type 574 libavformat/dashdec.c type = AVMEDIA_TYPE_SUBTITLE; type 580 libavformat/dashdec.c return type; type 861 libavformat/dashdec.c enum AVMediaType type = AVMEDIA_TYPE_UNKNOWN; type 864 libavformat/dashdec.c if (type == AVMEDIA_TYPE_UNKNOWN) type 865 libavformat/dashdec.c type = get_content_type(representation_node); type 867 libavformat/dashdec.c if (type == AVMEDIA_TYPE_UNKNOWN) type 868 libavformat/dashdec.c type = get_content_type(content_component_node); type 870 libavformat/dashdec.c if (type == AVMEDIA_TYPE_UNKNOWN) type 871 libavformat/dashdec.c type = get_content_type(adaptionset_node); type 872 libavformat/dashdec.c if (type == AVMEDIA_TYPE_UNKNOWN) { type 874 libavformat/dashdec.c } else if (type == AVMEDIA_TYPE_VIDEO || type == AVMEDIA_TYPE_AUDIO || type == AVMEDIA_TYPE_SUBTITLE) { type 1080 libavformat/dashdec.c if (type == AVMEDIA_TYPE_VIDEO && rep_framerate_val) { type 1086 libavformat/dashdec.c switch (type) { type 1100 libavformat/dashdec.c av_log(s, AV_LOG_WARNING, "Unsupported the stream type %d\n", type); type 1106 libavformat/dashdec.c video_rep_idx += type == AVMEDIA_TYPE_VIDEO; type 1107 libavformat/dashdec.c audio_rep_idx += type == AVMEDIA_TYPE_AUDIO; type 1108 libavformat/dashdec.c subtitle_rep_idx += type == AVMEDIA_TYPE_SUBTITLE; type 1285 libavformat/dashdec.c if (node->type != XML_ELEMENT_NODE || type 1288 libavformat/dashdec.c av_log(s, AV_LOG_ERROR, "Unable to parse '%s' - wrong root node name[%s] type[%d]\n", url, node->name, (int)node->type); type 269 libavformat/dashenc.c static const char *get_extension_str(SegmentType type, int single_file) type 271 libavformat/dashenc.c switch (type) { type 886 libavformat/dashenc.c static int add_adaptation_set(AVFormatContext *s, AdaptationSet **as, enum AVMediaType type) type 903 libavformat/dashenc.c (*as)->media_type = type; type 1072 libavformat/dashenc.c enum AVMediaType type = (idx_str[0] == 'v') ? AVMEDIA_TYPE_VIDEO : AVMEDIA_TYPE_AUDIO; type 1076 libavformat/dashenc.c if (s->streams[i]->codecpar->codec_type != type) type 29 libavformat/dhav.c unsigned type; type 83 libavformat/dhav.c int type = avio_r8(s->pb); type 85 libavformat/dhav.c switch (type) { type 154 libavformat/dhav.c av_log(s, AV_LOG_INFO, "Unknown type: %X, skipping rest of header.\n", type); type 192 libavformat/dhav.c dhav->type = avio_r8(s->pb); type 202 libavformat/dhav.c if (dhav->type == 0xf1) { type 347 libavformat/dhav.c if (dhav->type == 0xfd && dhav->video_stream_index == -1) { type 376 libavformat/dhav.c } else if (dhav->type == 0xf0 && dhav->audio_stream_index == -1) { type 409 libavformat/dhav.c stream_index = dhav->type == 0xf0 ? dhav->audio_stream_index : dhav->video_stream_index; type 422 libavformat/dhav.c if (dhav->type != 0xfc) type 265 libavformat/dump.c av_log(ctx, AV_LOG_INFO, "%s", av_stereo3d_type_name(stereo->type)); type 416 libavformat/dump.c switch (sd.type) { type 473 libavformat/dump.c "unknown side data type %d (%d bytes)", sd.type, sd.size); type 32 libavformat/dvbsub.c int type, len; type 43 libavformat/dvbsub.c type = ptr[1]; type 46 libavformat/dvbsub.c if (type == 0x80) { type 48 libavformat/dvbsub.c } else if (type >= 0x10 && type <= 0x14) { type 49 libavformat/dvbsub.c histogram[type - 0x10] ++; type 110 libavformat/fifo.c FifoMessageType type; type 218 libavformat/fifo.c switch(msg->type) { type 255 libavformat/fifo.c if (fifo_msg->type == FIFO_WRITE_PACKET) type 380 libavformat/fifo.c if (msg->type == FIFO_WRITE_PACKET) type 535 libavformat/fifo.c FifoMessage msg = {.type = pkt ? FIFO_WRITE_PACKET : FIFO_FLUSH_OUTPUT}; type 311 libavformat/file.c (*next)->type = AVIO_ENTRY_DIRECTORY; type 313 libavformat/file.c (*next)->type = AVIO_ENTRY_NAMED_PIPE; type 315 libavformat/file.c (*next)->type = AVIO_ENTRY_CHARACTER_DEVICE; type 317 libavformat/file.c (*next)->type = AVIO_ENTRY_BLOCK_DEVICE; type 319 libavformat/file.c (*next)->type = AVIO_ENTRY_SYMBOLIC_LINK; type 321 libavformat/file.c (*next)->type = AVIO_ENTRY_SOCKET; type 323 libavformat/file.c (*next)->type = AVIO_ENTRY_FILE; type 325 libavformat/file.c (*next)->type = AVIO_ENTRY_UNKNOWN; type 41 libavformat/flac_picture.c unsigned int type; type 54 libavformat/flac_picture.c type = bytestream2_get_be32u(&g); type 55 libavformat/flac_picture.c if (type >= FF_ARRAY_ELEMS(ff_id3v2_picture_types)) { type 56 libavformat/flac_picture.c av_log(s, AV_LOG_ERROR, "Invalid picture type: %d.\n", type); type 60 libavformat/flac_picture.c type = 0; type 180 libavformat/flac_picture.c av_dict_set(&st->metadata, "comment", ff_id3v2_picture_types[type], 0); type 239 libavformat/flacdec.c int type = p->buf[4] & 0x7f; type 247 libavformat/flacdec.c if (type == FLAC_METADATA_TYPE_STREAMINFO && type 87 libavformat/flacenc.c int i, mimelen, desclen, type = 0, blocklen; type 110 libavformat/flacenc.c type = i; type 115 libavformat/flacenc.c if ((c->attached_types & (1 << type)) & 0x6) { type 116 libavformat/flacenc.c av_log(s, AV_LOG_ERROR, "Duplicate attachment for type '%s'\n", ff_id3v2_picture_types[type]); type 120 libavformat/flacenc.c if (type == 1 && (st->codecpar->codec_id != AV_CODEC_ID_PNG || type 127 libavformat/flacenc.c c->attached_types |= (1 << type); type 143 libavformat/flacenc.c avio_wb32(pb, type); type 692 libavformat/flvdec.c AMFDataType type; type 705 libavformat/flvdec.c type = avio_r8(ioc); type 706 libavformat/flvdec.c if (type != AMF_DATA_TYPE_STRING || type 840 libavformat/flvdec.c static int amf_skip_tag(AVIOContext *pb, AMFDataType type) type 844 libavformat/flvdec.c switch (type) { type 859 libavformat/flvdec.c while(!pb->eof_reached && (nb-- > 0 || type != AMF_DATA_TYPE_ARRAY)) { type 903 libavformat/flvdec.c AMFDataType type = avio_r8(pb); type 904 libavformat/flvdec.c if (type == AMF_DATA_TYPE_STRING && (array || !strcmp(buf, "text"))) { type 912 libavformat/flvdec.c if ((ret = amf_skip_tag(pb, type)) < 0) type 994 libavformat/flvdec.c enum FlvTagType type; type 1007 libavformat/flvdec.c type = (avio_r8(s->pb) & 0x1F); type 1013 libavformat/flvdec.c av_log(s, AV_LOG_TRACE, "type:%d, size:%d, last:%d, dts:%"PRId64" pos:%"PRId64"\n", type, size, last, dts, avio_tell(s->pb)); type 1042 libavformat/flvdec.c if (type == FLV_TAG_TYPE_AUDIO) { type 1046 libavformat/flvdec.c } else if (type == FLV_TAG_TYPE_VIDEO) { type 1052 libavformat/flvdec.c } else if (type == FLV_TAG_TYPE_META) { type 1055 libavformat/flvdec.c int type; type 1057 libavformat/flvdec.c type = flv_read_metabody(s, next); type 1058 libavformat/flvdec.c if (type == 0 && dts == 0 || type < 0) { type 1059 libavformat/flvdec.c if (type < 0 && flv->validate_count && type 1067 libavformat/flvdec.c } else if (type == TYPE_ONTEXTDATA) { type 1070 libavformat/flvdec.c } else if (type == TYPE_ONCAPTION) { type 1072 libavformat/flvdec.c } else if (type == TYPE_UNKNOWN) { type 1080 libavformat/flvdec.c type, size, flags); type 1226 libavformat/flvdec.c int type = avio_r8(s->pb); type 1249 libavformat/flvdec.c if (type == 0 && (!st->codecpar->extradata || st->codecpar->codec_id == AV_CODEC_ID_AAC || type 478 libavformat/flvenc.c const char* type, int codec_id) type 483 libavformat/flvenc.c type, type 89 libavformat/format.c enum AVMediaType type) type 97 libavformat/format.c if (type == AVMEDIA_TYPE_VIDEO) { type 108 libavformat/format.c } else if (type == AVMEDIA_TYPE_AUDIO) type 110 libavformat/format.c else if (type == AVMEDIA_TYPE_SUBTITLE) type 112 libavformat/format.c else if (type == AVMEDIA_TYPE_DATA) type 60 libavformat/framecrcenc.c if (HAVE_BIGENDIAN && AV_PKT_DATA_PALETTE == pkt->side_data[i].type) { type 979 libavformat/ftp.c next->type = AVIO_ENTRY_DIRECTORY; type 981 libavformat/ftp.c next->type = AVIO_ENTRY_FILE; type 983 libavformat/ftp.c next->type = AVIO_ENTRY_SYMBOLIC_LINK; type 115 libavformat/gifdec.c int type, width, height, ret, n, flags; type 138 libavformat/gifdec.c while ((type = avio_r8(pb)) != GIF_TRAILER) { type 141 libavformat/gifdec.c if (type == GIF_EXTENSION_INTRODUCER) { type 173 libavformat/gifdec.c } else if (type == GIF_IMAGE_SEPARATOR) { type 67 libavformat/gxf.c static int parse_packet_header(AVIOContext *pb, GXFPktType *type, int *length) { type 72 libavformat/gxf.c *type = avio_r8(pb); type 465 libavformat/gxf.c GXFPktType type; type 476 libavformat/gxf.c if (!parse_packet_header(pb, &type, &len) || type != PKT_MEDIA) { type 170 libavformat/gxfenc.c static void gxf_write_packet_header(AVIOContext *pb, GXFPktType type) type 174 libavformat/gxfenc.c avio_w8(pb, type); /* map packet */ type 45 libavformat/h264dec.c int type = code & 0x1F; type 56 libavformat/h264dec.c if (ref_zero[type] == 1 && ref_idc) type 58 libavformat/h264dec.c if (ref_zero[type] == -1 && !ref_idc) type 60 libavformat/h264dec.c if (ref_zero[type] == 2) { type 69 libavformat/h264dec.c switch (type) { type 81 libavformat/h264dec.c if (type == 1) type 120 libavformat/hashenc.c static char get_media_type_char(enum AVMediaType type) type 122 libavformat/hashenc.c switch (type) { type 312 libavformat/hashenc.c if (HAVE_BIGENDIAN && pkt->side_data[i].type == AV_PKT_DATA_PALETTE) { type 88 libavformat/hdsenc.c int type = buf[0]; type 92 libavformat/hdsenc.c if (type == 8 || type == 9) { type 101 libavformat/hdsenc.c } else if (type == 0x12) { type 1020 libavformat/hevc.c uint8_t type = (buf[4] >> 1) & 0x3f; type 1024 libavformat/hevc.c switch (type) { type 1100 libavformat/hevc.c uint8_t type = (buf[4] >> 1) & 0x3f; type 1104 libavformat/hevc.c switch (type) { type 37 libavformat/hevcdec.c int type = (code & 0x7E) >> 1; type 45 libavformat/hevcdec.c switch (type) { type 113 libavformat/hls.c enum PlaylistType type; type 172 libavformat/hls.c enum AVMediaType type; type 460 libavformat/hls.c char type[16]; type 475 libavformat/hls.c enum AVMediaType type = AVMEDIA_TYPE_UNKNOWN; type 480 libavformat/hls.c if (!strcmp(info->type, "AUDIO")) type 481 libavformat/hls.c type = AVMEDIA_TYPE_AUDIO; type 482 libavformat/hls.c else if (!strcmp(info->type, "VIDEO")) type 483 libavformat/hls.c type = AVMEDIA_TYPE_VIDEO; type 484 libavformat/hls.c else if (!strcmp(info->type, "SUBTITLES")) type 485 libavformat/hls.c type = AVMEDIA_TYPE_SUBTITLE; type 486 libavformat/hls.c else if (!strcmp(info->type, "CLOSED-CAPTIONS")) type 491 libavformat/hls.c if (type == AVMEDIA_TYPE_UNKNOWN) { type 492 libavformat/hls.c av_log(c->ctx, AV_LOG_WARNING, "Can't support the type: %s\n", info->type); type 497 libavformat/hls.c if (type == AVMEDIA_TYPE_SUBTITLE && !info->uri[0]) { type 504 libavformat/hls.c if (type == AVMEDIA_TYPE_SUBTITLE) { type 515 libavformat/hls.c rend->type = type; type 559 libavformat/hls.c *dest = info->type; type 560 libavformat/hls.c *dest_len = sizeof(info->type); type 784 libavformat/hls.c pls->type = PLS_TYPE_UNSPECIFIED; type 828 libavformat/hls.c pls->type = PLS_TYPE_EVENT; type 830 libavformat/hls.c pls->type = PLS_TYPE_VOD; type 990 libavformat/hls.c c->variants[0]->playlists[0]->type == PLS_TYPE_EVENT)) type 1580 libavformat/hls.c enum AVMediaType type, const char *group_id) type 1587 libavformat/hls.c if (rend->type == type && !strcmp(rend->group_id, group_id)) { type 1604 libavformat/hls.c enum AVMediaType type) type 1612 libavformat/hls.c if (st->codecpar->codec_type != type) type 1618 libavformat/hls.c if (rend->type != type) type 2013 libavformat/hls.c if (pls->is_id3_timestamped || (pls->n_renditions > 0 && pls->renditions[0]->type == AVMEDIA_TYPE_AUDIO)) { type 639 libavformat/id3v2.c apic->type = ff_id3v2_picture_types[pic_type]; type 943 libavformat/id3v2.c const char *type; type 945 libavformat/id3v2.c type = "encrypted"; type 947 libavformat/id3v2.c type = "compressed"; type 949 libavformat/id3v2.c type = "encrypted and compressed"; type 951 libavformat/id3v2.c av_log(s, AV_LOG_WARNING, "Skipping %s ID3v2 frame %s.\n", type, tag); type 1155 libavformat/id3v2.c av_dict_set(&st->metadata, "comment", apic->type, 0); type 67 libavformat/id3v2.h const char *type; type 362 libavformat/id3v2enc.c int i, len, type = 0, ret; type 382 libavformat/id3v2enc.c type = i; type 401 libavformat/id3v2enc.c avio_w8(dyn_buf, type); type 656 libavformat/iff.c int year, mon, day, hour, min, type, ref; type 669 libavformat/iff.c type = avio_rb16(pb); type 671 libavformat/iff.c switch (type) { type 65 libavformat/ip.c int type, int family, int flags) type 79 libavformat/ip.c hints.ai_socktype = type; type 50 libavformat/ip.h int type, int family, int flags); type 74 libavformat/isom.h uint32_t type; type 83 libavformat/isom.h uint32_t type; type 59 libavformat/iv8.c int ret, size, pts, type, flags; type 65 libavformat/iv8.c type = avio_rb16(s->pb); // 257 or 258 type 78 libavformat/iv8.c if (type == 258) { type 228 libavformat/libsmbclient.c entry->type = AVIO_ENTRY_DIRECTORY; type 231 libavformat/libsmbclient.c entry->type = AVIO_ENTRY_FILE; type 234 libavformat/libsmbclient.c entry->type = AVIO_ENTRY_SHARE; type 237 libavformat/libsmbclient.c entry->type = AVIO_ENTRY_SERVER; type 240 libavformat/libsmbclient.c entry->type = AVIO_ENTRY_WORKGROUP; type 249 libavformat/libsmbclient.c entry->type = AVIO_ENTRY_UNKNOWN; type 89 libavformat/libssh.c int type; type 90 libavformat/libssh.c if (!ssh_try_publickey_from_file(libssh->session, libssh->priv_key, &pub_key, &type)) { type 91 libavformat/libssh.c priv_key = privatekey_from_file(libssh->session, libssh->priv_key, type, password); type 364 libavformat/libssh.c switch(attr->type) { type 366 libavformat/libssh.c entry->type = AVIO_ENTRY_FILE; type 369 libavformat/libssh.c entry->type = AVIO_ENTRY_DIRECTORY; type 372 libavformat/libssh.c entry->type = AVIO_ENTRY_SYMBOLIC_LINK; type 379 libavformat/libssh.c entry->type = AVIO_ENTRY_UNKNOWN; type 410 libavformat/libssh.c if (attr->type == SSH_FILEXFER_TYPE_DIRECTORY) { type 164 libavformat/matroska.c stereo->type = AV_STEREO3D_2D; type 169 libavformat/matroska.c stereo->type = AV_STEREO3D_SIDEBYSIDE; type 174 libavformat/matroska.c stereo->type = AV_STEREO3D_TOPBOTTOM; type 179 libavformat/matroska.c stereo->type = AV_STEREO3D_CHECKERBOARD; type 184 libavformat/matroska.c stereo->type = AV_STEREO3D_LINES; type 189 libavformat/matroska.c stereo->type = AV_STEREO3D_COLUMNS; type 194 libavformat/matroska.c stereo->type = AV_STEREO3D_FRAMESEQUENCE; type 99 libavformat/matroskadec.c EbmlType type; type 144 libavformat/matroskadec.c uint64_t type; type 180 libavformat/matroskadec.c uint64_t type; type 222 libavformat/matroskadec.c uint64_t type; type 232 libavformat/matroskadec.c uint64_t type; type 297 libavformat/matroskadec.c char *type; type 467 libavformat/matroskadec.c { MATROSKA_ID_VIDEOPROJECTIONTYPE, EBML_UINT, 0, offsetof(MatroskaTrackVideoProjection, type), { .u = MATROSKA_VIDEO_PROJECTION_TYPE_RECTANGULAR } }, type 523 libavformat/matroskadec.c { MATROSKA_ID_ENCODINGTYPE, EBML_UINT, 0, offsetof(MatroskaTrackEncoding, type), { .u = 0 } }, type 537 libavformat/matroskadec.c { MATROSKA_ID_TRACKPLANETYPE, EBML_UINT, 0, offsetof(MatroskaTrackPlane,type) }, type 555 libavformat/matroskadec.c { MATROSKA_ID_TRACKTYPE, EBML_UINT, 0, offsetof(MatroskaTrack, type) }, type 664 libavformat/matroskadec.c { MATROSKA_ID_TAGTARGETS_TYPE, EBML_STR, 0, offsetof(MatroskaTagTarget, type) }, type 1090 libavformat/matroskadec.c switch (syntax[i].type) { type 1265 libavformat/matroskadec.c if (syntax->type != EBML_STOP) { type 1297 libavformat/matroskadec.c if (id != MATROSKA_ID_CLUSTER && (syntax->type == EBML_LEVEL1 type 1298 libavformat/matroskadec.c || syntax->type == EBML_NEST)) { type 1312 libavformat/matroskadec.c if (max_lengths[syntax->type] && length > max_lengths[syntax->type]) { type 1317 libavformat/matroskadec.c length, max_lengths[syntax->type], id, pos); type 1318 libavformat/matroskadec.c } else if (syntax->type != EBML_NONE) { type 1385 libavformat/matroskadec.c switch (syntax->type) { type 1410 libavformat/matroskadec.c if (syntax->type == EBML_LEVEL1 && type 1490 libavformat/matroskadec.c switch (syntax[i].type) { type 1816 libavformat/matroskadec.c tags[i].target.type); type 2182 libavformat/matroskadec.c switch (track->video.projection.type) { type 2231 libavformat/matroskadec.c track->video.projection.type); type 2266 libavformat/matroskadec.c codec_tags = track->type == MATROSKA_TRACK_TYPE_VIDEO ? type 2312 libavformat/matroskadec.c if (track->type != MATROSKA_TRACK_TYPE_VIDEO && type 2313 libavformat/matroskadec.c track->type != MATROSKA_TRACK_TYPE_AUDIO && type 2314 libavformat/matroskadec.c track->type != MATROSKA_TRACK_TYPE_SUBTITLE && type 2315 libavformat/matroskadec.c track->type != MATROSKA_TRACK_TYPE_METADATA) { type 2318 libavformat/matroskadec.c track->type); type 2332 libavformat/matroskadec.c if (track->type == MATROSKA_TRACK_TYPE_VIDEO) { type 2349 libavformat/matroskadec.c } else if (track->type == MATROSKA_TRACK_TYPE_AUDIO) { type 2357 libavformat/matroskadec.c if (encodings[0].type) { type 2415 libavformat/matroskadec.c track->needs_decoding = encodings && !encodings[0].type && type 2712 libavformat/matroskadec.c if (track->type == MATROSKA_TRACK_TYPE_VIDEO) { type 2763 libavformat/matroskadec.c if (planes[j].type >= MATROSKA_VIDEO_STEREO_PLANE_COUNT) type 2766 libavformat/matroskadec.c ff_matroska_video_stereo_plane[planes[j].type], i); type 2788 libavformat/matroskadec.c } else if (track->type == MATROSKA_TRACK_TYPE_AUDIO) { type 2822 libavformat/matroskadec.c } else if (track->type == MATROSKA_TRACK_TYPE_SUBTITLE) { type 3024 libavformat/matroskadec.c int size, int type, AVIOContext *pb, type 3030 libavformat/matroskadec.c if (!type) { type 3043 libavformat/matroskadec.c switch (type) { type 3584 libavformat/matroskadec.c if (track->type == MATROSKA_TRACK_TYPE_SUBTITLE && type 3595 libavformat/matroskadec.c track->type != MATROSKA_TRACK_TYPE_SUBTITLE) { type 3831 libavformat/matroskadec.c if (tracks[n].type == MATROSKA_TRACK_TYPE_AUDIO) type 1053 libavformat/matroskaenc.c switch (stereo->type) { type 1400 libavformat/matroskaenc.c #define CASE(type, variable) \ type 1401 libavformat/matroskaenc.c case AVMEDIA_TYPE_ ## type: \ type 2619 libavformat/matroskaenc.c enum AVMediaType type = avcodec_get_type(codec_id); type 2621 libavformat/matroskaenc.c if (type == AVMEDIA_TYPE_VIDEO || type == AVMEDIA_TYPE_AUDIO) type 124 libavformat/mlvdec.c int type; type 126 libavformat/mlvdec.c type = avio_rl32(pb); type 132 libavformat/mlvdec.c if (vst && type == MKTAG('R','A','W','I') && size >= 164) { type 157 libavformat/mlvdec.c } else if (ast && type == MKTAG('W', 'A', 'V', 'I') && size >= 16) { type 162 libavformat/mlvdec.c } else if (type == MKTAG('I','N','F','O')) { type 166 libavformat/mlvdec.c } else if (type == MKTAG('I','D','N','T') && size >= 36) { type 174 libavformat/mlvdec.c } else if (type == MKTAG('L','E','N','S') && size >= 48) { type 188 libavformat/mlvdec.c } else if (vst && type == MKTAG('V', 'I', 'D', 'F') && size >= 4) { type 193 libavformat/mlvdec.c } else if (ast && type == MKTAG('A', 'U', 'D', 'F') && size >= 4) { type 198 libavformat/mlvdec.c } else if (vst && type == MKTAG('W','B','A','L') && size >= 28) { type 207 libavformat/mlvdec.c } else if (type == MKTAG('R','T','C','I') && size >= 20) { type 223 libavformat/mlvdec.c } else if (type == MKTAG('E','X','P','O') && size >= 16) { type 233 libavformat/mlvdec.c } else if (type == MKTAG('S','T','Y','L') && size >= 36) { type 241 libavformat/mlvdec.c } else if (type == MKTAG('M','A','R','K')) { type 242 libavformat/mlvdec.c } else if (type == MKTAG('N','U','L','L')) { type 243 libavformat/mlvdec.c } else if (type == MKTAG('M','L','V','I')) { /* occurs when MLV and Mnn files are concatenated */ type 246 libavformat/mlvdec.c av_fourcc2str(type), size); type 63 libavformat/mm.c int len, type, fps, w, h; type 77 libavformat/mm.c type = AV_RL16(&p->buf[len]); type 78 libavformat/mm.c if (!type || type > 0x31) type 91 libavformat/mm.c unsigned int type, length; type 94 libavformat/mm.c type = avio_rl16(pb); type 97 libavformat/mm.c if (type != MM_TYPE_HEADER) type 144 libavformat/mm.c unsigned int type, length; type 153 libavformat/mm.c type = AV_RL16(&preamble[0]); type 156 libavformat/mm.c switch(type) { type 173 libavformat/mm.c if (type!=MM_TYPE_PALETTE) type 187 libavformat/mm.c av_log(s, AV_LOG_INFO, "unknown chunk type 0x%x\n", type); type 383 libavformat/mmst.c MMSSCPacketType type; type 392 libavformat/mmst.c if ((type = get_tcp_server_response(mmst)) != expect_type) { type 395 libavformat/mmst.c type, expect_type); type 73 libavformat/mov.c uint32_t type; type 182 libavformat/mov.c static int mov_read_covr(MOVContext *c, AVIOContext *pb, int type, int len) type 190 libavformat/mov.c switch (type) { type 195 libavformat/mov.c av_log(c->fc, AV_LOG_WARNING, "Unknown cover type: 0x%x.\n", type); type 312 libavformat/mov.c switch (atom.type) { type 413 libavformat/mov.c if (atom.type == MKTAG('c', 'o', 'v', 'r')) { type 424 libavformat/mov.c uint32_t index = AV_RB32(&atom.type); type 449 libavformat/mov.c snprintf(tmp_key, 5, "%.4s", (char*)&atom.type); type 609 libavformat/mov.c dref->type = avio_rl32(pb); type 612 libavformat/mov.c if (dref->type == MKTAG('a','l','i','s') && size > 150) { type 615 libavformat/mov.c int16_t type; type 648 libavformat/mov.c for (type = 0; type != -1 && avio_tell(pb) < next; ) { type 651 libavformat/mov.c type = avio_rb16(pb); type 653 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "type %d, len %d\n", type, len); type 656 libavformat/mov.c if (type == 2) { // absolute path type 683 libavformat/mov.c } else if (type == 0) { // directory name type 704 libavformat/mov.c dref->type, size); type 716 libavformat/mov.c uint32_t type; type 727 libavformat/mov.c type = avio_rl32(pb); /* component subtype */ type 730 libavformat/mov.c av_log(c->fc, AV_LOG_TRACE, "stype=%s\n", av_fourcc2str(type)); type 733 libavformat/mov.c if (type == MKTAG('m','d','t','a')) { type 741 libavformat/mov.c if (type == MKTAG('v','i','d','e')) type 743 libavformat/mov.c else if (type == MKTAG('s','o','u','n')) type 745 libavformat/mov.c else if (type == MKTAG('m','1','a',' ')) type 747 libavformat/mov.c else if ((type == MKTAG('s','u','b','p')) || (type == MKTAG('c','l','c','p'))) type 1109 libavformat/mov.c uint8_t type[5] = {0}; type 1110 libavformat/mov.c int ret = ffio_read_size(pb, type, 4); type 1114 libavformat/mov.c if (strcmp(type, "qt ")) type 1116 libavformat/mov.c av_log(c->fc, AV_LOG_DEBUG, "ISO: File Type Major Brand: %.4s\n",(char *)&type); type 1117 libavformat/mov.c av_dict_set(&c->fc->metadata, "major_brand", type, 0); type 1669 libavformat/mov.c AV_WL32(buf + 4, atom.type); type 1914 libavformat/mov.c unsigned type = avio_rl32(pb); type 1916 libavformat/mov.c if (type == MKTAG('f','i','e','l') && size == atom.size) type 1926 libavformat/mov.c if (atom.type == MKTAG('h','v','c','C') && st->codecpar->codec_tag == MKTAG('d','v','h','1')) type 2021 libavformat/mov.c if (atom.type == MKTAG('s','t','c','o')) type 2024 libavformat/mov.c else if (atom.type == MKTAG('c','o','6','4')) type 2832 libavformat/mov.c if (atom.type == MKTAG('s','t','s','z')) { type 4377 libavformat/mov.c uint32_t type = avio_rl32(pb); type 4385 libavformat/mov.c if (type != MKTAG('m','d','t','a')) { type 5153 libavformat/mov.c atom.type = avio_rl32(pb); type 5155 libavformat/mov.c if (atom.type != MKTAG('m','d','a','t')) { type 5203 libavformat/mov.c atom.type = MKTAG('m','o','o','v'); type 5510 libavformat/mov.c enum AVStereo3DType type; type 5528 libavformat/mov.c type = AV_STEREO3D_2D; type 5531 libavformat/mov.c type = AV_STEREO3D_TOPBOTTOM; type 5534 libavformat/mov.c type = AV_STEREO3D_SIDEBYSIDE; type 5545 libavformat/mov.c sc->stereo3d->type = type; type 5729 libavformat/mov.c sc->stereo3d->type = mode; type 6563 libavformat/mov.c int last, type, size, ret; type 6580 libavformat/mov.c flac_parse_block_header(buf, &last, &type, &size); type 6582 libavformat/mov.c if (type != FLAC_METADATA_TYPE_STREAMINFO || size != FLAC_STREAMINFO_SIZE) { type 6972 libavformat/mov.c a.type=0; type 6975 libavformat/mov.c a.type = avio_rl32(pb); type 6976 libavformat/mov.c if (((a.type == MKTAG('f','r','e','e') && c->moov_retry) || type 6977 libavformat/mov.c a.type == MKTAG('h','o','o','v')) && type 6980 libavformat/mov.c uint32_t type; type 6982 libavformat/mov.c type = avio_rl32(pb); type 6984 libavformat/mov.c if (type == MKTAG('m','v','h','d') || type 6985 libavformat/mov.c type == MKTAG('c','m','o','v')) { type 6987 libavformat/mov.c a.type = MKTAG('m','o','o','v'); type 6990 libavformat/mov.c if (atom.type != MKTAG('r','o','o','t') && type 6991 libavformat/mov.c atom.type != MKTAG('m','o','o','v')) type 6993 libavformat/mov.c if (a.type == MKTAG('t','r','a','k') || a.type == MKTAG('m','d','a','t')) type 7008 libavformat/mov.c av_fourcc2str(a.type), av_fourcc2str(atom.type), a.size, total_size, atom.size); type 7017 libavformat/mov.c for (i = 0; mov_default_parse_table[i].type; i++) type 7018 libavformat/mov.c if (mov_default_parse_table[i].type == a.type) { type 7024 libavformat/mov.c if (!parse && (atom.type == MKTAG('u','d','t','a') || type 7025 libavformat/mov.c atom.type == MKTAG('i','l','s','t'))) type 7031 libavformat/mov.c atom.type == MKTAG('m','e','t','a') && type 7032 libavformat/mov.c a.type == MKTAG('k','e','y','s') && type 7061 libavformat/mov.c (char*)&a.type, -left); type 1739 libavformat/movenc.c switch (stereo_3d->type) { type 1750 libavformat/movenc.c av_log(s, AV_LOG_WARNING, "Unsupported stereo_3d type %s. st3d not written.\n", av_stereo3d_type_name(stereo_3d->type)); type 3914 libavformat/movenc.c const char *str, const char *lang, int type) type 3920 libavformat/movenc.c avio_wb32(pb, type); /* type */ type 4159 libavformat/movenc.c const char *type; type 4167 libavformat/movenc.c type = "video"; type 4169 libavformat/movenc.c type = "audio"; type 4182 libavformat/movenc.c avio_printf(pb, "<%s systemBitrate=\"%"PRId64"\">\n", type, type 4190 libavformat/movenc.c av_strlcat(track_name_buf, type, sizeof(track_name_buf)); type 4251 libavformat/movenc.c avio_printf(pb, "</%s>\n", type); type 208 libavformat/mpeg.c unsigned char type = avio_r8(pb); type 213 libavformat/mpeg.c m->psm_es_type[es_id] = type; type 481 libavformat/mpeg.c enum AVMediaType type; type 521 libavformat/mpeg.c type = AVMEDIA_TYPE_VIDEO; type 524 libavformat/mpeg.c type = AVMEDIA_TYPE_VIDEO; type 528 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 531 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 534 libavformat/mpeg.c type = AVMEDIA_TYPE_VIDEO; type 537 libavformat/mpeg.c type = AVMEDIA_TYPE_VIDEO; type 540 libavformat/mpeg.c type = AVMEDIA_TYPE_VIDEO; type 543 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 546 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 557 libavformat/mpeg.c type = AVMEDIA_TYPE_VIDEO; type 559 libavformat/mpeg.c type = AVMEDIA_TYPE_DATA; type 562 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 576 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 581 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 584 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 591 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 595 libavformat/mpeg.c type = AVMEDIA_TYPE_AUDIO; type 598 libavformat/mpeg.c type = AVMEDIA_TYPE_SUBTITLE; type 601 libavformat/mpeg.c type = AVMEDIA_TYPE_VIDEO; type 614 libavformat/mpeg.c st->codecpar->codec_type = type; type 102 libavformat/mpegts.c enum MpegTSFilterType type; type 483 libavformat/mpegts.c enum MpegTSFilterType type) type 487 libavformat/mpegts.c av_log(ts->stream, AV_LOG_TRACE, "Filter: pid=0x%x type=%d\n", pid, type); type 496 libavformat/mpegts.c filter->type = type; type 556 libavformat/mpegts.c if (filter->type == MPEGTS_SECTION) type 558 libavformat/mpegts.c else if (filter->type == MPEGTS_PES) { type 1306 libavformat/mpegts.c if (f->type == MPEGTS_PES) { type 1310 libavformat/mpegts.c } else if (f->type == MPEGTS_PCR) { type 1699 libavformat/mpegts.c if (ts->pids[pid]->type != MPEGTS_PES) { type 2378 libavformat/mpegts.c if (ts->pids[pid] && ts->pids[pid]->type == MPEGTS_PES) { type 2534 libavformat/mpegts.c if ( fil->type != MPEGTS_SECTION type 2745 libavformat/mpegts.c if (tss->type == MPEGTS_PES) { type 2753 libavformat/mpegts.c if (tss->type == MPEGTS_PES) { type 2778 libavformat/mpegts.c if (tss->type == MPEGTS_SECTION) { type 2829 libavformat/mpegts.c if (tss->type == MPEGTS_PES) { type 2929 libavformat/mpegts.c if (ts->pids[i]->type == MPEGTS_PES) { type 2934 libavformat/mpegts.c } else if (ts->pids[i]->type == MPEGTS_SECTION) { type 3210 libavformat/mpegts.c if (ts->pids[i] && ts->pids[i]->type == MPEGTS_PES) { type 36 libavformat/musx.c unsigned type, version, coding, offset; type 64 libavformat/musx.c type = avio_rl32(s->pb); type 67 libavformat/musx.c switch (type) { type 121 libavformat/musx.c avpriv_request_sample(s, "Unsupported type: %X", type); type 125 libavformat/musx.c type = avio_rl32(s->pb); type 129 libavformat/musx.c switch (type) { type 149 libavformat/musx.c avpriv_request_sample(s, "Unsupported type: %X", type); type 91 libavformat/mxfdec.c MXFPartitionType type; type 109 libavformat/mxfdec.c enum MXFMetadataSetType type; type 115 libavformat/mxfdec.c enum MXFMetadataSetType type; type 126 libavformat/mxfdec.c enum MXFMetadataSetType type; type 136 libavformat/mxfdec.c enum MXFMetadataSetType type; type 145 libavformat/mxfdec.c enum MXFMetadataSetType type; type 151 libavformat/mxfdec.c enum MXFMetadataSetType type; type 159 libavformat/mxfdec.c enum MXFMetadataSetType type; type 166 libavformat/mxfdec.c enum MXFMetadataSetType type; type 184 libavformat/mxfdec.c enum MXFMetadataSetType type; type 214 libavformat/mxfdec.c enum MXFMetadataSetType type; type 229 libavformat/mxfdec.c enum MXFMetadataSetType type; type 243 libavformat/mxfdec.c enum MXFMetadataSetType type; type 252 libavformat/mxfdec.c enum MXFMetadataSetType type; type 302 libavformat/mxfdec.c enum MXFMetadataSetType type; type 331 libavformat/mxfdec.c switch ((*ctx)->type) { type 691 libavformat/mxfdec.c partition->type = Header; type 694 libavformat/mxfdec.c partition->type = BodyPartition; type 697 libavformat/mxfdec.c partition->type = Footer; type 705 libavformat/mxfdec.c partition->closed = partition->type == Footer || !(uid[14] & 1); type 723 libavformat/mxfdec.c if (partition->type == Header) { type 888 libavformat/mxfdec.c #define READ_STR16(type, big_endian) \ type 889 libavformat/mxfdec.c static int mxf_read_utf16 ## type ##_string(AVIOContext *pb, int size, char** str) \ type 1309 libavformat/mxfdec.c static void *mxf_resolve_strong_ref(MXFContext *mxf, UID *strong_ref, enum MXFMetadataSetType type) type 1317 libavformat/mxfdec.c (type == AnyType || mxf->metadata_sets[i]->type == type)) { type 1426 libavformat/mxfdec.c if (mxf->metadata_sets[i]->type == IndexTableSegment) type 1440 libavformat/mxfdec.c if (mxf->metadata_sets[i]->type == IndexTableSegment) { type 1920 libavformat/mxfdec.c switch (component->type) { type 1956 libavformat/mxfdec.c if (descriptor->type == MultipleDescriptor) { type 1968 libavformat/mxfdec.c } else if (descriptor->type == Descriptor) type 2008 libavformat/mxfdec.c switch (component->type) { type 2339 libavformat/mxfdec.c if (metadata->type == CryptoContext) { type 2522 libavformat/mxfdec.c enum AVMediaType type; type 2526 libavformat/mxfdec.c type = avcodec_get_type(st->codecpar->codec_id); type 2527 libavformat/mxfdec.c if (type == AVMEDIA_TYPE_SUBTITLE) type 2528 libavformat/mxfdec.c st->codecpar->codec_type = type; type 2713 libavformat/mxfdec.c static int mxf_metadataset_init(MXFMetadataSet *ctx, enum MXFMetadataSetType type) type 2715 libavformat/mxfdec.c switch (type){ type 2727 libavformat/mxfdec.c static int mxf_read_local_tags(MXFContext *mxf, KLVPacket *klv, MXFMetadataReadFunc *read_child, int ctx_size, enum MXFMetadataSetType type) type 2735 libavformat/mxfdec.c mxf_metadataset_init(ctx, type); type 2771 libavformat/mxfdec.c ctx->type = type; type 2782 libavformat/mxfdec.c if (ctx_size) ctx->type = type; type 2805 libavformat/mxfdec.c int ctx_size, enum MXFMetadataSetType type) type 2810 libavformat/mxfdec.c res = mxf_read_local_tags(mxf, &klv, read, ctx_size, type); type 3051 libavformat/mxfdec.c if (mxf->metadata_sets[i]->type == IndexTableSegment) { type 3096 libavformat/mxfdec.c segment->type = IndexTableSegment; type 3228 libavformat/mxfdec.c if ((ret = mxf_parse_klv(mxf, klv, metadata->read, metadata->ctx_size, metadata->type)) < 0) type 116 libavformat/mxfenc.c enum MXFMetadataSetType type; type 424 libavformat/mxfenc.c static void mxf_write_uuid(AVIOContext *pb, enum MXFMetadataSetType type, int value) type 427 libavformat/mxfenc.c avio_wb16(pb, type); type 431 libavformat/mxfenc.c static void mxf_write_umid(AVFormatContext *s, int type) type 437 libavformat/mxfenc.c avio_w8(s->pb, type); type 556 libavformat/mxfenc.c static const MXFCodecUL *mxf_get_data_definition_ul(int type) type 560 libavformat/mxfenc.c if (type == uls->id) type 783 libavformat/mxfenc.c mxf_write_uuid(pb, packages[i].type, packages[i].instance); type 813 libavformat/mxfenc.c if (package->type == MaterialPackage) type 949 libavformat/mxfenc.c if (package->type == SourcePackage && !package->ref) type 1498 libavformat/mxfenc.c if (package->type == MaterialPackage) { type 1512 libavformat/mxfenc.c mxf_write_uuid(pb, package->type, package->instance); type 1513 libavformat/mxfenc.c av_log(s, AV_LOG_DEBUG, "package type:%d\n", package->type); type 1549 libavformat/mxfenc.c if (package->type == SourcePackage && package->instance == 1) { type 1556 libavformat/mxfenc.c } else if (package->type == SourcePackage && package->instance == 2) { type 1583 libavformat/mxfenc.c if (package->type == SourcePackage && package->instance == 1) { type 1620 libavformat/mxfenc.c packages[0].type = MaterialPackage; type 1621 libavformat/mxfenc.c packages[1].type = SourcePackage; type 1645 libavformat/mxfenc.c packages[2].type = SourcePackage; type 183 libavformat/network.c int ff_socket(int af, int type, int proto) type 188 libavformat/network.c fd = socket(af, type | SOCK_CLOEXEC, proto); type 192 libavformat/network.c fd = socket(af, type, proto); type 308 libavformat/network.h int ff_socket(int domain, int type, int protocol); type 495 libavformat/nutdec.c const char *type; type 543 libavformat/nutdec.c type = "UTF-8"; type 551 libavformat/nutdec.c type = type_str; type 554 libavformat/nutdec.c type = "s"; type 557 libavformat/nutdec.c type = "t"; type 560 libavformat/nutdec.c type = "r"; type 563 libavformat/nutdec.c type = "v"; type 578 libavformat/nutdec.c if (!strcmp(type, "UTF-8")) { type 718 libavformat/nutdec.c int type = x & 1; type 721 libavformat/nutdec.c if (type) { type 486 libavformat/nutenc.c static int add_info(AVIOContext *bc, const char *type, const char *value) type 488 libavformat/nutenc.c put_str(bc, type); type 849 libavformat/nutenc.c if ( pkt->side_data[i].type == AV_PKT_DATA_METADATA_UPDATE type 850 libavformat/nutenc.c || pkt->side_data[i].type == AV_PKT_DATA_STRINGS_METADATA) { type 871 libavformat/nutenc.c switch (pkt->side_data[i].type) { type 876 libavformat/nutenc.c if (pkt->side_data[i].type == AV_PKT_DATA_PALETTE) { type 878 libavformat/nutenc.c } else if(pkt->side_data[i].type == AV_PKT_DATA_NEW_EXTRADATA) { type 880 libavformat/nutenc.c } else if(pkt->side_data[i].type == AV_PKT_DATA_MATROSKA_BLOCKADDITIONAL) { type 886 libavformat/nutenc.c pkt->side_data[i].type); type 218 libavformat/prompeg.c static int prompeg_write_fec(URLContext *h, PrompegFec *fec, uint8_t type) { type 226 libavformat/prompeg.c sn = type == PROMPEG_FEC_COL ? ++s->rtp_col_sn : ++s->rtp_row_sn; type 255 libavformat/prompeg.c buf[24] = type == PROMPEG_FEC_COL ? 0x0 : 0x40; type 257 libavformat/prompeg.c buf[25] = type == PROMPEG_FEC_COL ? s->l : 0x1; type 259 libavformat/prompeg.c buf[26] = type == PROMPEG_FEC_COL ? s->d : s->l; type 265 libavformat/prompeg.c hd = type == PROMPEG_FEC_COL ? s->fec_col_hd : s->fec_row_hd; type 755 libavformat/rmdec.c int type; type 759 libavformat/rmdec.c type = hdr >> 6; type 761 libavformat/rmdec.c if(type != 3){ // not frame as a part of packet type 764 libavformat/rmdec.c if(type != 1){ // not whole frame type 774 libavformat/rmdec.c if(type&1){ // frame, not slice type 775 libavformat/rmdec.c if(type == 3){ // frame as a part of packet type 815 libavformat/rmdec.c if(type == 2) type 835 libavformat/rmdec.c if (type == 2 || vst->videobufpos == vst->videobufsize) { type 1167 libavformat/rmdec.c unsigned tag, type, len, tlen, value; type 1213 libavformat/rmdec.c type = avio_r8(pb); type 1217 libavformat/rmdec.c if (type == 5) { type 1220 libavformat/rmdec.c } else if (type == 4) { type 1228 libavformat/rmdec.c } else if (len == 4 && type == 3 && !strncmp(key, "StreamCount", tlen)) { type 1230 libavformat/rmdec.c } else if (len == 4 && type == 3) { type 1255 libavformat/rmdec.c type = avio_r8(pb); type 1259 libavformat/rmdec.c if (type == 5) { type 1262 libavformat/rmdec.c } else if (type == 4 && !strncmp(key, "OpaqueData", tlen)) { type 1277 libavformat/rmdec.c } else if (type == 4) { type 1284 libavformat/rmdec.c } else if (len == 4 && type == 3 && !strncmp(key, "Duration", tlen)) { type 1286 libavformat/rmdec.c } else if (len == 4 && type == 3) { type 146 libavformat/rtmpcrypt.c const uint8_t *clientdata, int type) type 153 libavformat/rtmpcrypt.c if (type) { type 208 libavformat/rtmpcrypt.c int type) type 213 libavformat/rtmpcrypt.c if (type == 8) { type 216 libavformat/rtmpcrypt.c } else if (type == 9) { type 48 libavformat/rtmpcrypt.h const uint8_t *clientdata, int type); type 59 libavformat/rtmpcrypt.h const uint8_t *digest, int type); type 180 libavformat/rtmppkt.c enum RTMPPacketType type; type 200 libavformat/rtmppkt.c type = prev_pkt[channel_id].type; type 219 libavformat/rtmppkt.c type = buf[0]; type 247 libavformat/rtmppkt.c if ((ret = ff_rtmp_packet_create(p, channel_id, type, timestamp, type 260 libavformat/rtmppkt.c p->type = prev->type; type 271 libavformat/rtmppkt.c prev_pkt[channel_id].type = type; type 347 libavformat/rtmppkt.c if (pkt->type == prev_pkt[pkt->channel_id].type && type 370 libavformat/rtmppkt.c bytestream_put_byte(&p, pkt->type); type 379 libavformat/rtmppkt.c prev_pkt[pkt->channel_id].type = pkt->type; type 410 libavformat/rtmppkt.c int ff_rtmp_packet_create(RTMPPacket *pkt, int channel_id, RTMPPacketType type, type 420 libavformat/rtmppkt.c pkt->type = type; type 438 libavformat/rtmppkt.c AMFDataType type; type 445 libavformat/rtmppkt.c type = bytestream2_get_byte(gb); type 446 libavformat/rtmppkt.c switch (type) { type 469 libavformat/rtmppkt.c while (nb-- > 0 || type != AMF_DATA_TYPE_ARRAY) { type 572 libavformat/rtmppkt.c static const char* rtmp_packet_type(int type) type 574 libavformat/rtmppkt.c switch (type) { type 598 libavformat/rtmppkt.c AMFDataType type; type 603 libavformat/rtmppkt.c switch ((type = *data++)) { type 612 libavformat/rtmppkt.c if (type == AMF_DATA_TYPE_STRING) { type 631 libavformat/rtmppkt.c while (nb-- > 0 || type != AMF_DATA_TYPE_ARRAY) { type 666 libavformat/rtmppkt.c rtmp_packet_type(p->type), p->type, p->channel_id, p->timestamp, p->extra, p->size); type 667 libavformat/rtmppkt.c if (p->type == RTMP_PT_INVOKE || p->type == RTMP_PT_NOTIFY) { type 677 libavformat/rtmppkt.c } else if (p->type == RTMP_PT_WINDOW_ACK_SIZE) { type 679 libavformat/rtmppkt.c } else if (p->type == RTMP_PT_SET_PEER_BW) { type 681 libavformat/rtmppkt.c } else if (p->type != RTMP_PT_AUDIO && p->type != RTMP_PT_VIDEO && p->type != RTMP_PT_METADATA) { type 692 libavformat/rtmppkt.c int amf_len, type; type 697 libavformat/rtmppkt.c type = *data++; type 699 libavformat/rtmppkt.c if (type != AMF_DATA_TYPE_LONG_STRING && type 700 libavformat/rtmppkt.c type != AMF_DATA_TYPE_STRING) type 703 libavformat/rtmppkt.c if (type == AMF_DATA_TYPE_LONG_STRING) { type 79 libavformat/rtmppkt.h RTMPPacketType type; ///< packet payload type type 99 libavformat/rtmppkt.h int ff_rtmp_packet_create(RTMPPacket *pkt, int channel_id, RTMPPacketType type, type 230 libavformat/rtmpproto.c if (pkt->type == RTMP_PT_INVOKE && track) { type 257 libavformat/rtmpproto.c char type; type 267 libavformat/rtmpproto.c type = param[0]; type 270 libavformat/rtmpproto.c type = param[1]; type 283 libavformat/rtmpproto.c switch (type) { type 428 libavformat/rtmpproto.c if (pkt.type == RTMP_PT_CHUNK_SIZE) { type 433 libavformat/rtmpproto.c } else if (pkt.type == RTMP_CTRL_ABORT_MESSAGE) { type 437 libavformat/rtmpproto.c } else if (pkt.type == RTMP_PT_BYTES_READ) { type 439 libavformat/rtmpproto.c } else if (pkt.type == RTMP_PT_WINDOW_ACK_SIZE) { type 444 libavformat/rtmpproto.c } else if (pkt.type == RTMP_PT_SET_PEER_BW) { type 449 libavformat/rtmpproto.c } else if (pkt.type == RTMP_PT_INVOKE) { type 453 libavformat/rtmpproto.c av_log(s, AV_LOG_ERROR, "Unknown control message type (%d)\n", pkt.type); type 1212 libavformat/rtmpproto.c int ret, type = 0; type 1269 libavformat/rtmpproto.c type = 1; type 1303 libavformat/rtmpproto.c tosend + 1, type)) < 0) type 2213 libavformat/rtmpproto.c if (pkt->type == RTMP_PT_AUDIO) { type 2215 libavformat/rtmpproto.c } else if (pkt->type == RTMP_PT_VIDEO) { type 2227 libavformat/rtmpproto.c bytestream2_put_byte(&pbc, pkt->type); type 2309 libavformat/rtmpproto.c switch (pkt->type) { type 2340 libavformat/rtmpproto.c av_log(s, AV_LOG_VERBOSE, "Unknown packet type received 0x%02X\n", pkt->type); type 2348 libavformat/rtmpproto.c int ret, old_flv_size, type; type 2368 libavformat/rtmpproto.c type = bytestream_get_byte(&next); type 2378 libavformat/rtmpproto.c bytestream_put_byte(&p, type); type 2475 libavformat/rtmpproto.c if (rpkt.type == RTMP_PT_VIDEO || rpkt.type == RTMP_PT_AUDIO) { type 2479 libavformat/rtmpproto.c } else if (rpkt.type == RTMP_PT_NOTIFY) { type 2483 libavformat/rtmpproto.c } else if (rpkt.type == RTMP_PT_METADATA) { type 3022 libavformat/rtmpproto.c if (rt->out_pkt.type == RTMP_PT_NOTIFY) { type 318 libavformat/rtpdec_h264.c uint8_t type; type 326 libavformat/rtpdec_h264.c type = nal & 0x1f; type 330 libavformat/rtpdec_h264.c if (type >= 1 && type <= 23) type 331 libavformat/rtpdec_h264.c type = 1; type 332 libavformat/rtpdec_h264.c switch (type) { type 354 libavformat/rtpdec_h264.c avpriv_report_missing_feature(ctx, "RTP H.264 NAL unit type %d", type); type 366 libavformat/rtpdec_h264.c av_log(ctx, AV_LOG_ERROR, "Undefined type (%d)\n", type); type 94 libavformat/rtpdec_jpeg.c static int jpeg_create_header(uint8_t *buf, int size, uint32_t type, uint32_t w, type 165 libavformat/rtpdec_jpeg.c bytestream2_put_byte(&pbc, (2 << 4) | (type ? 2 : 1)); /* hsample/vsample */ type 219 libavformat/rtpdec_jpeg.c uint8_t type, q, width, height; type 232 libavformat/rtpdec_jpeg.c type = AV_RB8(buf + 4); /* id of jpeg decoder params */ type 239 libavformat/rtpdec_jpeg.c if (type & 0x40) { type 247 libavformat/rtpdec_jpeg.c type &= ~0x40; type 249 libavformat/rtpdec_jpeg.c if (type > 1) { type 250 libavformat/rtpdec_jpeg.c avpriv_report_missing_feature(ctx, "RTP/JPEG type %"PRIu8, type); type 331 libavformat/rtpdec_jpeg.c jpeg->hdr_size = jpeg_create_header(hdr, sizeof(hdr), type, width, type 71 libavformat/rtpdec_mpeg4.c uint16_t type; type 303 libavformat/rtpdec_mpeg4.c if (attr_names[i].type == ATTR_NAME_TYPE_INT) { type 322 libavformat/rtpdec_mpeg4.c } else if (attr_names[i].type == ATTR_NAME_TYPE_STR) { type 158 libavformat/rtpdec_qdm2.c unsigned int id, len, type, to_copy; type 162 libavformat/rtpdec_qdm2.c type = *p++; type 163 libavformat/rtpdec_qdm2.c if (type & 0x80) { type 166 libavformat/rtpdec_qdm2.c type &= 0x7F; type 170 libavformat/rtpdec_qdm2.c if (end - p < len + (type == 0x7F) || id >= 0x80) type 172 libavformat/rtpdec_qdm2.c if (type == 0x7F) type 173 libavformat/rtpdec_qdm2.c type |= *p++ << 8; type 112 libavformat/rtpenc_h264_hevc.c uint8_t type = buf[0] & 0x1F; type 117 libavformat/rtpenc_h264_hevc.c s->buf[1] = type; type 33 libavformat/rtpenc_jpeg.c uint8_t type; type 52 libavformat/rtpenc_jpeg.c type = 0; type 56 libavformat/rtpenc_jpeg.c type = 1; type 201 libavformat/rtpenc_jpeg.c bytestream_put_byte(&p, type); type 71 libavformat/sbgdec.c char type; /* 0 for relative, 'N' for now, 'T' for absolute */ type 78 libavformat/sbgdec.c char type; /* 'S' or 'B' */ type 85 libavformat/sbgdec.c enum sbg_synth_type type; type 145 libavformat/sbgdec.c enum ws_interval_type type; type 463 libavformat/sbgdec.c char type = 0; type 467 libavformat/sbgdec.c type = 'N'; type 472 libavformat/sbgdec.c type = 'T'; type 483 libavformat/sbgdec.c rts->type = type; type 528 libavformat/sbgdec.c if (ts.type) { type 531 libavformat/sbgdec.c p->current_time.type = ts.type; type 533 libavformat/sbgdec.c } else if(!inblock && !p->current_time.type) { type 538 libavformat/sbgdec.c ts.type = p->current_time.type; type 595 libavformat/sbgdec.c def->type = 'B'; type 630 libavformat/sbgdec.c synth->type = SBG_TYPE_SINE; type 645 libavformat/sbgdec.c synth->type = SBG_TYPE_NOISE; type 663 libavformat/sbgdec.c synth->type = SBG_TYPE_BELL; type 677 libavformat/sbgdec.c synth->type = SBG_TYPE_MIX; type 698 libavformat/sbgdec.c synth->type = SBG_TYPE_SPIN; type 749 libavformat/sbgdec.c def->type = 'S'; type 893 libavformat/sbgdec.c nb_rel += s->tseq[i].ts.type == 'N'; type 923 libavformat/sbgdec.c if (s->tseq[i].ts.type == 'N') { type 925 libavformat/sbgdec.c s->tseq[i].ts.type = 'T'; /* not necessary */ type 966 libavformat/sbgdec.c if (def->type == 'B') { type 1007 libavformat/sbgdec.c enum ws_interval_type type, uint32_t channels, int ref, type 1016 libavformat/sbgdec.c if (ri->type == type && ri->channels == channels && type 1030 libavformat/sbgdec.c i->type = type; type 1079 libavformat/sbgdec.c switch (s1->type) { type 1141 libavformat/sbgdec.c "Type %d is not implemented\n", s1->type); type 1184 libavformat/sbgdec.c enum sbg_fade_type type = ev1->fade.slide | (ev1->fade.out & ev2->fade.in); type 1205 libavformat/sbgdec.c if (s1mod.type == SBG_TYPE_NONE) { type 1208 libavformat/sbgdec.c } else if (s2mod.type == SBG_TYPE_NONE) { type 1213 libavformat/sbgdec.c if (s1mod.type == s2mod.type && type 1214 libavformat/sbgdec.c s1mod.type != SBG_TYPE_BELL && type 1215 libavformat/sbgdec.c (type == SBG_FADE_ADAPT || type 1334 libavformat/sbgdec.c edata_size += inter->inter[i].type == WS_SINE ? 44 : type 1335 libavformat/sbgdec.c inter->inter[i].type == WS_NOISE ? 32 : 0; type 1349 libavformat/sbgdec.c ADD_EDATA32(inter->inter[i].type); type 1351 libavformat/sbgdec.c switch (inter->inter[i].type) { type 89 libavformat/sdp.c static int resolve_destination(char *dest_addr, int size, char *type, type 95 libavformat/sdp.c av_strlcpy(type, "IP4", type_size); type 108 libavformat/sdp.c av_strlcpy(type, "IP6", type_size); type 115 libavformat/sdp.c static int resolve_destination(char *dest_addr, int size, char *type, type 751 libavformat/sdp.c const char *type; type 757 libavformat/sdp.c case AVMEDIA_TYPE_VIDEO : type = "video" ; break; type 758 libavformat/sdp.c case AVMEDIA_TYPE_AUDIO : type = "audio" ; break; type 759 libavformat/sdp.c case AVMEDIA_TYPE_SUBTITLE: type = "text" ; break; type 760 libavformat/sdp.c default : type = "application"; break; type 763 libavformat/sdp.c av_strlcatf(buff, size, "m=%s %d RTP/AVP %d\r\n", type, port, payload_type); type 619 libavformat/segment.c enum AVMediaType type; type 626 libavformat/segment.c type = s->streams[i]->codecpar->codec_type; type 627 libavformat/segment.c if ((unsigned)type < AVMEDIA_TYPE_NB && type_index_map[type] == -1 type 630 libavformat/segment.c type_index_map[type] = i; type 634 libavformat/segment.c type = type_priority_list[i]; type 635 libavformat/segment.c if ((seg->reference_stream_index = type_index_map[type]) >= 0) type 210 libavformat/sierravmd.c int type; type 219 libavformat/sierravmd.c type = chunk[0]; type 226 libavformat/sierravmd.c if(!size && type != 1) type 228 libavformat/sierravmd.c switch(type) { type 51 libavformat/sol.c static enum AVCodecID sol_codec_id(int magic, int type) type 53 libavformat/sol.c if (type & SOL_DPCM) type 59 libavformat/sol.c if (type & SOL_16BIT) type 65 libavformat/sol.c static int sol_codec_type(int magic, int type) type 68 libavformat/sol.c if (type & SOL_DPCM) type 70 libavformat/sol.c if (type & SOL_16BIT) return 3;//SOL_DPCM_NEW16; type 77 libavformat/sol.c static int sol_channels(int magic, int type) type 79 libavformat/sol.c if (magic == 0x0B8D || !(type & SOL_STEREO)) return 1; type 87 libavformat/sol.c unsigned int id, channels, rate, type; type 97 libavformat/sol.c type = avio_r8(pb); type 102 libavformat/sol.c codec = sol_codec_id(magic, type); type 103 libavformat/sol.c channels = sol_channels(magic, type); type 106 libavformat/sol.c id = sol_codec_type(magic, type); type 32 libavformat/subtitles.c r->type = FF_UTF_8; type 36 libavformat/subtitles.c r->type = FF_UTF16LE; type 39 libavformat/subtitles.c r->type = FF_UTF16BE; type 48 libavformat/subtitles.c if (s && (r->type == FF_UTF16LE || r->type == FF_UTF16BE)) type 71 libavformat/subtitles.c if (r->type == FF_UTF16LE) { type 73 libavformat/subtitles.c } else if (r->type == FF_UTF16BE) { type 406 libavformat/subtitles.c tr.type = 0; type 41 libavformat/subtitles.h int type; type 77 libavformat/takdec.c enum TAKMetaDataType type; type 80 libavformat/takdec.c type = avio_r8(pb) & 0x7f; type 83 libavformat/takdec.c switch (type) { type 103 libavformat/takdec.c av_log(s, AV_LOG_ERROR, "%d metadata block CRC error.\n", type); type 148 libavformat/takdec.c if (type == TAK_METADATA_STREAMINFO) { type 166 libavformat/takdec.c } else if (type == TAK_METADATA_LAST_FRAME) { type 176 libavformat/takdec.c } else if (type == TAK_METADATA_ENCODER) { type 108 libavformat/tests/movenc.c enum AVIODataMarkerType type, int64_t time) type 112 libavformat/tests/movenc.c switch (type) { type 126 libavformat/tests/movenc.c if (type != AVIO_DATA_MARKER_UNKNOWN && type 127 libavformat/tests/movenc.c type != AVIO_DATA_MARKER_TRAILER && type 128 libavformat/tests/movenc.c (type != AVIO_DATA_MARKER_HEADER || out_size == 0) && type 54 libavformat/tls_openssl.c static void openssl_lock(int mode, int type, const char *file, int line) type 57 libavformat/tls_openssl.c pthread_mutex_lock(&openssl_mutexes[type]); type 59 libavformat/tls_openssl.c pthread_mutex_unlock(&openssl_mutexes[type]); type 223 libavformat/tls_openssl.c .type = BIO_TYPE_SOURCE_SINK, type 71 libavformat/tls_schannel.c static void init_sec_buffer(SecBuffer *buffer, unsigned long type, type 75 libavformat/tls_schannel.c buffer->BufferType = type; type 80 libavformat/tls_securetransport.c SecExternalFormat type = kSecItemTypeAggregate; type 110 libavformat/tls_securetransport.c if (SecItemImport(data, pathStr, &format, &type, type 30 libavformat/uncodedframecrcenc.c #define DEFINE_CKSUM_LINE(name, type, conv) \ type 33 libavformat/uncodedframecrcenc.c type *p = data; \ type 132 libavformat/uncodedframecrcenc.c enum AVMediaType type; type 141 libavformat/uncodedframecrcenc.c type = s->streams[stream_index]->codecpar->codec_type; type 142 libavformat/uncodedframecrcenc.c type_name = av_get_media_type_string(type); type 144 libavformat/uncodedframecrcenc.c switch (type) { type 40 libavformat/unix.c int type; type 49 libavformat/unix.c { "type", "Socket type", OFFSET(type), AV_OPT_TYPE_INT, { .i64 = SOCK_STREAM }, INT_MIN, INT_MAX, ED, "type" }, type 72 libavformat/unix.c if ((fd = ff_socket(AF_UNIX, s->type, 0)) < 0) type 114 libavformat/unix.c if (!ret && s->type == SOCK_STREAM) type 227 libavformat/url.c entry->type = AVIO_ENTRY_UNKNOWN; type 334 libavformat/utils.c enum AVMediaType type; type 364 libavformat/utils.c if (fmt_id_type[i].type != AVMEDIA_TYPE_AUDIO && type 371 libavformat/utils.c st->codecpar->codec_type = fmt_id_type[i].type; type 1019 libavformat/utils.c if ((d->type == AVMEDIA_TYPE_VIDEO || d->type == AVMEDIA_TYPE_AUDIO) && type 1729 libavformat/utils.c if (av_packet_get_side_data(pkt, src_sd->type, NULL)) type 1732 libavformat/utils.c dst_data = av_packet_new_side_data(pkt, src_sd->type, src_sd->size); type 3607 libavformat/utils.c dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size); type 4244 libavformat/utils.c int av_find_best_stream(AVFormatContext *ic, enum AVMediaType type, type 4268 libavformat/utils.c if (par->codec_type != type) type 4272 libavformat/utils.c if (type == AVMEDIA_TYPE_AUDIO && !(par->channels && par->sample_rate)) type 4370 libavformat/utils.c dst->side_data[i].type = src->side_data[i].type; type 5176 libavformat/utils.c enum AVMediaType type; type 5180 libavformat/utils.c case 'v': type = AVMEDIA_TYPE_VIDEO; break; type 5181 libavformat/utils.c case 'a': type = AVMEDIA_TYPE_AUDIO; break; type 5182 libavformat/utils.c case 's': type = AVMEDIA_TYPE_SUBTITLE; break; type 5183 libavformat/utils.c case 'd': type = AVMEDIA_TYPE_DATA; break; type 5184 libavformat/utils.c case 't': type = AVMEDIA_TYPE_ATTACHMENT; break; type 5185 libavformat/utils.c case 'V': type = AVMEDIA_TYPE_VIDEO; nopic = 1; break; type 5193 libavformat/utils.c if (type != st->codecpar->codec_type type 5194 libavformat/utils.c && (st->codecpar->codec_type != AVMEDIA_TYPE_UNKNOWN || st->codec->codec_type != type)) type 5198 libavformat/utils.c if (type != st->codecpar->codec_type) type 5499 libavformat/utils.c enum AVPacketSideDataType type, int *size) type 5504 libavformat/utils.c if (st->side_data[i].type == type) { type 5515 libavformat/utils.c int av_stream_add_side_data(AVStream *st, enum AVPacketSideDataType type, type 5524 libavformat/utils.c if (sd->type == type) { type 5544 libavformat/utils.c sd->type = type; type 5551 libavformat/utils.c uint8_t *av_stream_new_side_data(AVStream *st, enum AVPacketSideDataType type, type 5560 libavformat/utils.c ret = av_stream_add_side_data(st, type, data, size); type 34 libavformat/vc1dec.c int type = code & 0x11f; type 36 libavformat/vc1dec.c switch (type) { type 36 libavformat/vivo.c int type; type 89 libavformat/vivo.c vivo->type = c >> 4; type 92 libavformat/vivo.c switch (vivo->type) { type 99 libavformat/vivo.c av_log(s, AV_LOG_ERROR, "unknown packet type %d\n", vivo->type); type 143 libavformat/vivo.c if (vivo->sequence || vivo->type) type 256 libavformat/vivo.c unsigned old_sequence = vivo->sequence, old_type = vivo->type; type 264 libavformat/vivo.c switch (vivo->type) { type 281 libavformat/vivo.c av_log(s, AV_LOG_ERROR, "unknown packet type %d\n", vivo->type); type 293 libavformat/vivo.c (((vivo->type - 1) >> 1) == ((old_type - 1) >> 1))) { type 32 libavformat/voc_packet.c VocType type; type 47 libavformat/voc_packet.c type = avio_r8(pb); type 48 libavformat/voc_packet.c if (type == VOC_TYPE_EOF) type 58 libavformat/voc_packet.c switch (type) { type 149 libavformat/webvttdec.c #define SET_SIDE_DATA(name, type) do { \ type 151 libavformat/webvttdec.c uint8_t *buf = av_packet_new_side_data(sub, type, name##_len); \ type 462 libavformat/wtvdec.c static void get_tag(AVFormatContext *s, AVIOContext *pb, const char *key, int type, int length) type 477 libavformat/wtvdec.c if (type == 0 && length == 4) { type 479 libavformat/wtvdec.c } else if (type == 1) { type 485 libavformat/wtvdec.c } else if (type == 3 && length == 4) { type 487 libavformat/wtvdec.c } else if (type == 4 && length == 8) { type 510 libavformat/wtvdec.c } else if (type == 5 && length == 2) { type 512 libavformat/wtvdec.c } else if (type == 6 && length == 16) { type 516 libavformat/wtvdec.c } else if (type == 2 && !strcmp(key, "WM/Picture")) { type 522 libavformat/wtvdec.c av_log(s, AV_LOG_WARNING, "unsupported metadata entry; key:%s, type:%d, length:0x%x\n", key, type, length); type 537 libavformat/wtvdec.c int length, type; type 541 libavformat/wtvdec.c type = avio_rl32(pb); type 551 libavformat/wtvdec.c get_tag(s, pb, key, type, length); type 639 libavformat/wtvenc.c static void write_metadata_header(AVIOContext *pb, int type, const char *key, int value_size) type 642 libavformat/wtvenc.c avio_wl32(pb, type); type 675 libavresample/audio_mix.c #define CONVERT_MATRIX(type, expr) \ type 676 libavresample/audio_mix.c am->matrix_## type[0] = av_mallocz(am->out_matrix_channels * \ type 678 libavresample/audio_mix.c sizeof(*am->matrix_## type[0])); \ type 679 libavresample/audio_mix.c if (!am->matrix_## type[0]) \ type 685 libavresample/audio_mix.c am->matrix_## type[o0] = am->matrix_## type[o0 - 1] + \ type 692 libavresample/audio_mix.c am->matrix_## type[o0][i0] = expr; \ type 697 libavresample/audio_mix.c am->matrix = (void **)am->matrix_## type; type 41 libavresample/tests/avresample.c #define PUT_FUNC(name, fmt, type, expr) \ type 46 libavresample/tests/avresample.c type v = expr; \ type 47 libavresample/tests/avresample.c type **out = (type **)data; \ type 99 libavutil/common.h #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) type 167 libavutil/eval.c } type; type 186 libavutil/eval.c switch (e->type) { type 308 libavutil/eval.c switch (e->type) { type 358 libavutil/eval.c d->type = e_value; type 369 libavutil/eval.c d->type = e_const; type 378 libavutil/eval.c d->type = e_value; type 425 libavutil/eval.c d->type = e_func0; type 439 libavutil/eval.c else if (strmatch(next, "squish")) d->type = e_squish; type 440 libavutil/eval.c else if (strmatch(next, "gauss" )) d->type = e_gauss; type 441 libavutil/eval.c else if (strmatch(next, "mod" )) d->type = e_mod; type 442 libavutil/eval.c else if (strmatch(next, "max" )) d->type = e_max; type 443 libavutil/eval.c else if (strmatch(next, "min" )) d->type = e_min; type 444 libavutil/eval.c else if (strmatch(next, "eq" )) d->type = e_eq; type 445 libavutil/eval.c else if (strmatch(next, "gte" )) d->type = e_gte; type 446 libavutil/eval.c else if (strmatch(next, "gt" )) d->type = e_gt; type 447 libavutil/eval.c else if (strmatch(next, "lte" )) d->type = e_lte; type 448 libavutil/eval.c else if (strmatch(next, "lt" )) d->type = e_lt; type 449 libavutil/eval.c else if (strmatch(next, "ld" )) d->type = e_ld; type 450 libavutil/eval.c else if (strmatch(next, "isnan" )) d->type = e_isnan; type 451 libavutil/eval.c else if (strmatch(next, "isinf" )) d->type = e_isinf; type 452 libavutil/eval.c else if (strmatch(next, "st" )) d->type = e_st; type 453 libavutil/eval.c else if (strmatch(next, "while" )) d->type = e_while; type 454 libavutil/eval.c else if (strmatch(next, "taylor")) d->type = e_taylor; type 455 libavutil/eval.c else if (strmatch(next, "root" )) d->type = e_root; type 456 libavutil/eval.c else if (strmatch(next, "floor" )) d->type = e_floor; type 457 libavutil/eval.c else if (strmatch(next, "ceil" )) d->type = e_ceil; type 458 libavutil/eval.c else if (strmatch(next, "trunc" )) d->type = e_trunc; type 459 libavutil/eval.c else if (strmatch(next, "round" )) d->type = e_round; type 460 libavutil/eval.c else if (strmatch(next, "sqrt" )) d->type = e_sqrt; type 461 libavutil/eval.c else if (strmatch(next, "not" )) d->type = e_not; type 462 libavutil/eval.c else if (strmatch(next, "pow" )) d->type = e_pow; type 463 libavutil/eval.c else if (strmatch(next, "print" )) d->type = e_print; type 464 libavutil/eval.c else if (strmatch(next, "random")) d->type = e_random; type 465 libavutil/eval.c else if (strmatch(next, "hypot" )) d->type = e_hypot; type 466 libavutil/eval.c else if (strmatch(next, "gcd" )) d->type = e_gcd; type 467 libavutil/eval.c else if (strmatch(next, "if" )) d->type = e_if; type 468 libavutil/eval.c else if (strmatch(next, "ifnot" )) d->type = e_ifnot; type 469 libavutil/eval.c else if (strmatch(next, "bitand")) d->type = e_bitand; type 470 libavutil/eval.c else if (strmatch(next, "bitor" )) d->type = e_bitor; type 471 libavutil/eval.c else if (strmatch(next, "between"))d->type = e_between; type 472 libavutil/eval.c else if (strmatch(next, "clip" )) d->type = e_clip; type 473 libavutil/eval.c else if (strmatch(next, "atan2" )) d->type = e_atan2; type 474 libavutil/eval.c else if (strmatch(next, "lerp" )) d->type = e_lerp; type 475 libavutil/eval.c else if (strmatch(next, "sgn" )) d->type = e_sgn; type 480 libavutil/eval.c d->type = e_func1; type 490 libavutil/eval.c d->type = e_func2; type 506 libavutil/eval.c static AVExpr *make_eval_expr(int type, int value, AVExpr *p0, AVExpr *p1) type 511 libavutil/eval.c e->type =type ; type 648 libavutil/eval.c switch (e->type) { type 740 libavutil/eval.c static int expr_count(AVExpr *e, unsigned *counter, int size, int type) type 747 libavutil/eval.c for (i = 0; e->type != type && i < 3 && e->param[i]; i++) type 748 libavutil/eval.c expr_count(e->param[i], counter, size, type); type 750 libavutil/eval.c if (e->type == type && e->const_index < size) type 52 libavutil/frame.c int type; type 86 libavutil/frame.c p->type = qp_type; type 91 libavutil/frame.c int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type) type 96 libavutil/frame.c *type = 0; type 101 libavutil/frame.c *type = f->qscale_type; type 115 libavutil/frame.c *type = p->type; type 389 libavutil/frame.c if ( sd_src->type == AV_FRAME_DATA_PANSCAN type 393 libavutil/frame.c sd_dst = av_frame_new_side_data(dst, sd_src->type, type 402 libavutil/frame.c sd_dst = av_frame_new_side_data_from_buf(dst, sd_src->type, ref); type 696 libavutil/frame.c enum AVFrameSideDataType type, type 720 libavutil/frame.c ret->type = type; type 728 libavutil/frame.c enum AVFrameSideDataType type, type 733 libavutil/frame.c ret = av_frame_new_side_data_from_buf(frame, type, buf); type 740 libavutil/frame.c enum AVFrameSideDataType type) type 745 libavutil/frame.c if (frame->side_data[i]->type == type) type 813 libavutil/frame.c void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type) type 819 libavutil/frame.c if (sd->type == type) { type 827 libavutil/frame.c const char *av_frame_side_data_name(enum AVFrameSideDataType type) type 829 libavutil/frame.c switch(type) { type 207 libavutil/frame.h enum AVFrameSideDataType type; type 725 libavutil/frame.h int8_t *av_frame_get_qp_table(AVFrame *f, int *stride, int *type); type 727 libavutil/frame.h int av_frame_set_qp_table(AVFrame *f, AVBufferRef *buf, int stride, int type); type 901 libavutil/frame.h enum AVFrameSideDataType type, type 917 libavutil/frame.h enum AVFrameSideDataType type, type 925 libavutil/frame.h enum AVFrameSideDataType type); type 930 libavutil/frame.h void av_frame_remove_side_data(AVFrame *frame, enum AVFrameSideDataType type); type 969 libavutil/frame.h const char *av_frame_side_data_name(enum AVFrameSideDataType type); type 58 libavutil/hash.c enum hashtype type; type 92 libavutil/hash.c return hashdesc[ctx->type].name; type 97 libavutil/hash.c return hashdesc[ctx->type].size; type 111 libavutil/hash.c res->type = i; type 139 libavutil/hash.c switch (ctx->type) { type 164 libavutil/hash.c switch (ctx->type) { type 185 libavutil/hash.c switch (ctx->type) { type 72 libavutil/hmac.c AVHMAC *av_hmac_alloc(enum AVHMACType type) type 77 libavutil/hmac.c switch (type) { type 48 libavutil/hmac.h AVHMAC *av_hmac_alloc(enum AVHMACType type); type 84 libavutil/hwcontext.c int type; type 85 libavutil/hwcontext.c for (type = 0; type < FF_ARRAY_ELEMS(hw_type_names); type++) { type 86 libavutil/hwcontext.c if (hw_type_names[type] && !strcmp(hw_type_names[type], name)) type 87 libavutil/hwcontext.c return type; type 92 libavutil/hwcontext.c const char *av_hwdevice_get_type_name(enum AVHWDeviceType type) type 94 libavutil/hwcontext.c if (type > AV_HWDEVICE_TYPE_NONE && type 95 libavutil/hwcontext.c type < FF_ARRAY_ELEMS(hw_type_names)) type 96 libavutil/hwcontext.c return hw_type_names[type]; type 106 libavutil/hwcontext.c if (prev != AV_HWDEVICE_TYPE_NONE && hw_table[i]->type <= prev) type 108 libavutil/hwcontext.c if (!set || hw_table[i]->type < next) { type 109 libavutil/hwcontext.c next = hw_table[i]->type; type 142 libavutil/hwcontext.c AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type) type 150 libavutil/hwcontext.c if (hw_table[i]->type == type) { type 184 libavutil/hwcontext.c ctx->type = type; type 610 libavutil/hwcontext.c int av_hwdevice_ctx_create(AVBufferRef **pdevice_ref, enum AVHWDeviceType type, type 617 libavutil/hwcontext.c device_ref = av_hwdevice_ctx_alloc(type); type 647 libavutil/hwcontext.c enum AVHWDeviceType type, type 658 libavutil/hwcontext.c if (tmp_ctx->type == type) { type 669 libavutil/hwcontext.c dst_ref = av_hwdevice_ctx_alloc(type); type 715 libavutil/hwcontext.c enum AVHWDeviceType type, type 718 libavutil/hwcontext.c return av_hwdevice_ctx_create_derived_opts(dst_ref_ptr, type, src_ref, type 79 libavutil/hwcontext.h enum AVHWDeviceType type; type 247 libavutil/hwcontext.h const char *av_hwdevice_get_type_name(enum AVHWDeviceType type); type 266 libavutil/hwcontext.h AVBufferRef *av_hwdevice_ctx_alloc(enum AVHWDeviceType type); type 303 libavutil/hwcontext.h int av_hwdevice_ctx_create(AVBufferRef **device_ctx, enum AVHWDeviceType type, type 328 libavutil/hwcontext.h enum AVHWDeviceType type, type 348 libavutil/hwcontext.h enum AVHWDeviceType type, type 411 libavutil/hwcontext_cuda.c switch (src_ctx->type) { type 483 libavutil/hwcontext_cuda.c .type = AV_HWDEVICE_TYPE_CUDA, type 597 libavutil/hwcontext_d3d11va.c .type = AV_HWDEVICE_TYPE_D3D11VA, type 271 libavutil/hwcontext_drm.c .type = AV_HWDEVICE_TYPE_DRM, type 577 libavutil/hwcontext_dxva2.c .type = AV_HWDEVICE_TYPE_DXVA2, type 30 libavutil/hwcontext_internal.h enum AVHWDeviceType type; type 39 libavutil/hwcontext_mediacodec.c .type = AV_HWDEVICE_TYPE_MEDIACODEC, type 192 libavutil/hwcontext_opencl.c cl_device_type type; type 414 libavutil/hwcontext_opencl.c match_type = opencl_device_types[i].type; type 1201 libavutil/hwcontext_opencl.c switch (src_ctx->type) { type 1456 libavutil/hwcontext_opencl.c #define CHANNEL_ORDER(order, type) \ type 1457 libavutil/hwcontext_opencl.c case order: image_format->image_channel_order = type; break; type 2097 libavutil/hwcontext_opencl.c .type = CL_MEM_OBJECT_IMAGE2D, type 2855 libavutil/hwcontext_opencl.c switch (src_fc->device_ctx->type) { type 2912 libavutil/hwcontext_opencl.c .type = AV_HWDEVICE_TYPE_OPENCL, type 239 libavutil/hwcontext_qsv.c if (child_device_ctx->type == AV_HWDEVICE_TYPE_VAAPI) { type 245 libavutil/hwcontext_qsv.c if (child_device_ctx->type == AV_HWDEVICE_TYPE_DXVA2) { type 271 libavutil/hwcontext_qsv.c if (child_device_ctx->type == AV_HWDEVICE_TYPE_DXVA2) { type 287 libavutil/hwcontext_qsv.c if (child_device_ctx->type == AV_HWDEVICE_TYPE_VAAPI) { type 295 libavutil/hwcontext_qsv.c if (child_device_ctx->type == AV_HWDEVICE_TYPE_DXVA2) { type 620 libavutil/hwcontext_qsv.c switch (dst_ctx->device_ctx->type) { type 677 libavutil/hwcontext_qsv.c switch (child_frames_ctx->device_ctx->type) { type 981 libavutil/hwcontext_qsv.c switch (src_ctx->device_ctx->type) { type 1146 libavutil/hwcontext_qsv.c switch (child_device_ctx->type) { type 1276 libavutil/hwcontext_qsv.c .type = AV_HWDEVICE_TYPE_QSV, type 231 libavutil/hwcontext_vaapi.c switch (attr_list[i].type) { type 268 libavutil/hwcontext_vaapi.c if (attr_list[i].type != VASurfaceAttribPixelFormat) type 513 libavutil/hwcontext_vaapi.c if (avfc->attributes[i].type == VASurfaceAttribMemoryType) type 515 libavutil/hwcontext_vaapi.c if (avfc->attributes[i].type == VASurfaceAttribPixelFormat) type 532 libavutil/hwcontext_vaapi.c .type = VASurfaceAttribMemoryType, type 534 libavutil/hwcontext_vaapi.c .value.type = VAGenericValueTypeInteger, type 540 libavutil/hwcontext_vaapi.c .type = VASurfaceAttribPixelFormat, type 542 libavutil/hwcontext_vaapi.c .value.type = VAGenericValueTypeInteger, type 1016 libavutil/hwcontext_vaapi.c .type = VASurfaceAttribMemoryType, type 1018 libavutil/hwcontext_vaapi.c .value.type = VAGenericValueTypeInteger, type 1022 libavutil/hwcontext_vaapi.c .type = VASurfaceAttribExternalBufferDescriptor, type 1024 libavutil/hwcontext_vaapi.c .value.type = VAGenericValueTypePointer, type 1631 libavutil/hwcontext_vaapi.c if (src_ctx->type == AV_HWDEVICE_TYPE_DRM) { type 1706 libavutil/hwcontext_vaapi.c .type = AV_HWDEVICE_TYPE_VAAPI, type 491 libavutil/hwcontext_vdpau.c .type = AV_HWDEVICE_TYPE_VDPAU, type 244 libavutil/hwcontext_videotoolbox.c .type = AV_HWDEVICE_TYPE_VIDEOTOOLBOX, type 509 libavutil/hwcontext_vulkan.c static const char *vk_dev_type(enum VkPhysicalDeviceType type) type 511 libavutil/hwcontext_vulkan.c switch (type) { type 1095 libavutil/hwcontext_vulkan.c #define CHECK_QUEUE(type, n) \ type 1098 libavutil/hwcontext_vulkan.c type, n, queue_num); \ type 1147 libavutil/hwcontext_vulkan.c switch(src_ctx->type) { type 1617 libavutil/hwcontext_vulkan.c .type = VK_IMAGE_TYPE_2D, type 2322 libavutil/hwcontext_vulkan.c .type = CU_EXTERNAL_MEMORY_HANDLE_TYPE_OPAQUE_FD, type 2336 libavutil/hwcontext_vulkan.c .type = CU_EXTERNAL_SEMAPHORE_HANDLE_TYPE_OPAQUE_FD, type 3300 libavutil/hwcontext_vulkan.c .type = AV_HWDEVICE_TYPE_VULKAN, type 91 libavutil/internal.h #define MAKE_ACCESSORS(str, name, type, field) \ type 92 libavutil/internal.h type av_##name##_get_##field(const str *s) { return s->field; } \ type 93 libavutil/internal.h void av_##name##_set_##field(str *s, type v) { s->field = v; } type 207 libavutil/internal.h # define FF_SYMVER(type, name, args, ver) \ type 208 libavutil/internal.h type ff_##name args __asm__ (EXTERN_PREFIX #name "@" ver); \ type 209 libavutil/internal.h type ff_##name args type 211 libavutil/internal.h # define FF_SYMVER(type, name, args, ver) \ type 213 libavutil/internal.h type ff_##name args; \ type 214 libavutil/internal.h type ff_##name args type 293 libavutil/log.c AVBPrint part[4], int *print_prefix, int type[2]) type 301 libavutil/log.c if(type) type[0] = type[1] = AV_CLASS_CATEGORY_NA + 16; type 309 libavutil/log.c if(type) type[0] = get_category(parent); type 314 libavutil/log.c if(type) type[1] = get_category(avcl); type 354 libavutil/log.c int type[2]; type 366 libavutil/log.c format_line(ptr, level, fmt, vl, part, &print_prefix, type); type 387 libavutil/log.c colored_fputs(type[0], 0, part[0].str); type 389 libavutil/log.c colored_fputs(type[1], 0, part[1].str); type 60 libavutil/opt.c switch (o->type) { type 99 libavutil/opt.c if (o->type != AV_OPT_TYPE_FLAGS && type 106 libavutil/opt.c if (o->type == AV_OPT_TYPE_FLAGS) { type 116 libavutil/opt.c switch (o->type) { type 221 libavutil/opt.c #define DEFAULT_NUMVAL(opt) ((opt->type == AV_OPT_TYPE_INT64 || \ type 222 libavutil/opt.c opt->type == AV_OPT_TYPE_UINT64 || \ type 223 libavutil/opt.c opt->type == AV_OPT_TYPE_CONST || \ type 224 libavutil/opt.c opt->type == AV_OPT_TYPE_FLAGS || \ type 225 libavutil/opt.c opt->type == AV_OPT_TYPE_INT) \ type 233 libavutil/opt.c if (o->type == AV_OPT_TYPE_RATIONAL || o->type == AV_OPT_TYPE_VIDEO_RATE) { type 250 libavutil/opt.c if (o->type == AV_OPT_TYPE_FLAGS) { type 265 libavutil/opt.c if (o_named && o_named->type == AV_OPT_TYPE_CONST) type 270 libavutil/opt.c if (o_named->type == AV_OPT_TYPE_CONST && type 303 libavutil/opt.c if (o->type == AV_OPT_TYPE_FLAGS) { type 472 libavutil/opt.c if (!val && (o->type != AV_OPT_TYPE_STRING && type 473 libavutil/opt.c o->type != AV_OPT_TYPE_PIXEL_FMT && o->type != AV_OPT_TYPE_SAMPLE_FMT && type 474 libavutil/opt.c o->type != AV_OPT_TYPE_IMAGE_SIZE && type 475 libavutil/opt.c o->type != AV_OPT_TYPE_DURATION && o->type != AV_OPT_TYPE_COLOR && type 476 libavutil/opt.c o->type != AV_OPT_TYPE_CHANNEL_LAYOUT && o->type != AV_OPT_TYPE_BOOL)) type 486 libavutil/opt.c switch (o->type) { type 558 libavutil/opt.c if (!o || o->type != opttype || o->flags & AV_OPT_FLAG_READONLY) \ type 612 libavutil/opt.c if (o->type != AV_OPT_TYPE_BINARY || o->flags & AV_OPT_FLAG_READONLY) type 638 libavutil/opt.c if (o->type != AV_OPT_TYPE_IMAGE_SIZE) { type 660 libavutil/opt.c if (o->type != AV_OPT_TYPE_VIDEO_RATE) { type 671 libavutil/opt.c enum AVOptionType type, const char *desc, int nb_fmts) type 680 libavutil/opt.c if (o->type != type) { type 716 libavutil/opt.c if (o->type != AV_OPT_TYPE_CHANNEL_LAYOUT) { type 787 libavutil/opt.c if (!o || !target_obj || (o->offset<=0 && o->type != AV_OPT_TYPE_CONST)) type 796 libavutil/opt.c switch (o->type) { type 958 libavutil/opt.c if (o->type != AV_OPT_TYPE_IMAGE_SIZE) { type 987 libavutil/opt.c enum AVOptionType type, const char *desc) type 993 libavutil/opt.c if (o->type != type) { type 1020 libavutil/opt.c if (o->type != AV_OPT_TYPE_CHANNEL_LAYOUT) { type 1039 libavutil/opt.c if (o->type != AV_OPT_TYPE_DICT) type 1055 libavutil/opt.c if (!field || !flag || flag->type != AV_OPT_TYPE_CONST || type 1118 libavutil/opt.c if (opt->type == AV_OPT_TYPE_CONST && !strcmp(opt->unit, unit) && type 1133 libavutil/opt.c if (opt->type == AV_OPT_TYPE_CONST && !strcmp(opt->unit, unit) && type 1160 libavutil/opt.c if (!unit && opt->type == AV_OPT_TYPE_CONST) type 1162 libavutil/opt.c else if (unit && opt->type != AV_OPT_TYPE_CONST) type 1164 libavutil/opt.c else if (unit && opt->type == AV_OPT_TYPE_CONST && strcmp(unit, opt->unit)) type 1166 libavutil/opt.c else if (unit && opt->type == AV_OPT_TYPE_CONST) type 1173 libavutil/opt.c switch (opt->type) { type 1253 libavutil/opt.c switch (opt->type) { type 1272 libavutil/opt.c if (opt->type != AV_OPT_TYPE_CONST && type 1273 libavutil/opt.c opt->type != AV_OPT_TYPE_BINARY && type 1274 libavutil/opt.c !((opt->type == AV_OPT_TYPE_COLOR || type 1275 libavutil/opt.c opt->type == AV_OPT_TYPE_IMAGE_SIZE || type 1276 libavutil/opt.c opt->type == AV_OPT_TYPE_STRING || type 1277 libavutil/opt.c opt->type == AV_OPT_TYPE_DICT || type 1278 libavutil/opt.c opt->type == AV_OPT_TYPE_VIDEO_RATE) && type 1281 libavutil/opt.c switch (opt->type) { type 1340 libavutil/opt.c if (opt->unit && opt->type != AV_OPT_TYPE_CONST) type 1341 libavutil/opt.c opt_list(obj, av_log_obj, opt->unit, req_flags, rej_flags, opt->type); type 1374 libavutil/opt.c switch (opt->type) { type 1422 libavutil/opt.c opt->type, opt->name); type 1614 libavutil/opt.c switch (o->type) { type 1696 libavutil/opt.c ((!unit && o->type != AV_OPT_TYPE_CONST) || type 1697 libavutil/opt.c (unit && o->type == AV_OPT_TYPE_CONST && o->unit && !strcmp(o->unit, unit)))) { type 1733 libavutil/opt.c static int opt_size(enum AVOptionType type) type 1735 libavutil/opt.c switch(type) { type 1787 libavutil/opt.c if (o->type == AV_OPT_TYPE_STRING) { type 1793 libavutil/opt.c } else if (o->type == AV_OPT_TYPE_BINARY) { type 1803 libavutil/opt.c } else if (o->type == AV_OPT_TYPE_CONST) { type 1805 libavutil/opt.c } else if (o->type == AV_OPT_TYPE_DICT) { type 1815 libavutil/opt.c int size = opt_size(o->type); type 1869 libavutil/opt.c switch (field->type) { type 1952 libavutil/opt.c switch (o->type) { type 2042 libavutil/opt.c av_log(obj, AV_LOG_WARNING, "Not supported option type: %d, option name: %s\n", o->type, o->name); type 2082 libavutil/opt.c if (o->type == AV_OPT_TYPE_CONST) type 260 libavutil/opt.h enum AVOptionType type; type 33 libavutil/qsort.h #define AV_QSORT(p, num, type, cmp) do {\ type 39 libavutil/qsort.h type *start= stack[--sp][0];\ type 40 libavutil/qsort.h type *end = stack[ sp][1];\ type 44 libavutil/qsort.h type *right = end-2;\ type 45 libavutil/qsort.h type *left = start+1;\ type 46 libavutil/qsort.h type *mid = start + ((end-start)>>1);\ type 48 libavutil/qsort.h if(cmp( end, mid) > 0) FFSWAP(type, *start, *mid);\ type 49 libavutil/qsort.h else FFSWAP(type, *start, *end);\ type 51 libavutil/qsort.h if(cmp(start, mid) > 0) FFSWAP(type, *start, *mid);\ type 55 libavutil/qsort.h FFSWAP(type, *mid, *end);\ type 59 libavutil/qsort.h FFSWAP(type, end[-1], *mid);\ type 66 libavutil/qsort.h FFSWAP(type, *left, *right);\ type 71 libavutil/qsort.h FFSWAP(type, end[-1], *left);\ type 90 libavutil/qsort.h FFSWAP(type, *start, *end);\ type 103 libavutil/qsort.h #define AV_MSORT(p, tmp, num, type, cmp) do {\ type 118 libavutil/qsort.h FFSWAP(type*, p, tmp);\ type 57 libavutil/stereo3d.c const char *av_stereo3d_type_name(unsigned int type) type 59 libavutil/stereo3d.c if (type >= FF_ARRAY_ELEMS(stereo3d_type_names)) type 62 libavutil/stereo3d.c return stereo3d_type_names[type]; type 180 libavutil/stereo3d.h enum AVStereo3DType type; type 217 libavutil/stereo3d.h const char *av_stereo3d_type_name(unsigned int type); type 81 libavutil/tests/cpu.c static void print_cpu_flags(int cpu_flags, const char *type) type 85 libavutil/tests/cpu.c printf("cpu_flags(%s) = 0x%08X\n", type, cpu_flags); type 86 libavutil/tests/cpu.c printf("cpu_flags_str(%s) =", type); type 50 libavutil/tests/hwdevice.c if (derived_dev->type != derived_type) { type 52 libavutil/tests/hwdevice.c derived_type, derived_dev->type); type 56 libavutil/tests/hwdevice.c if (derived_type == src_dev->type) { type 66 libavutil/tests/hwdevice.c err = av_hwdevice_ctx_create_derived(&back_ref, src_dev->type, type 97 libavutil/tests/hwdevice.c static int test_device(enum AVHWDeviceType type, const char *name, type 104 libavutil/tests/hwdevice.c err = av_hwdevice_ctx_create(&ref, type, device, opts, flags); type 111 libavutil/tests/hwdevice.c if (dev->type != type) { type 113 libavutil/tests/hwdevice.c type, dev->type); type 128 libavutil/tests/hwdevice.c enum AVHWDeviceType type; type 146 libavutil/tests/hwdevice.c static int test_device_type(enum AVHWDeviceType type) type 152 libavutil/tests/hwdevice.c name = av_hwdevice_get_type_name(type); type 154 libavutil/tests/hwdevice.c fprintf(stderr, "No name available for device type %d.\n", type); type 159 libavutil/tests/hwdevice.c if (check != type) { type 161 libavutil/tests/hwdevice.c type, name, check); type 167 libavutil/tests/hwdevice.c err = test_device(type, name, NULL, NULL, 0); type 178 libavutil/tests/hwdevice.c if (test_devices[i].type != type) type 182 libavutil/tests/hwdevice.c err = test_device(type, name, type 203 libavutil/tests/hwdevice.c enum AVHWDeviceType type = AV_HWDEVICE_TYPE_NONE; type 208 libavutil/tests/hwdevice.c type = av_hwdevice_iterate_types(type); type 209 libavutil/tests/hwdevice.c if (type == AV_HWDEVICE_TYPE_NONE) type 212 libavutil/tests/hwdevice.c err = test_device_type(type); type 193 libavutil/tests/opt.c if (o->type == AV_OPT_TYPE_CONST) type 105 libavutil/timer.h .type = PERF_TYPE_HARDWARE, \ type 21 libavutil/tx.c int ff_tx_type_is_mdct(enum AVTXType type) type 23 libavutil/tx.c switch (type) { type 53 libavutil/tx.c const int mdct = ff_tx_type_is_mdct(s->type); type 123 libavutil/tx.c av_cold int av_tx_init(AVTXContext **ctx, av_tx_fn *tx, enum AVTXType type, type 131 libavutil/tx.c switch (type) { type 134 libavutil/tx.c if ((err = ff_tx_init_mdct_fft_float(s, tx, type, inv, len, scale, flags))) type 139 libavutil/tx.c if ((err = ff_tx_init_mdct_fft_double(s, tx, type, inv, len, scale, flags))) type 144 libavutil/tx.c if ((err = ff_tx_init_mdct_fft_int32(s, tx, type, inv, len, scale, flags))) type 109 libavutil/tx.h int av_tx_init(AVTXContext **ctx, av_tx_fn *tx, enum AVTXType type, type 109 libavutil/tx_priv.h int type; /* Type */ type 118 libavutil/tx_priv.h int ff_tx_type_is_mdct(enum AVTXType type); type 140 libavutil/tx_priv.h enum AVTXType type, int inv, int len, type 143 libavutil/tx_priv.h enum AVTXType type, int inv, int len, type 146 libavutil/tx_priv.h enum AVTXType type, int inv, int len, type 574 libavutil/tx_template.c enum AVTXType type, int inv, int len, type 577 libavutil/tx_template.c const int is_mdct = ff_tx_type_is_mdct(type); type 602 libavutil/tx_template.c s->type = type; type 109 libavutil/utils.c #define LIST_LENGTH(type) \ type 110 libavutil/utils.c { type t = term, *l = (type *)list; for (i = 0; l[i] != t; i++); } type 29 libavutil/video_enc_params.c AVVideoEncParams *av_video_enc_params_alloc(enum AVVideoEncParamsType type, type 45 libavutil/video_enc_params.c par->type = type; type 57 libavutil/video_enc_params.c av_video_enc_params_create_side_data(AVFrame *frame, enum AVVideoEncParamsType type, type 64 libavutil/video_enc_params.c par = av_video_enc_params_alloc(type, nb_blocks, &size); type 87 libavutil/video_enc_params.h enum AVVideoEncParamsType type; type 150 libavutil/video_enc_params.h AVVideoEncParams *av_video_enc_params_alloc(enum AVVideoEncParamsType type, type 160 libavutil/video_enc_params.h av_video_enc_params_create_side_data(AVFrame *frame, enum AVVideoEncParamsType type, type 20 libswresample/noise_shaping_data.c enum {fir, iir} type; type 36 libswresample/soxr_resample.c soxr_datatype_t type = type 46 libswresample/soxr_resample.c soxr_io_spec_t io_spec = soxr_io_spec(type, type); type 24 libswresample/x86/rematrix_init.c #define D(type, simd) \ type 25 libswresample/x86/rematrix_init.c mix_1_1_func_type ff_mix_1_1_a_## type ## _ ## simd;\ type 26 libswresample/x86/rematrix_init.c mix_2_1_func_type ff_mix_2_1_a_## type ## _ ## simd; type 31 libswresample/x86/resample_init.c #define RESAMPLE_FUNCS(type, opt) \ type 32 libswresample/x86/resample_init.c int ff_resample_common_##type##_##opt(ResampleContext *c, void *dst, \ type 34 libswresample/x86/resample_init.c int ff_resample_linear_##type##_##opt(ResampleContext *c, void *dst, \ type 37 tests/api/api-band-test.c int slice_position, int type, int height) type 154 tests/api/api-codec-param-test.c if (opt->type == AV_OPT_TYPE_CONST) type 208 tests/api/api-codec-param-test.c if (opt->type == AV_OPT_TYPE_CONST) type 214 tests/api/api-threadmessage-test.c #define SPAWN_THREADS(type) do { \ type 215 tests/api/api-threadmessage-test.c for (i = 0; i < nb_##type##s; i++) { \ type 216 tests/api/api-threadmessage-test.c struct type##_data *td = &type##s[i]; \ type 220 tests/api/api-threadmessage-test.c td->workload = get_workload(type##_min_load, type##_max_load); \ type 222 tests/api/api-threadmessage-test.c ret = pthread_create(&td->tid, NULL, type##_thread, td); \ type 225 tests/api/api-threadmessage-test.c av_log(NULL, AV_LOG_ERROR, "Unable to start " AV_STRINGIFY(type) \ type 232 tests/api/api-threadmessage-test.c #define WAIT_THREADS(type) do { \ type 233 tests/api/api-threadmessage-test.c for (i = 0; i < nb_##type##s; i++) { \ type 234 tests/api/api-threadmessage-test.c struct type##_data *td = &type##s[i]; \ type 239 tests/api/api-threadmessage-test.c av_log(NULL, AV_LOG_ERROR, "Unable to join " AV_STRINGIFY(type) \ type 43 tests/checkasm/bswapdsp.c #define check_bswap(type) \ type 46 tests/checkasm/bswapdsp.c declare_func(void, type *dst, const type *src, int w); \ type 48 tests/checkasm/bswapdsp.c for (w = 0; w < BUF_SIZE / sizeof(type); w++) { \ type 49 tests/checkasm/bswapdsp.c int offset = (BUF_SIZE / sizeof(type) - w) & 15; /* Test various alignments */ \ type 51 tests/checkasm/bswapdsp.c call_ref((type *)dst0 + offset, (type *)src0 + offset, w); \ type 52 tests/checkasm/bswapdsp.c call_new((type *)dst1 + offset, (type *)src1 + offset, w); \ type 55 tests/checkasm/bswapdsp.c bench_new((type *)dst1 + offset, (type *)src1 + offset, w); \ type 610 tests/checkasm/checkasm.c .type = PERF_TYPE_HARDWARE, type 844 tests/checkasm/checkasm.c #define DEF_CHECKASM_CHECK_FUNC(type, fmt) \ type 845 tests/checkasm/checkasm.c int checkasm_check_##type(const char *const file, const int line, \ type 846 tests/checkasm/checkasm.c const type *buf1, ptrdiff_t stride1, \ type 847 tests/checkasm/checkasm.c const type *buf2, ptrdiff_t stride2, \ type 266 tests/checkasm/checkasm.h #define DECL_CHECKASM_CHECK_FUNC(type) \ type 267 tests/checkasm/checkasm.h int checkasm_check_##type(const char *const file, const int line, \ type 268 tests/checkasm/checkasm.h const type *const buf1, const ptrdiff_t stride1, \ type 269 tests/checkasm/checkasm.h const type *const buf2, const ptrdiff_t stride2, \ type 39 tests/checkasm/llviddsp.c #define init_buffer(a0, a1, type, width)\ type 42 tests/checkasm/llviddsp.c randomize_buffers(a0, width * sizeof(type));\ type 43 tests/checkasm/llviddsp.c memcpy(a1, a0, width*sizeof(type));\ type 47 tests/checkasm/pixblockdsp.c #define check_get_pixels(type, aligned) \ type 53 tests/checkasm/pixblockdsp.c int src_offset = i * 64 * sizeof(type) + (aligned ? 8 : 1) * i; \ type 64 tests/checkasm/pixblockdsp.c #define check_diff_pixels(type, aligned) \ type 70 tests/checkasm/pixblockdsp.c int src_offset = i * 64 * sizeof(type) + (aligned ? 8 : 1) * i; \ type 34 tests/checkasm/utvideodsp.c #define randomize_plane(buf, type) \ type 37 tests/checkasm/utvideodsp.c type * tmp = buf; \ type 56 tests/checkasm/utvideodsp.c #define CHECK_RESTORE(type)\ type 57 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_r0, [BUFFER_SIZE]); \ type 58 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_g0, [BUFFER_SIZE]); \ type 59 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_b0, [BUFFER_SIZE]); \ type 60 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_r1, [BUFFER_SIZE]); \ type 61 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_g1, [BUFFER_SIZE]); \ type 62 tests/checkasm/utvideodsp.c LOCAL_ALIGNED_32(type, src_b1, [BUFFER_SIZE]); \ type 63 tests/checkasm/utvideodsp.c declare_func(void, type *src_r, type *src_g, type *src_b, \ type 66 tests/checkasm/utvideodsp.c memset(src_r0, 0, BUFFER_SIZE * sizeof(type)); \ type 67 tests/checkasm/utvideodsp.c memset(src_g0, 0, BUFFER_SIZE * sizeof(type)); \ type 68 tests/checkasm/utvideodsp.c memset(src_b0, 0, BUFFER_SIZE * sizeof(type)); \ type 69 tests/checkasm/utvideodsp.c randomize_plane(src_r0, type); \ type 70 tests/checkasm/utvideodsp.c randomize_plane(src_g0, type); \ type 71 tests/checkasm/utvideodsp.c randomize_plane(src_b0, type); \ type 72 tests/checkasm/utvideodsp.c memcpy(src_r1, src_r0, BUFFER_SIZE * sizeof(type)); \ type 73 tests/checkasm/utvideodsp.c memcpy(src_g1, src_g0, BUFFER_SIZE * sizeof(type)); \ type 74 tests/checkasm/utvideodsp.c memcpy(src_b1, src_b0, BUFFER_SIZE * sizeof(type)); \ type 77 tests/checkasm/utvideodsp.c cmp_plane(src_r0, src_r1, sizeof(type)); \ type 78 tests/checkasm/utvideodsp.c cmp_plane(src_g0, src_g1, sizeof(type)); \ type 79 tests/checkasm/utvideodsp.c cmp_plane(src_b0, src_b1, sizeof(type)); \ type 53 tests/checkasm/v210enc.c #define check_pack_line(type, mask) \ type 55 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, y0, [BUF_SIZE]); \ type 56 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, y1, [BUF_SIZE]); \ type 57 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, u0, [BUF_SIZE / 2]); \ type 58 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, u1, [BUF_SIZE / 2]); \ type 59 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, v0, [BUF_SIZE / 2]); \ type 60 tests/checkasm/v210enc.c LOCAL_ALIGNED_16(type, v1, [BUF_SIZE / 2]); \ type 64 tests/checkasm/v210enc.c declare_func(void, const type * y, const type * u, const type * v, \ type 66 tests/checkasm/v210enc.c ptrdiff_t width, step = 12 / sizeof(type); \ type 34 tests/checkasm/videodsp.c #define iter_1d(type, fix, fix_val, var, var_start, var_end) \ type 36 tests/checkasm/videodsp.c call_ref((type *) dst0, (const type *) (src0 + y * pw + x), \ type 37 tests/checkasm/videodsp.c bw * sizeof(type), pw * sizeof(type), \ type 39 tests/checkasm/videodsp.c call_new((type *) dst1, (const type *) (src1 + y * pw + x), \ type 40 tests/checkasm/videodsp.c bw * sizeof(type), pw * sizeof(type), \ type 42 tests/checkasm/videodsp.c if (memcmp(dst0, dst1, bw * bh * sizeof(type))) \ type 44 tests/checkasm/videodsp.c bench_new((type *) dst1, (const type *) (src1 + y * pw + x),\ type 45 tests/checkasm/videodsp.c bw * sizeof(type), pw * sizeof(type), \ type 49 tests/checkasm/videodsp.c #define check_emu_edge_size(type, src_w, src_h, dst_w, dst_h) \ type 51 tests/checkasm/videodsp.c LOCAL_ALIGNED_16(type, src0, [src_w * src_h]); \ type 52 tests/checkasm/videodsp.c LOCAL_ALIGNED_16(type, src1, [src_w * src_h]); \ type 57 tests/checkasm/videodsp.c memcpy(src1, src0, pw * ph * sizeof(type)); \ type 58 tests/checkasm/videodsp.c iter_1d(type, y, 0 - src_h, x, 0 - src_w, src_w - 0); \ type 59 tests/checkasm/videodsp.c iter_1d(type, x, src_w - 0, y, 0 - src_h, src_h - 0); \ type 60 tests/checkasm/videodsp.c iter_1d(type, y, src_h - 0, x, 0 - src_w, src_w - 0); \ type 61 tests/checkasm/videodsp.c iter_1d(type, x, 0 - src_w, y, 0 - src_h, src_h - 0); \ type 64 tests/checkasm/videodsp.c #define check_emu_edge(type) \ type 66 tests/checkasm/videodsp.c LOCAL_ALIGNED_16(type, dst0, [64 * 64]); \ type 67 tests/checkasm/videodsp.c LOCAL_ALIGNED_16(type, dst1, [64 * 64]); \ type 69 tests/checkasm/videodsp.c void, type *dst, const type *src, \ type 75 tests/checkasm/videodsp.c check_emu_edge_size(type, 16, 1, 64, 64); \ type 76 tests/checkasm/videodsp.c check_emu_edge_size(type, 16, 16, 64, 64); \ type 77 tests/checkasm/videodsp.c check_emu_edge_size(type, 64, 64, 64, 64); \ type 271 tests/checkasm/vp8dsp.c int type, k, dx, dy; type 276 tests/checkasm/vp8dsp.c for (type = 0; type < 2; type++) { type 277 tests/checkasm/vp8dsp.c vp8_mc_func (*tab)[3][3] = type ? d.put_vp8_bilinear_pixels_tab : d.put_vp8_epel_pixels_tab; type 286 tests/checkasm/vp8dsp.c if (type == 0) { type 299 tests/checkasm/vp8dsp.c if (type == 0) { type 37 tests/tiny_ssim.c #define FFSWAP(type,a,b) do{type SWAP_tmp= b; b= a; a= SWAP_tmp;}while(0) type 90 tests/tiny_ssim.c type fs1 = s1; type 91 tests/tiny_ssim.c type fs2 = s2; type 92 tests/tiny_ssim.c type fss = ss; type 93 tests/tiny_ssim.c type fs12 = s12; type 94 tests/tiny_ssim.c type vars = fss*64 - fs1*fs1 - fs2*fs2; type 95 tests/tiny_ssim.c type covar = fs12*64 - fs1*fs2; type 95 tools/crypto_bench.c #define DEFINE_LAVU_MD(suffix, type, namespace, hsize) \ type 99 tools/crypto_bench.c static struct type *h; \ type 42 tools/enum_options.c switch (o->type) { type 72 tools/enum_options.c if (u->type == FF_OPT_TYPE_CONST && u->unit && !strcmp(u->unit, o->unit)) type 84 tools/enum_options.c if (o->type != FF_OPT_TYPE_CONST) type 85 tools/graph2dot.c if (link->type == AVMEDIA_TYPE_VIDEO) { type 92 tools/graph2dot.c } else if (link->type == AVMEDIA_TYPE_AUDIO) { type 194 tools/ismindex.c const char *type = track->is_video ? "video" : "audio"; type 205 tools/ismindex.c dirname, type, track->offsets[j].time); type 642 tools/ismindex.c const char *type = track->is_video ? "video" : "audio"; type 644 tools/ismindex.c type, path_prefix, track->name, track->bitrate); type 647 tools/ismindex.c fprintf(out, "\t\t\t</%s>\n", type); type 656 tools/ismindex.c const char *type) type 668 tools/ismindex.c type, i, track->name, main, tracks->tracks[j]->name, j); type 674 tools/ismindex.c type, i, track->name, main, tracks->tracks[j]->name, j); type 38 tools/probetest.c static void probe(AVProbeData *pd, int type, int p, int size) type 58 tools/probetest.c fmt->name, score, type, p, size); type 96 tools/probetest.c unsigned int p, i, type, size, retry; type 147 tools/probetest.c for (type = 0; type < 4; type++) { type 151 tools/probetest.c switch (type) { type 194 tools/probetest.c probe(&pd, type, p, size); type 105 tools/qt-faststart.c uint32_t type; type 140 tools/qt-faststart.c atom.type = BE_32(pos + 4); type 256 tools/qt-faststart.c switch (atom->type) { type 334 tools/qt-faststart.c switch (atom->type) { type 137 tools/target_dec_fuzzer.c switch (c->type) { type 19 tools/uncoded_frame.c enum AVMediaType type = avfilter_pad_get_type(f->output_pads, idx); type 23 tools/uncoded_frame.c switch (type) { type 51 tools/venc_data_dump.c fprintf(stdout, "AVVideoEncParams %d\n", par->type);