Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h33 bool hasReceivedRPSI; member
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h35 bool hasReceivedRPSI; member
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dsimulcast_unittest.h656 codec_specific.codecSpecific.VP8.hasReceivedRPSI = true; in TestRPSIEncoder()
737 codec_specific.codecSpecific.VP8.hasReceivedRPSI = true; in TestRPSIEncodeDecode()
Dvp8_impl.cc819 if (codec_specific_info->codecSpecific.VP8.hasReceivedRPSI) { in Encode()
830 if (codec_specific_info->codecSpecific.VP8.hasReceivedRPSI) { in Encode()
/external/webrtc/webrtc/video/
Dvie_encoder.cc385 codec_specific_info.codecSpecific.VP8.hasReceivedRPSI = in DeliverFrame()