Searched refs:constraint_set4_flag (Results 1 – 13 of 13) sorted by relevance
208 uint32_t constraint_set4_flag:1; member
220 uint32_t constraint_set4_flag : 1; member
110 uint8_t constraint_set4_flag; member
276 flag(constraint_set4_flag); in FUNC()
309 sps->constraint_set4_flag = 1; in vaapi_encode_h264_init_sequence_params()
709 guint8 constraint_set4_flag; member
1684 READ_UINT8 (nr, sps->constraint_set4_flag, 1); in gst_h264_parse_sps_data()
78 - Set constraint_set4_flag constraint_set5_flag to align to CHP definition in latest H264 standard
458 | (sps->constraint_set3_flag << 3) | (sps->constraint_set4_flag << 4) in gst_v4l2_codec_h264_dec_fill_sequence()
1937 if (sps->constraint_set4_flag) { in get_profile_string()1948 else if (sps->constraint_set4_flag) in get_profile_string()
6252 uint32_t constraint_set4_flag:1; member
244 deUint32 constraint_set4_flag : 1; member
12893 s << "\tconstraint_set4_flag = " << value.constraint_set4_flag << '\n';