Searched refs:IsPSlice (Results 1 – 3 of 3) sorted by relevance
255 bool IsPSlice() const;
18 bool H264SliceHeader::IsPSlice() const { in IsPSlice() 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()
80 if (slice_hdr->IsPSlice() || slice_hdr->IsSPSlice()) { in ModifyReferencePicLists()