Searched refs:blending_mode_id (Results 1 - 12 of 12) sorted by relevance
/third_party/ffmpeg/libavutil/ |
H A D | film_grain_params.h | 160 int blending_mode_id; member
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevc_sei.h | 127 int blending_mode_id; member
|
H A D | h264_sei.h | 178 int blending_mode_id; member
|
H A D | cbs_h264.h | 285 uint8_t blending_mode_id; member
|
H A D | hevc_sei.c | 440 h->blending_mode_id = get_bits(gb, 2); in decode_film_grain_characteristics()
|
H A D | h264_sei.c | 437 h->blending_mode_id = get_bits(gb, 2); in decode_film_grain_characteristics()
|
H A D | cbs_h265.h | 607 uint8_t blending_mode_id; member
|
H A D | cbs_h264_syntax_template.c | 781 u(2, blending_mode_id, 0, 1); in film_grain_characteristics()
|
H A D | h264_slice.c | 1386 fgp->codec.h274.blending_mode_id = fgc->blending_mode_id; in h264_export_frame_props()
|
H A D | cbs_h265_syntax_template.c | 1891 u(2, blending_mode_id, 0, 1); in film_grain_characteristics()
|
H A D | hevcdec.c | 2953 fgp->codec.h274.blending_mode_id = fgc->blending_mode_id; in set_side_data()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_showinfo.c | 477 av_log(ctx, AV_LOG_INFO, "blending_mode_id=%d; ", h274->blending_mode_id); in dump_sei_film_grain_params_metadata()
|
Completed in 32 milliseconds