Searched refs:CodecTypeToPayloadString (Results 1 – 13 of 13) sorted by relevance
120 send_config.rtp.payload_name = CodecTypeToPayloadString(config.encoder.codec); in CreateVideoSendStreamConfig()232 SdpVideoFormat(CodecTypeToPayloadString(config.encoder.codec), {}); in CreateVideoEncoderConfig()553 CodecTypeToPayloadString(config.encoder.codec)); in ReceiveVideoStream()
101 RTC_EXPORT const char* CodecTypeToPayloadString(VideoCodecType type);
105 const char* CodecTypeToPayloadString(VideoCodecType type) { in CodecTypeToPayloadString() function
72 ss << CodecTypeToPayloadString(codec_type); in ToString()
21 const char *codecName = CodecTypeToPayloadString(videoCodec->codecType);
145 const char* codec_name = CodecTypeToPayloadString(codec_type_); in InitFromFirstFrame()
105 const char* codec_name = CodecTypeToPayloadString(codec_type_); in Reset()
290 std::string codec_type = CodecTypeToPayloadString(codec_settings.codecType); in ToString()339 name = CodecTypeToPayloadString(codec_settings.codecType); in CodecName()
47 codec_name_ = std::string(CodecTypeToPayloadString(settings.codec_type())) + in Configure()
286 std::string(CodecTypeToPayloadString(codec_settings_.codecType)) + "_" + in OnEncodedImage()
1278 << CodecTypeToPayloadString(send_codec_.codecType) in ReconfigureEncoder()1390 << CodecTypeToPayloadString(codec.codecType) in ReconfigureEncoder()1436 SdpVideoFormat(CodecTypeToPayloadString(kVideoCodecVP8)); in RequestEncoderSwitch()
2385 send_config->rtp.payload_name = CodecTypeToPayloadString(video_codec_type_); in ModifyVideoConfigs()
8837 CodecTypeToPayloadString(codec_type_), /*max qp*/ 56, in TEST_P()