|
FFmpeg
|
#include <ps.h>
Data Fields | |
| uint16_t | pic_width_in_luma_samples |
| uint16_t | pic_height_in_luma_samples |
| uint8_t | chroma_format_idc |
| uint8_t | separate_colour_plane_flag |
| uint8_t | bit_depth_luma |
| bit_depth_vps_luma_minus8 + 8 More... | |
| uint8_t | bit_depth_chroma |
| bit_depth_vps_chroma_minus8 + 8 More... | |
| uint16_t | conf_win_left_offset |
| uint16_t | conf_win_right_offset |
| uint16_t | conf_win_top_offset |
| uint16_t | conf_win_bottom_offset |
| uint16_t RepFormat::pic_width_in_luma_samples |
Definition at line 159 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint16_t RepFormat::pic_height_in_luma_samples |
Definition at line 160 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint8_t RepFormat::chroma_format_idc |
Definition at line 161 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint8_t RepFormat::separate_colour_plane_flag |
Definition at line 162 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint8_t RepFormat::bit_depth_luma |
bit_depth_vps_luma_minus8 + 8
Definition at line 163 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint8_t RepFormat::bit_depth_chroma |
| uint16_t RepFormat::conf_win_left_offset |
Definition at line 165 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint16_t RepFormat::conf_win_right_offset |
Definition at line 166 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint16_t RepFormat::conf_win_top_offset |
Definition at line 167 of file ps.h.
Referenced by ff_hevc_parse_sps().
| uint16_t RepFormat::conf_win_bottom_offset |
Definition at line 168 of file ps.h.
Referenced by ff_hevc_parse_sps().
1.8.17