Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtp.c37 enum AVMediaType codec_type; member
146 enum AVCodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type) in ff_rtp_codec_id()
Dmoflex.c173 unsigned codec_type, width = 0, height = 0, sample_rate = 0, channels = 0; in moflex_read_sync() local
Drtpdec.c159 enum AVMediaType codec_type) in ff_rtp_handler_find_by_name()
173 enum AVMediaType codec_type) in ff_rtp_handler_find_by_id()
Drtpdec.h118 enum AVMediaType codec_type; member
Dwtvdec.c600 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream()
Dflvdec.c163 static AVStream *create_stream(AVFormatContext *s, int codec_type) in create_stream()
Dhlsenc.c1977 enum AVMediaType codec_type, in get_nth_codec_stream_index()
1999 enum AVMediaType codec_type; in parse_variant_stream_mapstring() local
Davidec.c500 int codec_type, stream_index, frame_period; in avi_read_header() local
Drtsp.c424 enum AVMediaType codec_type; in sdp_parse_line() local
Dmatroskaenc.c2829 int codec_type = s->streams[pkt->stream_index]->codecpar->codec_type; in mkv_write_packet() local
Dmpegts.c1385 enum AVMediaType codec_type; member
/third_party/pulseaudio/src/modules/bluetooth/
Da2dp-codec-gst.h38 enum a2dp_codec_type codec_type; member
Da2dp-codec-ldac-gst.c285 static void *init_common(enum a2dp_codec_type codec_type, bool for_encoding, bool for_backchannel, … in init_common()
358 static uint8_t get_ldac_num_frames(void *codec_info, enum a2dp_codec_type codec_type) { in get_ldac_num_frames()
Da2dp-codec-aptx-gst.c395 static void *init_common(enum a2dp_codec_type codec_type, bool for_encoding, bool for_backchannel, … in init_common()
/third_party/ffmpeg/libavcodec/
Dimm5.c94 int codec_type = avpkt->data[1]; in imm5_decode_frame() local
Dcodec_par.h57 enum AVMediaType codec_type; member
Davcodec.c518 const char *codec_type; in avcodec_string() local
Dvideotoolbox.c736 static CMVideoFormatDescriptionRef videotoolbox_format_desc_create(CMVideoCodecType codec_type, in videotoolbox_format_desc_create()
799 static CFDictionaryRef videotoolbox_decoder_config_create(CMVideoCodecType codec_type, in videotoolbox_decoder_config_create()
Dvideotoolboxenc.c1077 CMVideoCodecType codec_type, in vtenc_create_encoder()
1429 CMVideoCodecType codec_type; in vtenc_configure_encoder() local
2516 CMVideoCodecType codec_type, in vtenc_populate_extradata()
Dcuviddec.c97 cudaVideoCodec codec_type; member
Davcodec.h397 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */ member
/third_party/ffmpeg/fftools/
Dffplay.c3126 static void stream_cycle_channel(VideoState *is, int codec_type) in stream_cycle_channel()