FFmpeg
|
#include <h264_sei.h>
Data Fields | |
int | present |
int | model_id |
int | separate_colour_description_present_flag |
int | bit_depth_luma |
int | bit_depth_chroma |
int | full_range |
int | color_primaries |
int | transfer_characteristics |
int | matrix_coeffs |
int | blending_mode_id |
int | log2_scale_factor |
int | comp_model_present_flag [3] |
uint16_t | num_intensity_intervals [3] |
uint8_t | num_model_values [3] |
uint8_t | intensity_interval_lower_bound [3][256] |
uint8_t | intensity_interval_upper_bound [3][256] |
int16_t | comp_model_value [3][256][6] |
int | repetition_period |
Definition at line 168 of file h264_sei.h.
int H264SEIFilmGrainCharacteristics::present |
Definition at line 169 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::model_id |
Definition at line 170 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::separate_colour_description_present_flag |
Definition at line 171 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::bit_depth_luma |
Definition at line 172 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::bit_depth_chroma |
Definition at line 173 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::full_range |
Definition at line 174 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::color_primaries |
Definition at line 175 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::transfer_characteristics |
Definition at line 176 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::matrix_coeffs |
Definition at line 177 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::blending_mode_id |
Definition at line 178 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::log2_scale_factor |
Definition at line 179 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::comp_model_present_flag[3] |
Definition at line 180 of file h264_sei.h.
Referenced by h264_export_frame_props().
uint16_t H264SEIFilmGrainCharacteristics::num_intensity_intervals[3] |
Definition at line 181 of file h264_sei.h.
Referenced by h264_export_frame_props().
uint8_t H264SEIFilmGrainCharacteristics::num_model_values[3] |
Definition at line 182 of file h264_sei.h.
Referenced by h264_export_frame_props().
uint8_t H264SEIFilmGrainCharacteristics::intensity_interval_lower_bound[3][256] |
Definition at line 183 of file h264_sei.h.
Referenced by h264_export_frame_props().
uint8_t H264SEIFilmGrainCharacteristics::intensity_interval_upper_bound[3][256] |
Definition at line 184 of file h264_sei.h.
Referenced by h264_export_frame_props().
int16_t H264SEIFilmGrainCharacteristics::comp_model_value[3][256][6] |
Definition at line 185 of file h264_sei.h.
Referenced by h264_export_frame_props().
int H264SEIFilmGrainCharacteristics::repetition_period |
Definition at line 186 of file h264_sei.h.
Referenced by h264_export_frame_props().