av_frame_new_side_data  874 libavcodec/h264.c         AVFrameSideData *rotation = av_frame_new_side_data(&cur->f,
av_frame_new_side_data 2544 libavcodec/hevc.c         AVFrameSideData *rotation = av_frame_new_side_data(out,
av_frame_new_side_data 1656 libavcodec/mpeg12dec.c         pan_scan = av_frame_new_side_data(s->current_picture_ptr->f,
av_frame_new_side_data 1664 libavcodec/mpeg12dec.c             AVFrameSideData *sd = av_frame_new_side_data(
av_frame_new_side_data 1683 libavcodec/mpeg12dec.c                 av_frame_new_side_data(s->current_picture_ptr->f,
av_frame_new_side_data 2227 libavcodec/mpegvideo.c             sd = av_frame_new_side_data(pict, AV_FRAME_DATA_MOTION_VECTORS, mbcount * sizeof(AVMotionVector));
av_frame_new_side_data  607 libavcodec/snowdec.c         sd = av_frame_new_side_data(picture, AV_FRAME_DATA_MOTION_VECTORS, s->avmv_index * sizeof(AVMotionVector));
av_frame_new_side_data  267 libavcodec/utils.c         side_data = av_frame_new_side_data(frame, AV_FRAME_DATA_MATRIXENCODING,
av_frame_new_side_data  762 libavcodec/utils.c                 AVFrameSideData *frame_sd = av_frame_new_side_data(frame,
av_frame_new_side_data 2605 libavcodec/utils.c             AVFrameSideData *fside = av_frame_new_side_data(frame, AV_FRAME_DATA_SKIP_SAMPLES, 10);
av_frame_new_side_data   31 libavutil/downmix_info.c         side_data = av_frame_new_side_data(frame, AV_FRAME_DATA_DOWNMIX_INFO,
av_frame_new_side_data  508 libavutil/frame.c         sd_dst = av_frame_new_side_data(dst, sd_src->type,
av_frame_new_side_data  753 libavutil/frame.h AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
av_frame_new_side_data   34 libavutil/stereo3d.c     AVFrameSideData *side_data = av_frame_new_side_data(frame,