Home
last modified time | relevance | path

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

/external/webrtc/api/video_codecs/
Dvideo_encoder_factory_template.h64 bool IsFormatInList( in IsFormatInList() function
94 if (!IsFormatInList(other_format, supported_formats)) { in GetSupportedFormatsInternal()
106 if (IsFormatInList(format, V::SupportedFormats())) { in CreateVideoEncoderInternal()
121 if (IsFormatInList(format, V::SupportedFormats())) { in QueryCodecSupportInternal()
Dvideo_decoder_factory_template.h51 bool IsFormatInList( in IsFormatInList() function
69 if (!IsFormatInList(other_format, supported_formats)) { in GetSupportedFormatsInternal()
81 if (IsFormatInList(format, V::SupportedFormats())) { in CreateVideoDecoderInternal()