Lines Matching refs:H264SliceHeader
68 void H264Decoder::PrepareRefPicLists(const H264SliceHeader* slice_hdr) { in PrepareRefPicLists()
73 bool H264Decoder::ModifyReferencePicLists(const H264SliceHeader* slice_hdr, in ModifyReferencePicLists()
113 bool H264Decoder::InitCurrPicture(const H264SliceHeader* slice_hdr) { in InitCurrPicture()
394 const H264SliceHeader* slice_hdr) { in ConstructReferencePicListsP()
429 const H264SliceHeader* slice_hdr) { in ConstructReferencePicListsB()
527 bool H264Decoder::ModifyReferencePicList(const H264SliceHeader* slice_hdr, in ModifyReferencePicList()
567 for (int i = 0; i < H264SliceHeader::kRefListModSize && !done; ++i) { in ModifyReferencePicList()
601 H264SliceHeader::kRefListModSize); in ModifyReferencePicList()
621 H264SliceHeader::kRefListModSize); in ModifyReferencePicList()
713 bool H264Decoder::StartNewFrame(const H264SliceHeader* slice_hdr) { in StartNewFrame()
1204 const H264SliceHeader* slice_hdr) const { in IsNewPrimaryCodedPicture()
1246 const H264SliceHeader* slice_hdr = curr_slice_hdr_.get(); in PreprocessCurrentSlice()
1281 const H264SliceHeader* slice_hdr = curr_slice_hdr_.get(); in ProcessCurrentSlice()
1360 curr_slice_hdr_.reset(new H264SliceHeader()); in Decode()