Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/video/
H A Dh264_parser.cc784 READ_SE_OR_RETURN(&delta_scale); in ParseScalingList()
1097 READ_SE_OR_RETURN(&sps->offset_for_non_ref_pic); in ParseSPS()
1187 READ_SE_OR_RETURN(&pps->pic_init_qp_minus26); in ParsePPS()
1190 READ_SE_OR_RETURN(&pps->pic_init_qs_minus26); in ParsePPS()
1193 READ_SE_OR_RETURN(&pps->chroma_qp_index_offset); in ParsePPS()
1317 READ_SE_OR_RETURN(&w_facts->luma_weight[i]); in ParseWeightingFactors()
1320 READ_SE_OR_RETURN(&w_facts->luma_offset[i]); in ParseWeightingFactors()
1478 READ_SE_OR_RETURN(&shdr->delta_pic_order_cnt0); in ParseSliceHeader()
1481 READ_SE_OR_RETURN(&shdr->delta_pic_order_cnt1); in ParseSliceHeader()
1545 READ_SE_OR_RETURN(&shdr->slice_qp_delta); in ParseSliceHeader()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/video/
H A Dh264_parser.cc785 READ_SE_OR_RETURN(&delta_scale); in ParseScalingList()
1098 READ_SE_OR_RETURN(&sps->offset_for_non_ref_pic); in ParseSPS()
1188 READ_SE_OR_RETURN(&pps->pic_init_qp_minus26); in ParsePPS()
1191 READ_SE_OR_RETURN(&pps->pic_init_qs_minus26); in ParsePPS()
1194 READ_SE_OR_RETURN(&pps->chroma_qp_index_offset); in ParsePPS()
1318 READ_SE_OR_RETURN(&w_facts->luma_weight[i]); in ParseWeightingFactors()
1321 READ_SE_OR_RETURN(&w_facts->luma_offset[i]); in ParseWeightingFactors()
1479 READ_SE_OR_RETURN(&shdr->delta_pic_order_cnt0); in ParseSliceHeader()
1482 READ_SE_OR_RETURN(&shdr->delta_pic_order_cnt1); in ParseSliceHeader()
1546 READ_SE_OR_RETURN(&shdr->slice_qp_delta); in ParseSliceHeader()
[all …]
H A Dh265_parser.cc800 READ_SE_OR_RETURN(&pps->init_qp_minus26); in ParsePPS()
811 READ_SE_OR_RETURN(&pps->pps_cb_qp_offset); in ParsePPS()
813 READ_SE_OR_RETURN(&pps->pps_cr_qp_offset); in ParsePPS()
859 READ_SE_OR_RETURN(&pps->pps_beta_offset_div2); in ParsePPS()
861 READ_SE_OR_RETURN(&pps->pps_tc_offset_div2); in ParsePPS()
1156 READ_SE_OR_RETURN(&shdr->slice_qp_delta); in ParseSliceHeader()
1161 READ_SE_OR_RETURN(&shdr->slice_cb_qp_offset); in ParseSliceHeader()
1165 READ_SE_OR_RETURN(&shdr->slice_cr_qp_offset); in ParseSliceHeader()
1386 READ_SE_OR_RETURN( in ParseScalingListData()
1396 READ_SE_OR_RETURN( in ParseScalingListData()
[all …]