Libav
|
#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 34 of file pixdesc.h.
Referenced by av_image_copy(), av_image_copy_to_buffer(), av_image_fill_max_pixsteps(), av_image_fill_pointers(), av_pix_fmt_count_planes(), av_read_image_line(), av_write_image_line(), check_image_pointers(), and libopenjpeg_ispacked().
int AVComponentDescriptor::step |
Number of elements between 2 horizontally consecutive pixels.
Elements are bits for bitstream formats, bytes otherwise.
Definition at line 40 of file pixdesc.h.
Referenced by av_image_fill_linesizes(), av_image_fill_max_pixsteps(), av_image_get_linesize(), av_read_image_line(), av_write_image_line(), and libopenjpeg_decode_frame().
int AVComponentDescriptor::offset |
Number of elements before the component of the first pixel.
Elements are bits for bitstream formats, bytes otherwise.
Definition at line 46 of file pixdesc.h.
Referenced by av_read_image_line(), and av_write_image_line().
int AVComponentDescriptor::shift |
Number of least significant bits that must be shifted away to get the value.
Definition at line 52 of file pixdesc.h.
Referenced by av_read_image_line(), and av_write_image_line().
int AVComponentDescriptor::depth |
Number of bits in the component.
Definition at line 57 of file pixdesc.h.
Referenced by av_get_bits_per_pixel(), av_read_image_line(), av_write_image_line(), avcodec_get_pix_fmt_loss(), config_input(), config_props(), ff_hevc_output_frame(), ff_sws_init_output_funcs(), filter_slice(), hScale16To15_c(), hScale16To19_c(), init_video_param(), is16BPS(), is9_OR_10BPS(), libopenjpeg_create_image(), libopenjpeg_matches_pix_fmt(), libx265_encode_frame(), libx265_encode_init(), planarCopyWrapper(), pnm_encode_frame(), qsv_decode_init(), qsv_init_pool(), sws_init_context(), swscale(), verify_md5(), and yuv2gbrp_full_X_c().
attribute_deprecated int AVComponentDescriptor::step_minus1 |
attribute_deprecated int AVComponentDescriptor::depth_minus1 |
attribute_deprecated int AVComponentDescriptor::offset_plus1 |