/third_party/ffmpeg/libavformat/ |
H A D | rtp.c | 37 enum AVMediaType codec_type; member 146 enum AVCodecID ff_rtp_codec_id(const char *buf, enum AVMediaType codec_type) in ff_rtp_codec_id() argument
|
H A D | moflex.c | 173 unsigned codec_type, width = 0, height = 0, sample_rate = 0, channels = 0; in moflex_read_sync() local
|
H A D | rtpdec.h | 118 enum AVMediaType codec_type; member
|
H A D | rtpdec.c | 158 ff_rtp_handler_find_by_name(const char *name, enum AVMediaType codec_type) ff_rtp_handler_find_by_name() argument 172 ff_rtp_handler_find_by_id(int id, enum AVMediaType codec_type) ff_rtp_handler_find_by_id() argument [all...] |
H A D | wtvdec.c | 600 static AVStream * new_stream(AVFormatContext *s, AVStream *st, int sid, int codec_type) in new_stream() argument
|
H A D | flvdec.c | 163 static AVStream *create_stream(AVFormatContext *s, int codec_type) in create_stream() argument [all...] |
H A D | avidec.c | 500 int codec_type, stream_index, frame_period; in avi_read_header() local [all...] |
H A D | rtsp.c | 424 enum AVMediaType codec_type; in sdp_parse_line() local [all...] |
H A D | mpegts.c | 1386 enum AVMediaType codec_type; member [all...] |
H A D | matroskaenc.c | 2829 int codec_type = s->streams[pkt->stream_index]->codecpar->codec_type; mkv_write_packet() local [all...] |
H A D | hlsenc.c | 1999 enum AVMediaType codec_type; in parse_variant_stream_mapstring() local 1976 get_nth_codec_stream_index(AVFormatContext *s, enum AVMediaType codec_type, int64_t stream_id) get_nth_codec_stream_index() argument [all...] |
/third_party/pulseaudio/src/modules/bluetooth/ |
H A D | a2dp-codec-gst.h | 38 enum a2dp_codec_type codec_type; member
|
H A D | a2dp-codec-aptx-gst.c | 395 static void *init_common(enum a2dp_codec_type codec_type, bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_common() argument
|
H A D | a2dp-codec-ldac-gst.c | 285 static void *init_common(enum a2dp_codec_type codec_type, bool for_encoding, bool for_backchannel, const uint8_t *config_buffer, uint8_t config_size, pa_sample_spec *sample_spec, pa_core *core) { in init_common() argument 358 static uint8_t get_ldac_num_frames(void *codec_info, enum a2dp_codec_type codec_type) { in get_ldac_num_frames() argument
|
/third_party/ffmpeg/libavcodec/ |
H A D | imm5.c | 94 int codec_type = avpkt->data[1]; in imm5_decode_frame() local
|
H A D | codec_par.h | 57 enum AVMediaType codec_type; member
|
H A D | avcodec.c | 518 const char *codec_type; in avcodec_string() local [all...] |
H A D | cuviddec.c | 97 cudaVideoCodec codec_type; member
|
H A D | videotoolbox.c | 736 static CMVideoFormatDescriptionRef videotoolbox_format_desc_create(CMVideoCodecType codec_type, in videotoolbox_format_desc_create() argument 799 static CFDictionaryRef videotoolbox_decoder_config_create(CMVideoCodecType codec_type, in videotoolbox_decoder_config_create() argument
|
H A D | videotoolboxenc.c | 1429 CMVideoCodecType codec_type; in vtenc_configure_encoder() local 1076 vtenc_create_encoder(AVCodecContext *avctx, CMVideoCodecType codec_type, CFStringRef profile_level, CFNumberRef gamma_level, CFDictionaryRef enc_info, CFDictionaryRef pixel_buffer_info, VTCompressionSessionRef *session) vtenc_create_encoder() argument 2515 vtenc_populate_extradata(AVCodecContext *avctx, CMVideoCodecType codec_type, CFStringRef profile_level, CFNumberRef gamma_level, CFDictionaryRef enc_info, CFDictionaryRef pixel_buffer_info) vtenc_populate_extradata() argument [all...] |
H A D | avcodec.h | 397 enum AVMediaType codec_type; /* see AVMEDIA_TYPE_xxx */ member
|
/third_party/ffmpeg/fftools/ |
H A D | ffplay.c | 3126 static void stream_cycle_channel(VideoState *is, int codec_type) in stream_cycle_channel() argument [all...] |