Lines Matching refs:H264Decoder

20 H264Decoder::H264Accelerator::H264Accelerator() = default;
22 H264Decoder::H264Accelerator::~H264Accelerator() = default;
24 H264Decoder::H264Decoder(H264Accelerator* accelerator) in H264Decoder() function in media::H264Decoder
35 H264Decoder::~H264Decoder() = default;
37 void H264Decoder::Reset() { in Reset()
68 void H264Decoder::PrepareRefPicLists(const H264SliceHeader* slice_hdr) { in PrepareRefPicLists()
73 bool H264Decoder::ModifyReferencePicLists(const H264SliceHeader* slice_hdr, in ModifyReferencePicLists()
93 bool H264Decoder::DecodePicture() { in DecodePicture()
100 bool H264Decoder::InitNonexistingPicture(scoped_refptr<H264Picture> pic, in InitNonexistingPicture()
113 bool H264Decoder::InitCurrPicture(const H264SliceHeader* slice_hdr) { in InitCurrPicture()
186 bool H264Decoder::CalculatePicOrderCounts(scoped_refptr<H264Picture> pic) { in CalculatePicOrderCounts()
359 void H264Decoder::UpdatePicNums(int frame_num) { in UpdatePicNums()
393 void H264Decoder::ConstructReferencePicListsP( in ConstructReferencePicListsP()
428 void H264Decoder::ConstructReferencePicListsB( in ConstructReferencePicListsB()
486 int H264Decoder::PicNumF(const scoped_refptr<H264Picture>& pic) { in PicNumF()
497 int H264Decoder::LongTermPicNumF(const scoped_refptr<H264Picture>& pic) { in LongTermPicNumF()
527 bool H264Decoder::ModifyReferencePicList(const H264SliceHeader* slice_hdr, in ModifyReferencePicList()
664 void H264Decoder::OutputPic(scoped_refptr<H264Picture> pic) { in OutputPic()
682 void H264Decoder::ClearDPB() { in ClearDPB()
688 bool H264Decoder::OutputAllRemainingPics() { in OutputAllRemainingPics()
702 bool H264Decoder::Flush() { in Flush()
713 bool H264Decoder::StartNewFrame(const H264SliceHeader* slice_hdr) { in StartNewFrame()
754 bool H264Decoder::HandleMemoryManagementOps(scoped_refptr<H264Picture> pic) { in HandleMemoryManagementOps()
868 bool H264Decoder::ReferencePictureMarking(scoped_refptr<H264Picture> pic) { in ReferencePictureMarking()
896 bool H264Decoder::SlidingWindowPictureMarking() { in SlidingWindowPictureMarking()
921 bool H264Decoder::FinishPicture(scoped_refptr<H264Picture> pic) { in FinishPicture()
1042 bool H264Decoder::UpdateMaxNumReorderFrames(const H264SPS* sps) { in UpdateMaxNumReorderFrames()
1079 bool H264Decoder::ProcessSPS(int sps_id, bool* need_new_buffers) { in ProcessSPS()
1157 bool H264Decoder::FinishPrevFrameIfPresent() { in FinishPrevFrameIfPresent()
1171 bool H264Decoder::HandleFrameNumGap(int frame_num) { in HandleFrameNumGap()
1203 bool H264Decoder::IsNewPrimaryCodedPicture( in IsNewPrimaryCodedPicture()
1245 bool H264Decoder::PreprocessCurrentSlice() { in PreprocessCurrentSlice()
1278 bool H264Decoder::ProcessCurrentSlice() { in ProcessCurrentSlice()
1309 return H264Decoder::kDecodeError; \
1312 void H264Decoder::SetStream(const uint8_t* ptr, size_t size) { in SetStream()
1320 H264Decoder::DecodeResult H264Decoder::Decode() { in Decode()
1451 Size H264Decoder::GetPicSize() const { in GetPicSize()
1455 size_t H264Decoder::GetRequiredNumOfPictures() const { in GetRequiredNumOfPictures()