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 achroma(), aflat(), av_get_padded_bits_per_pixel(), 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(), chroma(), color(), color16(), config_output(), ff_check_pixfmt_descriptors(), ff_draw_init(), filter_frame(), flat(), is_planar_yuv(), is_yuv_planar(), libopenjpeg_ispacked(), lowpass(), lowpass16(), opengl_get_plane_pointer(), query_formats(), and smv_img_pnt().
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 av_get_padded_bits_per_pixel(), av_image_fill_max_pixsteps(), av_read_image_line(), av_write_image_line(), decode_slice(), encode_slice(), ff_check_pixfmt_descriptors(), ff_draw_init(), ff_mjpeg_decode_frame(), 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 47 of file pixdesc.h.
Referenced by av_read_image_line(), av_write_image_line(), config_output(), ff_check_pixfmt_descriptors(), ff_draw_init(), ff_sws_alphablendaway(), and is_planar_yuv().
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 av_read_image_line(), av_write_image_line(), ff_check_pixfmt_descriptors(), is_planar_yuv(), libopenjpeg_copy_to_packed16(), and libopenjpeg_copyto16().
int AVComponentDescriptor::depth |
Number of bits in the component.
Definition at line 58 of file pixdesc.h.
Referenced by av_get_bits_per_pixel(), av_read_image_line(), av_write_image_line(), avcodec_open2(), avcodec_string(), config_input(), config_input_ref(), config_output(), config_props(), decode_frame(), encode_frame(), encode_init(), encode_signal_range(), ff_check_pixfmt_descriptors(), ff_color_frame(), ff_draw_init(), ff_hevc_output_frame(), ff_llviddsp_init_x86(), ff_sws_alphablendaway(), ff_sws_init_output_funcs(), ff_yadif_init_x86(), ffprobe_show_pixel_formats(), fill_picture_parameters(), filter_frame(), filter_slice(), get_pix_fmt_depth(), get_pix_fmt_score(), hScale16To15_c(), hScale16To19_c(), is16BPS(), is9_OR_10BPS(), is_planar_yuv(), libopenjpeg_copy_to_packed16(), libopenjpeg_copyto16(), libopenjpeg_matches_pix_fmt(), libx265_encode_frame(), libx265_encode_init(), mj2_create_image(), mxf_write_header(), pix_fmt_match(), planarCopyWrapper(), planarRgb16ToRgb16Wrapper(), pnm_encode_frame(), query_formats(), Rgb16ToPlanarRgb16Wrapper(), sws_init_context(), swscale(), verify_md5(), write_packet(), and yuv2gbrp_full_X_c().
attribute_deprecated int AVComponentDescriptor::step_minus1 |
attribute_deprecated int AVComponentDescriptor::depth_minus1 |
attribute_deprecated int AVComponentDescriptor::offset_plus1 |