FFmpeg
|
#include <pixdesc.h>
Data Fields | |
int | plane |
Which of the 4 planes contains the component. More... | |
int | step |
Number of elements between 2 horizontally consecutive pixels. More... | |
int | offset |
Number of elements before the component of the first pixel. More... | |
int | shift |
Number of least significant bits that must be shifted away to get the value. More... | |
int | depth |
Number of bits in the component. More... | |
attribute_deprecated int | step_minus1 |
deprecated, use step instead More... | |
attribute_deprecated int | depth_minus1 |
deprecated, use depth instead More... | |
attribute_deprecated int | offset_plus1 |
deprecated, use offset instead More... | |
int AVComponentDescriptor::plane |
Which of the 4 planes contains the component.
Definition at line 35 of file pixdesc.h.
Referenced by filter_frame(), overlay_opencl_load(), and xfade_opencl_load().
int AVComponentDescriptor::step |
Number of elements between 2 horizontally consecutive pixels.
Elements are bits for bitstream formats, bytes otherwise.
Definition at line 41 of file pixdesc.h.
Referenced by decode_slice(), encode_slice(), ff_mjpeg_decode_frame(), and filter_frame().
int AVComponentDescriptor::offset |
int AVComponentDescriptor::shift |
Number of least significant bits that must be shifted away to get the value.
Definition at line 53 of file pixdesc.h.
Referenced by planarToP01xWrapper().
int AVComponentDescriptor::depth |
Number of bits in the component.
Definition at line 58 of file pixdesc.h.
Referenced by av_get_bits_per_pixel(), avcodec_open2(), avcodec_string(), config_input(), config_out_props(), config_output(), config_props(), copy_picture_field(), create_filtergraph(), cuvid_decode_init(), draw_line(), ff_blend_mask(), ff_blend_rectangle(), ff_bwdif_init_x86(), ff_draw_color(), ff_fill_rectangle(), ff_huffyuvdsp_init_x86(), ff_huffyuvencdsp_init_x86(), ff_nvdec_decode_init(), ff_yadif_init_x86(), ffprobe_show_pixel_formats(), fill_picture_parameters(), filter_frame(), filter_slice(), get_pix_fmt_score(), init_output_stream_encode(), libx265_encode_frame(), libx265_encode_init(), mxf_write_header(), nvdec_vp9_start_frame(), planarCopyWrapper(), planarRgb16ToRgb16Wrapper(), planarToP01xWrapper(), pnm_encode_frame(), query_formats(), reverse_color16(), Rgb16ToPlanarRgb16Wrapper(), sws_init_context(), vc2_encode_init(), vdpau_vp9_start_frame(), and X264_init().
attribute_deprecated int AVComponentDescriptor::step_minus1 |
attribute_deprecated int AVComponentDescriptor::depth_minus1 |
attribute_deprecated int AVComponentDescriptor::offset_plus1 |