Searched refs:encoding_mode_ (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Dacm_amrwb.cc48 encoding_mode_(-1), // invalid value
108 encoding_mode_(-1), // invalid value
130 if ((encoding_mode_ < AMRWB_MODE_7k) || (encoding_mode_ > AMRWB_MODE_24k)) {
136 reinterpret_cast<int16_t*>(bitstream), encoding_mode_);
216 encoding_mode_ = -1; // invalid value
223 encoding_mode_ = AMRWB_MODE_7k;
228 encoding_mode_ = AMRWB_MODE_9k;
233 encoding_mode_ = AMRWB_MODE_12k;
238 encoding_mode_
[all...]
H A Dacm_amr.cc51 encoding_mode_(-1), // Invalid value.
111 encoding_mode_(-1), // invalid value
133 if ((encoding_mode_ < WEBRTC_AMR_MR475) ||
134 (encoding_mode_ > WEBRTC_AMR_MR122)) {
142 encoding_mode_);
216 encoding_mode_ = -1; // invalid value
223 encoding_mode_ = WEBRTC_AMR_MR475;
228 encoding_mode_ = WEBRTC_AMR_MR515;
233 encoding_mode_ = WEBRTC_AMR_MR59;
238 encoding_mode_
[all...]
H A Dacm_amr.h58 int16_t encoding_mode_; member in class:webrtc::acm2::ACMAMR
H A Dacm_amrwb.h59 int16_t encoding_mode_; member in class:webrtc::acm2::ACMAMRwb
/external/libvpx/libvpx/test/
H A Dvp9_lossless_test.cc29 encoding_mode_(GET_PARAM(1)) {
36 SetMode(encoding_mode_);
56 libvpx_test::TestMode encoding_mode_; member in class:__anon24805::LosslessTestLarge
H A Derror_resilience_test.cc31 encoding_mode_(GET_PARAM(1)) {
44 SetMode(encoding_mode_);
145 libvpx_test::TestMode encoding_mode_; member in class:__anon24781::ErrorResilienceTestLarge
/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dcpu_speed_test.cc27 encoding_mode_(GET_PARAM(1)),
34 SetMode(encoding_mode_);
35 if (encoding_mode_ != ::libvpx_test::kRealTime) {
52 if (encoding_mode_ != ::libvpx_test::kRealTime) {
66 ::libvpx_test::TestMode encoding_mode_; member in class:__anon12977::CpuSpeedTest
H A Dvp9_lossless_test.cc29 encoding_mode_(GET_PARAM(1)) {
36 SetMode(encoding_mode_);
67 libvpx_test::TestMode encoding_mode_; member in class:__anon13014::LosslessTestLarge
H A Dencode_perf_test.cc65 encoding_mode_(GET_PARAM(1)),
72 SetMode(encoding_mode_);
119 libvpx_test::TestMode encoding_mode_; member in class:__anon12984::VP9EncodePerfTest
H A Derror_resilience_test.cc31 encoding_mode_(GET_PARAM(1)) {
44 SetMode(encoding_mode_);
145 libvpx_test::TestMode encoding_mode_; member in class:__anon12985::ErrorResilienceTestLarge

Completed in 119 milliseconds