Searched refs:av_sdp_create (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | rtspenc.c | 78 if (av_sdp_create(ctx_array, 1, sdp, SDP_MAX_SIZE)) { in ff_rtsp_setup_output_streams()
|
D | sapenc.c | 229 if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos], in sap_write_header()
|
D | sdp.c | 776 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size) in av_sdp_create() function 846 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size) in av_sdp_create() function
|
D | avformat.h | 2857 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 2834 av_sdp_create(avc, j, sdp, sizeof(sdp)); in print_sdp()
|
/third_party/ffmpeg/doc/ |
D | APIchanges | 2650 d4d0932 / c3675df rename avf_sdp_create->av_sdp_create
|