Home
last modified time | relevance | path

Searched defs:codec_type (Results 1 – 25 of 25) sorted by relevance

/third_party/ffmpeg/libavformat/
Drtp.c37 enum AVMediaType codec_type; member
143 enum AVCodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type) in ff_rtp_codec_id()
Drtpdec.c150 enum AVMediaType codec_type) in ff_rtp_handler_find_by_name()
164 enum AVMediaType codec_type) in ff_rtp_handler_find_by_id()
Dmoflex.c173 unsigned codec_type, width = 0, height = 0, sample_rate = 0, channels = 0; in moflex_read_sync() local
Drtpdec.h117 enum AVMediaType codec_type; member
Dflvdec.c162 static AVStream *create_stream(AVFormatContext *s, int codec_type) in create_stream()
Dwtvdec.c609 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream()
Davidec.c483 int codec_type, stream_index, frame_period; in avi_read_header() local
Dhlsenc.c1993 enum AVMediaType codec_type,
2015 enum AVMediaType codec_type; local
Drtsp.c427 enum AVMediaType codec_type; in sdp_parse_line() local
Dmatroskaenc.c2392 int codec_type = s->streams[pkt->stream_index]->codecpar->codec_type; in mkv_write_packet() local
Dmpegts.c786 enum AVMediaType codec_type; member
/third_party/ffmpeg/libavcodec/
Dimm5.c95 int codec_type = avpkt->data[1]; in imm5_decode_frame() local
Dcodec_par.h56 enum AVMediaType codec_type; member
Davcodec.c654 const char *codec_type; in avcodec_string() local
Dvideotoolbox.c654 static CMVideoFormatDescriptionRef videotoolbox_format_desc_create(CMVideoCodecType codec_type, in videotoolbox_format_desc_create()
717 static CFDictionaryRef videotoolbox_decoder_config_create(CMVideoCodecType codec_type, in videotoolbox_decoder_config_create()
Dvideotoolboxenc.c1044 CMVideoCodecType codec_type, in vtenc_create_encoder()
1383 CMVideoCodecType codec_type; in vtenc_configure_encoder() local
2477 CMVideoCodecType codec_type, in vtenc_populate_extradata()
Dcuviddec.c89 cudaVideoCodec codec_type; member
Davcodec.h544 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */ member
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtutil.c119 gst_vtutil_codec_type_to_prores_variant (CMVideoCodecType codec_type) in gst_vtutil_codec_type_to_prores_variant()
Dvtenc.c788 CMVideoCodecType codec_type = in gst_vtenc_negotiate_prores_variant() local
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvdec.h114 cudaVideoCodec codec_type; member
Dgstnvdec.c1996 cudaVideoCodec codec_type; member
2041 cudaVideoCodec codec_type, const gchar * codec, guint device_id, guint rank, in gst_nvdec_subclass_register()
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.c605 const GstAmcCodecType *codec_type = NULL; in gst_amc_video_format_to_color_format() local
1717 GstAmcCodecType *codec_type = &codec_info->supported_types[i]; in register_codecs() local
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c3286 enum AVMediaType codec_type, const GstCaps * caps, AVCodecContext * context) in gst_ffmpeg_caps_with_codecid()
/third_party/ffmpeg/fftools/
Dffplay.c3136 static void stream_cycle_channel(VideoState *is, int codec_type) in stream_cycle_channel()