Home
last modified time | relevance | path

Searched refs:av_frame_new_side_data (Results 1 - 23 of 23) sorted by relevance

/third_party/ffmpeg/libavutil/
H A Dmastering_display_metadata.c34 AVFrameSideData *side_data = av_frame_new_side_data(frame, in av_mastering_display_metadata_create_side_data()
57 AVFrameSideData *side_data = av_frame_new_side_data(frame, in av_content_light_metadata_create_side_data()
H A Ddownmix_info.c31 side_data = av_frame_new_side_data(frame, AV_FRAME_DATA_DOWNMIX_INFO, in av_downmix_info_update_side_data()
H A Dfilm_grain_params.c33 AVFrameSideData *side_data = av_frame_new_side_data(frame, in av_film_grain_params_create_side_data()
H A Dhdr_dynamic_vivid_metadata.c38 AVFrameSideData *side_data = av_frame_new_side_data(frame, in av_dynamic_hdr_vivid_create_side_data()
H A Dhdr_dynamic_metadata.c38 AVFrameSideData *side_data = av_frame_new_side_data(frame, in av_dynamic_hdr_plus_create_side_data()
H A Dstereo3d.c36 AVFrameSideData *side_data = av_frame_new_side_data(frame, in av_stereo3d_create_side_data()
H A Dframe.h872 AVFrameSideData *av_frame_new_side_data(AVFrame *frame,
H A Dframe.c319 sd_dst = av_frame_new_side_data(dst, sd_src->type, in frame_copy_props()
672 AVFrameSideData *av_frame_new_side_data(AVFrame *frame, in av_frame_new_side_data() function
/third_party/ffmpeg/libavfilter/
H A Dvf_addroi.c162 sd = av_frame_new_side_data(frame, AV_FRAME_DATA_REGIONS_OF_INTEREST, in addroi_filter_frame()
H A Dvf_mestimate.c177 sd = av_frame_new_side_data(out, AV_FRAME_DATA_MOTION_VECTORS, 2 * s->b_count * sizeof(AVMotionVector)); in filter_frame()
/third_party/ffmpeg/libavcodec/
H A Dmpegutils.c179 sd = av_frame_new_side_data(pict, AV_FRAME_DATA_MOTION_VECTORS, mbcount * sizeof(AVMotionVector)); in ff_print_debug_info2()
H A Dcri.c399 rotation = av_frame_new_side_data(p, AV_FRAME_DATA_DISPLAYMATRIX, in cri_decode_frame()
H A Ddpx.c292 av_frame_new_side_data(p, AV_FRAME_DATA_S12M_TIMECODE, in decode_frame()
H A Dutils.c128 side_data = av_frame_new_side_data(frame, AV_FRAME_DATA_MATRIXENCODING, in ff_side_data_update_matrix_encoding()
H A Ddecode.c431 AVFrameSideData *fside = av_frame_new_side_data(frame, AV_FRAME_DATA_SKIP_SAMPLES, 10); in decode_simple_internal()
1277 AVFrameSideData *frame_sd = av_frame_new_side_data(frame, in ff_decode_frame_props()
H A Dmpeg12dec.c1608 pan_scan = av_frame_new_side_data(s->current_picture_ptr->f, in mpeg_field_start()
1635 av_frame_new_side_data(s->current_picture_ptr->f, in mpeg_field_start()
2830 AVFrameSideData *tcside = av_frame_new_side_data(picture, in mpeg_decode_frame()
H A Dh264_slice.c1298 AVFrameSideData *rotation = av_frame_new_side_data(out, in h264_export_frame_props()
1318 AVFrameSideData *sd = av_frame_new_side_data(out, AV_FRAME_DATA_AFD, in h264_export_frame_props()
1411 AVFrameSideData *tcside = av_frame_new_side_data(out, in h264_export_frame_props()
H A Dsnowdec.c625 sd = av_frame_new_side_data(picture, AV_FRAME_DATA_MOTION_VECTORS, s->avmv_index * sizeof(AVMotionVector)); in decode_frame()
H A Dmjpegdec.c2866 sd = av_frame_new_side_data(frame, AV_FRAME_DATA_ICC_PROFILE, total_size); in ff_mjpeg_receive_frame()
2889 sd = av_frame_new_side_data(frame, AV_FRAME_DATA_DISPLAYMATRIX, sizeof(int32_t) * 9); in ff_mjpeg_receive_frame()
H A Dpngdec.c1482 AVFrameSideData *sd = av_frame_new_side_data(f, AV_FRAME_DATA_ICC_PROFILE, s->iccp_data_len); in output_frame()
H A Dwebp.c1503 sd = av_frame_new_side_data(p, AV_FRAME_DATA_ICC_PROFILE, chunk_size); in webp_decode_frame()
H A Dtiff.c1677 sd = av_frame_new_side_data(frame, AV_FRAME_DATA_ICC_PROFILE, count); in tiff_decode_tag()
H A Dhevcdec.c2777 AVFrameSideData *rotation = av_frame_new_side_data(out, in set_side_data()
2894 AVFrameSideData *tcside = av_frame_new_side_data(out, AV_FRAME_DATA_S12M_TIMECODE, in set_side_data()

Completed in 43 milliseconds