Searched defs:IsPSlice (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dh264_parser.cc13 bool H264SliceHeader::IsPSlice() const { function in class:content::H264SliceHeader
1012 if (shdr->IsPSlice() || shdr->IsSPSlice() || shdr->IsBSlice()) {
1043 if ((pps->weighted_pred_flag && (shdr->IsPSlice() || shdr->IsSPSlice())) ||

Completed in 28 milliseconds