Home
last modified time | relevance | path

Searched refs:adaptive_ref_pic_marking_mode_flag (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Dh264_bitstream_parser.cc483 uint32_t adaptive_ref_pic_marking_mode_flag; in ParseNonParameterSetNalu() local
485 slice_reader.ReadBits(&adaptive_ref_pic_marking_mode_flag, 1)); in ParseNonParameterSetNalu()
486 if (adaptive_ref_pic_marking_mode_flag) { in ParseNonParameterSetNalu()
/external/v4l2_codec2/vda/
Dh264_decoder.cc105 pic->adaptive_ref_pic_marking_mode_flag = false; in InitNonexistingPicture()
167 curr_pic_->adaptive_ref_pic_marking_mode_flag = in InitCurrPicture()
168 slice_hdr->adaptive_ref_pic_marking_mode_flag; in InitCurrPicture()
173 if (slice_hdr->adaptive_ref_pic_marking_mode_flag) { in InitCurrPicture()
888 if (pic->adaptive_ref_pic_marking_mode_flag) { in ReferencePictureMarking()
Dh264_dpb.h81 bool adaptive_ref_pic_marking_mode_flag; variable
Dh264_dpb.cc43 adaptive_ref_pic_marking_mode_flag(false), in H264Picture()
Dh264_parser.h304 bool adaptive_ref_pic_marking_mode_flag; member
Dh264_parser.cc1238 READ_BOOL_OR_RETURN(&shdr->adaptive_ref_pic_marking_mode_flag); in ParseDecRefPicMarking()
1241 if (shdr->adaptive_ref_pic_marking_mode_flag) { in ParseDecRefPicMarking()