HomeSort by relevance Sort by last modified time
    Searched refs:codec_params (Results 1 - 10 of 10) sorted by null

  /external/webrtc/webrtc/tools/e2e_quality/audio/
audio_e2e_harness.cc 57 CodecInst codec_params = {0}; local
60 ASSERT_EQ(0, codec->GetCodec(i, codec_params));
61 if (FLAGS_codec.compare(codec_params.plname) == 0 &&
62 FLAGS_rate == codec_params.plfreq) {
68 ASSERT_EQ(0, codec->SetSendCodec(channel, codec_params));
  /external/webrtc/webrtc/tools/agc/
agc_harness.cc 130 CodecInst codec_params = {}; local
133 RTC_CHECK_EQ(0, codec_->GetCodec(i, codec_params));
134 if (FLAGS_pt == codec_params.pltype) {
140 RTC_CHECK_EQ(0, codec_->SetSendCodec(channel_, codec_params));
  /hardware/intel/common/libmix/mix_audio/src/
sst_proxy.c 267 // Ingoring stream_params.codec_params.result, which seem to return details specific to stream allocation.
268 switch (stream_params->codec_params.result)
293 switch (stream_params->codec_params.codec)
298 mix_sst_params_to_mp3(MIX_AUDIOCONFIGPARAMSMP3(ret), &stream_params->codec_params.sparams.uc.mp3_params);
304 mix_sst_params_to_aac(MIX_AUDIOCONFIGPARAMSAAC(ret), &stream_params->codec_params.sparams.uc.aac_params);
310 mix_sst_params_to_wma(MIX_AUDIOCONFIGPARAMSWMA(ret), &stream_params->codec_params.sparams.uc.wma_params);
intel_sst_ioctl.h 222 struct snd_sst_params codec_params; member in struct:snd_sst_get_stream_params
  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 102 void SetStereoIfOpus(bool use_stereo, CodecInst* codec_params) {
103 if (strncmp(codec_params->plname, "opus", 4) == 0) {
105 codec_params->channels = 2;
107 codec_params->channels = 1;
112 CodecInst codec_params; local
114 int res = codec->GetCodec(i, codec_params);
116 SetStereoIfOpus(opus_stereo, &codec_params);
117 printf("%2d. %3d %s/%d/%" PRIuS " \n", i, codec_params.pltype,
118 codec_params.plname, codec_params.plfreq, codec_params.channels)
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 260 union venc_codec_config codec_params; member in struct:venc_q6_config
267 union venc_codec_config codec_params; member in struct:venc_hdr_config
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 224 union venc_codec_config codec_params; member in struct:venc_q6_config
231 union venc_codec_config codec_params; member in struct:venc_hdr_config
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6venc.h 260 union venc_codec_config codec_params; member in struct:venc_q6_config
267 union venc_codec_config codec_params; member in struct:venc_hdr_config
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6venc.h 224 union venc_codec_config codec_params; member in struct:venc_q6_config
231 union venc_codec_config codec_params; member in struct:venc_hdr_config
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 2909 std::vector<std::string> codec_params; local
3018 cricket::CodecParameterMap codec_params; local
    [all...]

Completed in 247 milliseconds