Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc419 uint32_t ref_pic_list_modification_flag_l0; in ParseNonParameterSetNalu() local
421 slice_reader.ReadBits(&ref_pic_list_modification_flag_l0, 1)); in ParseNonParameterSetNalu()
422 if (ref_pic_list_modification_flag_l0) { in ParseNonParameterSetNalu()
/external/v4l2_codec2/vda/
Dh264_parser.h285 bool ref_pic_list_modification_flag_l0; member
Dh264_parser.cc1137 READ_BOOL_OR_RETURN(&shdr->ref_pic_list_modification_flag_l0); in ParseRefPicListModifications()
1138 if (shdr->ref_pic_list_modification_flag_l0) { in ParseRefPicListModifications()
Dh264_decoder.cc538 slice_hdr->ref_pic_list_modification_flag_l0; in ModifyReferencePicList()