Home
last modified time | relevance | path

Searched defs:codec_type (Results 1 – 20 of 20) 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.c147 enum AVMediaType codec_type) in ff_rtp_handler_find_by_name()
161 enum AVMediaType codec_type) in ff_rtp_handler_find_by_id()
Drtpdec.h117 enum AVMediaType codec_type; member
Dwtvdec.c609 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream()
Dflvdec.c162 static AVStream *create_stream(AVFormatContext *s, int codec_type) in create_stream()
Davidec.c472 int codec_type, stream_index, frame_period; in avi_read_header() local
Dhlsenc.c1874 enum AVMediaType codec_type,
1896 enum AVMediaType codec_type; local
Drtsp.c398 enum AVMediaType codec_type; in sdp_parse_line() local
Dmatroskaenc.c2366 int codec_type = s->streams[pkt->stream_index]->codecpar->codec_type; in mkv_write_packet() local
Dmpegts.c783 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
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.c1017 CMVideoCodecType codec_type, in vtenc_create_encoder()
1325 CMVideoCodecType codec_type; in vtenc_configure_encoder() local
2407 CMVideoCodecType codec_type, in vtenc_populate_extradata()
Dcuviddec.c85 cudaVideoCodec codec_type; member
Dutils.c1233 const char *codec_type; in avcodec_string() local
Davcodec.h534 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */ member
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamc.c2123 const GstAmcCodecType *codec_type = NULL; in gst_amc_video_format_to_color_format() local
3233 GstAmcCodecType *codec_type = &codec_info->supported_types[i]; in register_codecs() local
/third_party/gstreamer/gst_libav/ext/libav/
Dgstavcodecmap.c3293 enum AVMediaType codec_type, const GstCaps * caps, AVCodecContext * context) in gst_ffmpeg_caps_with_codecid()
/third_party/ffmpeg/fftools/
Dffplay.c3134 static void stream_cycle_channel(VideoState *is, int codec_type) in stream_cycle_channel()