av_stream_new_side_data 3089 fftools/ffmpeg.c             dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size);
av_stream_new_side_data 3097 fftools/ffmpeg.c         uint8_t *sd = av_stream_new_side_data(ost->st, AV_PKT_DATA_DISPLAYMATRIX,
av_stream_new_side_data 3515 fftools/ffmpeg.c                 dst_data = av_stream_new_side_data(ost->st, sd_src->type, sd_src->size);
av_stream_new_side_data 3534 fftools/ffmpeg.c                     uint8_t *dst = av_stream_new_side_data(ost->st, sd->type, sd->size);
av_stream_new_side_data  652 libavdevice/android_camera.c     side_data = av_stream_new_side_data(st,
av_stream_new_side_data 2185 libavformat/avformat.h uint8_t *av_stream_new_side_data(AVStream *stream,
av_stream_new_side_data 2134 libavformat/matroskadec.c             (AVMasteringDisplayMetadata*) av_stream_new_side_data(
av_stream_new_side_data  794 libavformat/mov.c     ast = (enum AVAudioServiceType*)av_stream_new_side_data(st, AV_PKT_DATA_AUDIO_SERVICE_TYPE,
av_stream_new_side_data  830 libavformat/mov.c     ast = (enum AVAudioServiceType*)av_stream_new_side_data(st, AV_PKT_DATA_AUDIO_SERVICE_TYPE,
av_stream_new_side_data 1573 libavformat/mov.c         icc_profile = av_stream_new_side_data(st, AV_PKT_DATA_ICC_PROFILE, atom.size - 4);
av_stream_new_side_data   78 libavformat/replaygain.c     replaygain = (AVReplayGain*)av_stream_new_side_data(st, AV_PKT_DATA_REPLAYGAIN,
av_stream_new_side_data 3607 libavformat/utils.c         dst_data = av_stream_new_side_data(st, sd_src->type, sd_src->size);