Searched refs:av_sdp_create (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | rtspenc.c | 79 if (av_sdp_create(ctx_array, 1, sdp, SDP_MAX_SIZE)) { in ff_rtsp_setup_output_streams()
|
H A D | sapenc.c | 230 if (av_sdp_create(contexts, s->nb_streams, &sap->ann[pos], in sap_write_header()
|
H A D | sdp.c | 837 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size) in av_sdp_create() function 910 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size) in av_sdp_create() function
|
H A D | avformat.h | 2792 int av_sdp_create(AVFormatContext *ac[], int n_files, char *buf, int size);
|
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg_mux.c | 205 ret = av_sdp_create(avc, j, sdp, sizeof(sdp)); in print_sdp()
|
Completed in 7 milliseconds