Home
last modified time | relevance | path

Searched refs:av_frame_new_side_data_from_buf (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavutil/
Dvideo_enc_params.c76 if (!av_frame_new_side_data_from_buf(frame, AV_FRAME_DATA_VIDEO_ENC_PARAMS, buf)) { in av_video_enc_params_create_side_data()
Dframe.c74 if (!av_frame_new_side_data_from_buf(f, AV_FRAME_DATA_QP_TABLE_DATA, ref)) { in av_frame_set_qp_table()
414 sd_dst = av_frame_new_side_data_from_buf(dst, sd_src->type, ref); in frame_copy_props()
694 AVFrameSideData *av_frame_new_side_data_from_buf(AVFrame *frame, in av_frame_new_side_data_from_buf() function
732 ret = av_frame_new_side_data_from_buf(frame, type, buf); in av_frame_new_side_data()
Dframe.h938 AVFrameSideData *av_frame_new_side_data_from_buf(AVFrame *frame,
/third_party/ffmpeg/libavfilter/
Dvf_addroi.c152 sd = av_frame_new_side_data_from_buf(frame, in addroi_filter_frame()
/third_party/ffmpeg/libavcodec/
Dlibdav1d.c404 if (!av_frame_new_side_data_from_buf(frame, AV_FRAME_DATA_A53_CC, buf)) in libdav1d_receive_frame()
Dhevcdec.c2837 … AVFrameSideData *sd = av_frame_new_side_data_from_buf(out, AV_FRAME_DATA_A53_CC, a53->buf_ref); in set_side_data()
2847 AVFrameSideData *sd = av_frame_new_side_data_from_buf(out, in set_side_data()
2888 if (!av_frame_new_side_data_from_buf(out, AV_FRAME_DATA_DYNAMIC_HDR_PLUS, info_ref)) { in set_side_data()
Dh264_slice.c1299 … AVFrameSideData *sd = av_frame_new_side_data_from_buf(out, AV_FRAME_DATA_A53_CC, a53->buf_ref); in h264_export_frame_props()
1311 AVFrameSideData *sd = av_frame_new_side_data_from_buf(out, in h264_export_frame_props()
Dmpeg12dec.c1632 AVFrameSideData *sd = av_frame_new_side_data_from_buf( in mpeg_field_start()
/third_party/ffmpeg/doc/
DAPIchanges364 Add av_frame_new_side_data_from_buf().