FFmpeg
|
Structure to hold side data for an AVFrame. More...
#include <frame.h>
Data Fields | |
enum AVFrameSideDataType | type |
uint8_t * | data |
size_t | size |
AVDictionary * | metadata |
AVBufferRef * | buf |
Structure to hold side data for an AVFrame.
sizeof(AVFrameSideData) is not a part of the public ABI, so new fields may be added to the end with a minor bump.
enum AVFrameSideDataType AVFrameSideData::type |
Definition at line 266 of file frame.h.
Referenced by dump_unknown(), filter_frame(), frame_copy_props(), get_frame_side_data_type(), libx265_encode_frame(), prepare_sei_data_array(), print_frame_side_data(), and setup_frame().
uint8_t* AVFrameSideData::data |
Definition at line 267 of file frame.h.
Referenced by addroi_filter_frame(), alloc_frame(), amf_save_hdr_metadata(), aom_encode(), av_ambient_viewing_environment_create_side_data(), av_content_light_metadata_create_side_data(), av_downmix_info_update_side_data(), av_dynamic_hdr_plus_create_side_data(), av_dynamic_hdr_vivid_create_side_data(), av_film_grain_params_create_side_data(), av_frame_side_data_clone(), av_mastering_display_metadata_create_side_data(), av_stereo3d_create_side_data(), configure_video_filters(), contain_valid_detection_bbox(), create_subcc_packet(), cri_decode_frame(), decode_frame(), decode_packet(), discard_samples(), dnn_classify_post_proc(), dump_ambient_viewing_environment(), dump_audio_service_type(), dump_content_light_metadata(), dump_detection_bbox(), dump_dovi_metadata(), dump_downmix(), dump_dynamic_hdr_plus(), dump_dynamic_hdr_vivid(), dump_mastering_display(), dump_matrixenc(), dump_replaygain(), dump_roi(), dump_s12m_timecode(), dump_sei_film_grain_params_metadata(), dump_sei_unregistered_metadata(), dump_spherical(), dump_stereo3d(), dump_video_enc_params(), eb_send_frame(), encode_frame(), encode_headers(), encode_send_frame_internal(), extract_lltask_from_task(), ff_alloc_a53_sei(), ff_alloc_timecode_sei(), ff_ccfifo_extract(), ff_ccfifo_inject(), ff_determine_signal_peak(), ff_dovi_configure(), ff_encode_preinit(), ff_frame_to_dnn_classify(), ff_h2645_sei_to_frame(), ff_h264_field_end(), ff_mjpeg_decode_frame_from_buf(), ff_print_debug_info2(), ff_qp_table_extract(), ff_side_data_update_matrix_encoding(), ff_update_hdr_metadata(), filter_frame(), frame_copy_props(), get_buffer(), h264_export_frame_props(), handle_side_data(), iccdetect_filter_frame(), ifilter_parameters_from_frame(), jpeg_put_comments(), libjxl_encode_frame(), libx265_encode_frame(), libx265_encode_set_roi(), main(), mpeg_decode_frame(), mpeg_field_start(), png_write_iccp(), populate_avctx_color_fields(), prepare_sei_data_array(), print_frame_side_data(), process_frame(), qsv_av1_set_encode_ctrl(), qsv_hevc_set_encode_ctrl(), reconfig_encoder(), select_frame(), send_frame(), set_roi_encode_ctrl(), set_roi_map(), set_side_data(), setup_frame(), side_data_map(), side_data_stereo3d_merge(), tiff_decode_tag(), tonemap_vaapi_update_sidedata(), vaapi_encode_av1_init_picture_params(), vaapi_encode_h265_init_picture_params(), vk_enc_h265_update_pic_info(), vpp_set_frame_ext_params(), and webp_decode_frame().
size_t AVFrameSideData::size |
Definition at line 268 of file frame.h.
Referenced by add_icc_profile_size(), addroi_filter_frame(), av_ambient_viewing_environment_create_side_data(), av_frame_side_data_clone(), contain_valid_detection_bbox(), create_subcc_packet(), decode_packet(), discard_samples(), dump_audio_service_type(), dump_downmix(), dump_dynamic_hdr_plus(), dump_dynamic_hdr_vivid(), dump_mastering_display(), dump_matrixenc(), dump_replaygain(), dump_roi(), dump_s12m_timecode(), dump_sei_unregistered_metadata(), dump_unknown(), encode_frame(), encode_send_frame_internal(), ff_alloc_a53_sei(), ff_ccfifo_extract(), ff_ccfifo_inject(), ff_encode_preinit(), ff_mjpeg_add_icc_profile_size(), filter_frame(), frame_copy_props(), iccdetect_filter_frame(), jpeg_put_comments(), libjxl_encode_frame(), libx265_encode_frame(), libx265_encode_set_roi(), png_write_iccp(), prepare_sei_data_array(), print_frame_side_data(), send_frame(), set_roi_encode_ctrl(), set_roi_map(), setup_frame(), and vtenc_send_frame().
AVDictionary* AVFrameSideData::metadata |
Definition at line 269 of file frame.h.
Referenced by av_frame_side_data_clone(), frame_copy_props(), free_side_data(), png_write_iccp(), populate_avctx_color_fields(), and print_frame_side_data().
AVBufferRef* AVFrameSideData::buf |
Definition at line 270 of file frame.h.
Referenced by av_frame_side_data_clone(), frame_copy_props(), frame_data_submit(), free_side_data(), iccdetect_filter_frame(), and side_data_stereo3d_merge().