Home
last modified time | relevance | path

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

/external/openscreen/cast/streaming/
Dmessage_fields.cc22 constexpr EnumNameTable<VideoCodec, 6> kVideoCodecNames{ variable
41 return GetEnumName(kVideoCodecNames, codec).value(); in CodecToString()
45 return GetEnum(kVideoCodecNames, name); in StringToVideoCodec()