Lines Matching refs:mastering
6052 + if ( dec->fmt_in.video.mastering.max_luminance )
6053 + dec->fmt_out.video.mastering = dec->fmt_in.video.mastering;
6600 + p_pic->format.mastering.max_luminance =
6602 + p_pic->format.mastering.min_luminance =
6614 + p_pic->format.mastering.primaries[ST2086_RED*2 + 0] =
6616 + p_pic->format.mastering.primaries[ST2086_RED*2 + 1] =
6618 + p_pic->format.mastering.primaries[ST2086_GREEN*2 + 0] =
6620 + p_pic->format.mastering.primaries[ST2086_GREEN*2 + 1] =
6622 + p_pic->format.mastering.primaries[ST2086_BLUE*2 + 0] =
6624 + p_pic->format.mastering.primaries[ST2086_BLUE*2 + 1] =
6626 + p_pic->format.mastering.white_point[0] =
6628 + p_pic->format.mastering.white_point[1] =
6632 + if ( memcmp( &p_dec->fmt_out.video.mastering,
6633 + &p_pic->format.mastering,
6634 + sizeof(p_pic->format.mastering) ) )
6636 + p_dec->fmt_out.video.mastering = p_pic->format.mastering;