av_frame_new_side_data_from_buf 1284 libavcodec/h264_slice.c         AVFrameSideData *sd = av_frame_new_side_data_from_buf(cur->f, AV_FRAME_DATA_A53_CC, a53->buf_ref);
av_frame_new_side_data_from_buf 2789 libavcodec/hevcdec.c         AVFrameSideData *sd = av_frame_new_side_data_from_buf(out, AV_FRAME_DATA_A53_CC, a53->buf_ref);
av_frame_new_side_data_from_buf  152 libavfilter/vf_addroi.c         sd = av_frame_new_side_data_from_buf(frame,
av_frame_new_side_data_from_buf   74 libavutil/frame.c     if (!av_frame_new_side_data_from_buf(f, AV_FRAME_DATA_QP_TABLE_DATA, ref)) {
av_frame_new_side_data_from_buf  402 libavutil/frame.c             sd_dst = av_frame_new_side_data_from_buf(dst, sd_src->type, ref);
av_frame_new_side_data_from_buf  733 libavutil/frame.c     ret = av_frame_new_side_data_from_buf(frame, type, buf);
av_frame_new_side_data_from_buf  916 libavutil/frame.h AVFrameSideData *av_frame_new_side_data_from_buf(AVFrame *frame,
av_frame_new_side_data_from_buf   73 libavutil/video_enc_params.c     if (!av_frame_new_side_data_from_buf(frame, AV_FRAME_DATA_VIDEO_ENC_PARAMS, buf)) {