Home
last modified time | relevance | path

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

/external/webrtc/api/video/
Dvideo_content_type.h32 bool IsValidContentType(uint8_t value);
Dvideo_content_type.cc84 bool IsValidContentType(uint8_t value) { in IsValidContentType() function
/external/webrtc/modules/rtp_rtcp/source/
Drtp_utility.cc478 if (videocontenttypehelpers::IsValidContentType(ptr[0])) { in ParseOneByteExtensionHeader()
Drtp_header_extensions.cc418 videocontenttypehelpers::IsValidContentType(data[0])) { in Parse()