FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
AVBufferRef Struct Reference

A reference to a data buffer. More...

#include <buffer.h>

Data Fields

AVBufferbuffer
 
uint8_tdata
 The data buffer. More...
 
int size
 Size of data in bytes. More...
 

Detailed Description

A reference to a data buffer.

The size of this struct is not a part of the public ABI and it is not meant to be allocated directly.

Examples:
hw_decode.c, and qsvdec.c.

Definition at line 81 of file buffer.h.

Field Documentation

AVBuffer* AVBufferRef::buffer
uint8_t* AVBufferRef::data

The data buffer.

It is considered writable if and only if this is the only reference to the buffer, in which case av_buffer_is_writable() returns 1.

Examples:
qsvdec.c.

Definition at line 89 of file buffer.h.

Referenced by alloc_frame(), alloc_frame_buffer(), alloc_picture(), asf_parse_packet(), audio_get_buffer(), av_buffer_allocz(), av_buffer_create(), av_buffer_make_writable(), av_buffer_realloc(), av_frame_get_plane_buffer(), av_frame_get_qp_table(), av_frame_set_qp_table(), av_grow_packet(), av_hwdevice_ctx_create(), av_hwdevice_ctx_create_derived(), av_hwdevice_ctx_init(), av_hwdevice_get_hwframe_constraints(), av_hwdevice_hwconfig_alloc(), av_hwframe_ctx_alloc(), av_hwframe_ctx_create_derived(), av_hwframe_ctx_init(), av_hwframe_get_buffer(), av_hwframe_map(), av_hwframe_transfer_data(), av_hwframe_transfer_get_formats(), av_new_packet(), av_packet_merge_side_data(), av_packet_ref(), avcodec_encode_audio2(), avcodec_encode_video2(), avcodec_open2(), buffer_needs_copy(), config_props(), copy_packet_data(), cuda_get_buffer(), cudascale_config_props(), cudascale_filter_frame(), cudaupload_config_output(), cuvid_decode_init(), cuvid_decode_packet(), cuvid_flush(), cuvid_handle_video_sequence(), cuvid_init(), cuvid_output_frame(), d3d11va_get_buffer(), d3d11va_transfer_data(), decode_buffering_period(), decode_mb_row_no_filter(), decode_nal_sei_pic_timing(), decode_nal_units(), decode_picture_timing(), deint_vaapi_config_input(), deint_vaapi_config_output(), drm_get_buffer(), dxva2_get_buffer(), export_stream_params(), extract_extradata_h2645(), ff_alloc_picture(), ff_default_get_video_buffer(), ff_dxva2_decode_init(), ff_er_frame_end(), ff_flac_parse_picture(), ff_frame_pool_get(), ff_get_format(), ff_h264_decode_picture_parameter_set(), ff_h264_decode_seq_parameter_set(), ff_h264_execute_ref_pic_marking(), ff_h264_queue_decode_slice(), ff_h264_ref_picture(), ff_h264_update_thread_context(), ff_hevc_decode_nal_pps(), ff_hevc_decode_nal_sps(), ff_hevc_decode_nal_vps(), ff_hwframe_map_create(), ff_id3v2_parse_apic(), ff_mjpeg_decode_frame(), ff_mpeg_ref_picture(), ff_mpv_export_qp_table(), ff_nvenc_encode_init(), ff_qsv_enc_init(), ff_qsv_init_session_device(), ff_qsv_init_session_frames(), ff_thread_await_progress(), ff_thread_report_progress(), ff_v4l2_buffer_avframe_to_buf(), ff_v4l2_buffer_buf_to_avframe(), ff_v4l2_buffer_buf_to_avpkt(), ff_vaapi_decode_init(), ff_vaapi_encode_init(), ff_vdpau_common_init(), ff_videotoolbox_hvcc_extradata_create(), ffmmal_add_packet(), filter_frame(), frame_copy_props(), frame_new_side_data(), generate_missing_ref(), get_audio_buffer(), get_buffer(), get_format(), get_lowest_part_y(), get_video_buffer(), h264_init_ps(), h264_slice_header_parse(), hevc_decode_extradata(), hevc_parse_slice_header(), hevc_ref_frame(), hls_slice_header(), hwdownload_config_input(), hwdownload_filter_frame(), hwframe_pool_prealloc(), hwmap_config_output(), hwupload_config_output(), hwupload_query_formats(), id3_has_changed_values(), ifilter_send_frame(), init_out_pool(), init_out_session(), init_output_stream(), init_processing_chain(), init_slice_rpl(), init_stage(), init_video_param(), kmsgrab_read_header(), mpegts_push_data(), new_pes_packet(), nppscale_deinterleave(), nppscale_filter_frame(), nppscale_interleave(), nvenc_register_frame(), nvenc_setup_device(), parse_nal_units(), qsv_create_mids(), qsv_decode_init(), qsv_device_create(), qsv_frame_alloc(), qsv_frame_lock(), qsv_get_buffer(), qsv_init(), qsv_init_child_ctx(), qsv_init_opaque_alloc(), qsv_map_from(), qsv_setup_mids(), qsv_transfer_data_child(), raw_decode(), raw_init_decoder(), read_apic(), remove_pps(), remove_sps(), remove_vps(), rkmpp_flush(), rkmpp_receive_frame(), rkmpp_release_frame(), rkmpp_retrieve_frame(), rkmpp_send_packet(), rkmpp_write_data(), scale_vaapi_config_input(), scale_vaapi_config_output(), scalecuda_resize(), set_sps(), thread_get_buffer_internal(), thumbnail(), transfer_data_alloc(), update_context_from_thread(), vaapi_encode_create_recon_frames(), vaapi_encode_issue(), vaapi_frames_init(), vaapi_get_buffer(), vdadec_init(), vdpau_get_buffer(), video_get_buffer(), vp78_decode_mv_mb_modes(), vp9_frame_alloc(), vp9_frame_ref(), vt_get_buffer(), and vtenc_populate_extradata().

int AVBufferRef::size

The documentation for this struct was generated from the following file: