Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/video_coding/include/
Dvideo_codec_interface.h31 bool hasReceivedSLI; member
/external/webrtc/webrtc/modules/video_coding/codecs/interface/
Dvideo_codec_interface.h33 bool hasReceivedSLI; member
/external/webrtc/webrtc/video/
Dvie_encoder.cc387 codec_specific_info.codecSpecific.VP8.hasReceivedSLI = in DeliverFrame()
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
Dvp8_impl.cc822 if (codec_specific_info->codecSpecific.VP8.hasReceivedSLI) { in Encode()