Home
last modified time | relevance | path

Searched refs:level_value (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c322 dst_mvc->level_value = g_new0 (GstH264SPSExtMVCLevelValue, in gst_h264_sps_mvc_copy()
324 if (!dst_mvc->level_value) in gst_h264_sps_mvc_copy()
328 GstH264SPSExtMVCLevelValue *const dst_value = &dst_mvc->level_value[i]; in gst_h264_sps_mvc_copy()
330 &src_mvc->level_value[i]; in gst_h264_sps_mvc_copy()
1864 mvc->level_value = in gst_h264_parse_sps_mvc_data()
1867 if (!mvc->level_value) in gst_h264_parse_sps_mvc_data()
1871 GstH264SPSExtMVCLevelValue *const level_value = &mvc->level_value[i]; in gst_h264_parse_sps_mvc_data() local
1873 READ_UINT8 (nr, level_value->level_idc, 8); in gst_h264_parse_sps_mvc_data()
1875 READ_UE_MAX (nr, level_value->num_applicable_ops_minus1, 1023); in gst_h264_parse_sps_mvc_data()
1876 level_value->applicable_op = in gst_h264_parse_sps_mvc_data()
[all …]
Dgsth264parser.h690 GstH264SPSExtMVCLevelValue *level_value; member
/third_party/selinux/checkpolicy/
Dpolicy_define.c4218 uint32_t level_value = levdatum->level->sens - 1; in parse_categories() local
4223 policydbp->p_sens_val_to_name[level_value]); in parse_categories()