Home
last modified time | relevance | path

Searched refs:GetLongTermRefPicsAppending (Results 1 – 3 of 3) sorted by relevance

/external/v4l2_codec2/vda/
Dh264_dpb.h147 void GetLongTermRefPicsAppending(H264Picture::Vector* out);
Dh264_decoder.cc409 dpb_.GetLongTermRefPicsAppending(&ref_pic_list_p0_); in ConstructReferencePicListsP()
451 dpb_.GetLongTermRefPicsAppending(&ref_pic_list_b0_); in ConstructReferencePicListsB()
814 dpb_.GetLongTermRefPicsAppending(&long_terms); in HandleMemoryManagementOps()
837 dpb_.GetLongTermRefPicsAppending(&long_terms); in HandleMemoryManagementOps()
Dh264_dpb.cc164 void H264DPB::GetLongTermRefPicsAppending(H264Picture::Vector* out) { in GetLongTermRefPicsAppending() function in media::H264DPB