Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_format_vp9.cc334 uint32_t t, u_bit, s, d_bit; in ParseLayerInfoCommon() local
336 RETURN_FALSE_ON_ERROR(parser->ReadBits(&u_bit, 1)); in ParseLayerInfoCommon()
340 vp9->temporal_up_switch = u_bit ? true : false; in ParseLayerInfoCommon()
447 uint32_t t, u_bit, r; in ParseSsData() local
449 RETURN_FALSE_ON_ERROR(parser->ReadBits(&u_bit, 1)); in ParseSsData()
453 vp9->gof.temporal_up_switch[i] = u_bit ? true : false; in ParseSsData()