Searched refs:IsSPSlice (Results 1 – 3 of 3) sorted by relevance
30 bool H264SliceHeader::IsSPSlice() const { in IsSPSlice() function in media::H264SliceHeader1349 if (shdr->IsPSlice() || shdr->IsSPSlice() || shdr->IsBSlice()) { in ParseSliceHeader()1380 if ((pps->weighted_pred_flag && (shdr->IsPSlice() || shdr->IsSPSlice())) || in ParseSliceHeader()1401 if (shdr->IsSPSlice() || shdr->IsSISlice()) { in ParseSliceHeader()1402 if (shdr->IsSPSlice()) in ParseSliceHeader()
258 bool IsSPSlice() const;
80 if (slice_hdr->IsPSlice() || slice_hdr->IsSPSlice()) { in ModifyReferencePicLists()