Home
last modified time | relevance | path

Searched refs:IsISlice (Results 1 – 2 of 2) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_parser.h257 bool IsISlice() const;
Dh264_parser.cc26 bool H264SliceHeader::IsISlice() const { in IsISlice() function in media::H264SliceHeader
1136 if (!shdr->IsISlice() && !shdr->IsSISlice()) { in ParseRefPicListModifications()
1393 if (pps->entropy_coding_mode_flag && !shdr->IsISlice() && in ParseSliceHeader()