Searched defs:CodecSettings (Results 1 – 3 of 3) sorted by relevance
32 struct CodecSettings { struct33 uint32_t ssrc;34 int width;35 int height;
27 static void CodecSettings(VideoCodecType codec_type, VideoCodec* settings) { in CodecSettings() function
206 VideoCodec CodecSettings(FuzzDataHelper& rng) { in CodecSettings() function