Home
last modified time | relevance | path

Searched refs:tl0_unwrapper_ (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/video_coding/
Drtp_vp8_ref_finder.h78 SeqNumUnwrapper<uint8_t> tl0_unwrapper_; variable
Drtp_vp9_ref_finder.h100 SeqNumUnwrapper<uint8_t> tl0_unwrapper_; variable
Drtp_vp8_ref_finder.cc27 int64_t unwrapped_tl0 = tl0_unwrapper_.Unwrap(codec_header.tl0PicIdx & 0xFF); in ManageFrame()
Drtp_vp9_ref_finder.cc42 tl0_unwrapper_.Unwrap(codec_header.tl0_pic_idx & 0xFF); in ManageFrame()