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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
acm_amrwb.cc 48 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_ = AMRWB_MODE_14k
    [all...]
acm_amr.cc 51 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_ = WEBRTC_AMR_MR67
    [all...]
acm_amrwb.h 59 int16_t encoding_mode_; member in class:webrtc::acm2::ACMAMRwb
acm_amr.h 58 int16_t encoding_mode_; member in class:webrtc::acm2::ACMAMR
  /external/libvpx/libvpx/test/
vp9_lossless_test.cc 29 encoding_mode_(GET_PARAM(1)) {
36 SetMode(encoding_mode_);
56 libvpx_test::TestMode encoding_mode_; member in class:__anon29416::LosslessTestLarge
error_resilience_test.cc 31 encoding_mode_(GET_PARAM(1)) {
44 SetMode(encoding_mode_);
145 libvpx_test::TestMode encoding_mode_; member in class:__anon29392::ErrorResilienceTestLarge
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
vp9_lossless_test.cc 29 encoding_mode_(GET_PARAM(1)) {
36 SetMode(encoding_mode_);
56 libvpx_test::TestMode encoding_mode_; member in class:__anon40600::LosslessTestLarge
error_resilience_test.cc 31 encoding_mode_(GET_PARAM(1)) {
44 SetMode(encoding_mode_);
145 libvpx_test::TestMode encoding_mode_; member in class:__anon40576::ErrorResilienceTestLarge
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
cpu_speed_test.cc 27 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:__anon17602::CpuSpeedTest
vp9_lossless_test.cc 29 encoding_mode_(GET_PARAM(1)) {
36 SetMode(encoding_mode_);
67 libvpx_test::TestMode encoding_mode_; member in class:__anon17639::LosslessTestLarge
encode_perf_test.cc 65 encoding_mode_(GET_PARAM(1)),
72 SetMode(encoding_mode_);
119 libvpx_test::TestMode encoding_mode_; member in class:__anon17609::VP9EncodePerfTest
error_resilience_test.cc 31 encoding_mode_(GET_PARAM(1)) {
44 SetMode(encoding_mode_);
145 libvpx_test::TestMode encoding_mode_; member in class:__anon17610::ErrorResilienceTestLarge

Completed in 532 milliseconds