Home
last modified time | relevance | path

Searched refs:ref_pic_list_modification_flag_l1 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc443 uint32_t ref_pic_list_modification_flag_l1; in ParseNonParameterSetNalu() local
445 slice_reader.ReadBits(&ref_pic_list_modification_flag_l1, 1)); in ParseNonParameterSetNalu()
446 if (ref_pic_list_modification_flag_l1) { in ParseNonParameterSetNalu()
/external/v4l2_codec2/vda/
Dh264_parser.h286 bool ref_pic_list_modification_flag_l1; member
Dh264_parser.cc1147 READ_BOOL_OR_RETURN(&shdr->ref_pic_list_modification_flag_l1); in ParseRefPicListModifications()
1148 if (shdr->ref_pic_list_modification_flag_l1) { in ParseRefPicListModifications()
Dh264_decoder.cc543 slice_hdr->ref_pic_list_modification_flag_l1; in ModifyReferencePicList()