/external/flac/libFLAC/ia32/ |
nasm.h | 1 ; libFLAC - Free Lossless Audio Codec library
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/ |
TestRedFec.cc | 50 EXPECT_EQ(0, _acmB->Codec(n, &myCodecParam)); 215 // Codec FEC and RED are mutually exclusive. 221 // Codec FEC and RED are mutually exclusive. 286 EXPECT_GT(AudioCodingModule::Codec(codecName, &myCodecParam,
|
TestVADDTX.cc | 48 EXPECT_EQ(0, _acmB->Codec(n, &myCodecParam)); 69 // Register iSAC WB as send codec 82 // Register iSAC SWB as send codec 95 // Register iLBC as send codec 110 // Register Opus as send codec 216 EXPECT_EQ(0, myACM->Codec((uint8_t) codecCntr, &myCodecParam));
|
TestStereo.cc | 170 EXPECT_EQ(0, acm_b_->Codec(n, &my_codec_param)); 176 EXPECT_EQ(0, acm_b_->Codec(n, &my_codec_param)); 182 EXPECT_EQ(0, acm_b_->Codec(n, &my_codec_param)); 192 // Continue with setting a stereo codec as send codec and verify that 561 // Run stereo audio and mono codec. 659 EXPECT_EQ(0, acm_b_->Codec(n, &opus_codec_param)); 680 // Print out codec and settings 690 // Print out codec and settings 702 // Print out codec and setting [all...] |
insert_packet_with_timing.cc | 24 // Codec. 25 DEFINE_string(codec, "opus", "Codec Name"); 27 DEFINE_int32(codec_channels, 1, "Number of channels of the codec."); 91 CodecInst codec; local 92 ASSERT_EQ(0, AudioCodingModule::Codec(FLAGS_codec.c_str(), &codec, 96 ASSERT_EQ(0, send_acm_->RegisterSendCodec(codec)); 97 ASSERT_EQ(0, receive_acm_->RegisterReceiveCodec(codec)); 99 // Set codec-dependent parameters [all...] |
TestAllCodecs.cc | 136 acm_b_->Codec(n, &my_codec_param); 680 // Register Codec to use in the test 683 // codec_name - name to use when register the codec 689 // set to -1 if the codec is a variable rate codec 694 // Print out codec and settings. 695 printf("codec: %s Freq: %d Rate: %d PackSize: %d\n", codec_name, 713 // packet. If variable rate codec (extra_byte == -1), set to -1. 724 // Set pointer to the ACM where to register the codec. 741 // Get all codec parameters before registerin [all...] |
dual_stream_unittest.cc | 115 // Invalid values. To check later on if the codec are found in the database. 121 AudioCodingModule::Codec(n, &my_codec); 185 // Unregister secondary codec and feed only the primary 495 // Not allowed to register secondary codec if primary is not registered yet. 519 // Test if VAD get disabled after registering secondary codec.
|
iSACTest.cc | 102 EXPECT_EQ(0, AudioCodingModule::Codec(codecCntr, &codecParam));
|
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/ |
codec_database.cc | 101 bool VCMCodecDataBase::Codec(int list_id, 172 bool VCMCodecDataBase::Codec(VideoCodecType codec_type, 175 const bool ret = VCMCodecDataBase::Codec(i, settings); 280 // shouldn't fail because the codec doesn't support changing the periodic key 312 // De-register as send codec if needed. 379 // Unknown codec type, reset just to be sure. 449 // Won't be registered as a receive codec until RegisterReceiveCodec is called. 498 // This codec is currently in use. 609 // External codec.
|
video_sender_unittest.cc | 146 EXPECT_EQ(kRtpVideoVp8, frame_data_[i].rtp_video_header.codec); 158 EXPECT_EQ(kRtpVideoVp8, frame_data_[i].rtp_video_header.codec); 211 EXPECT_EQ(0, VideoCodingModule::Codec(kVideoCodecVP8, &settings_)); 339 VideoCodec codec; 340 memset(&codec, 0, sizeof(codec)); 341 EXPECT_EQ(0, VideoCodingModule::Codec(kVideoCodecVP8, &codec)); 342 codec.width = width; 343 codec.height = height [all...] |
video_receiver_unittest.cc | 46 EXPECT_EQ(0, VideoCodingModule::Codec(kVideoCodecVP8, &settings_)); 100 header.type.Video.codec = kRtpVideoVp8; 124 header.type.Video.codec = kRtpVideoVp8; 176 header.type.Video.codec = kRtpVideoVp8;
|
video_coding_robustness_unittest.cc | 46 ASSERT_EQ(VCM_OK, vcm_->Codec(kVideoCodecVP8, &video_codec_)); 70 rtp_info.type.Video.codec = kRtpVideoVp8;
|
/external/libvorbis/ |
libvorbis.spec | 4 Summary: The Vorbis General Audio Compression Codec. 77 %{_includedir}/vorbis/codec.h
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
Huffman.java | 33 enum Codec { 45 Codec(int[] codes, byte[] lengths) {
|
/external/chromium_org/content/browser/speech/ |
google_one_shot_remote_engine.cc | 37 const AudioEncoder::Codec kDefaultAudioCodec = AudioEncoder::CODEC_FLAC;
|
/external/chromium_org/remoting/protocol/ |
content_description.cc | 36 const char kCodecAttr[] = "codec"; 47 const NameMapElement<ChannelConfig::Codec> kCodecs[] = { 58 // <video transport="stream" version="1" codec="vp8" /> 71 if (config.codec != ChannelConfig::CODEC_UNDEFINED) { 73 ValueToName(kCodecs, config.codec)); 96 // Codec is not required when transport="none". 99 &config->codec)) { 103 config->codec = ChannelConfig::CODEC_UNDEFINED; 107 config->codec = ChannelConfig::CODEC_UNDEFINED; 137 // <video transport="stream" codec="vp8" version="1" / [all...] |
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/ |
vcm_payload_sink_factory.cc | 155 VideoCodec codec; local 156 if (VideoCodingModule::Codec(it->codec_type(), &codec) < 0) { 159 codec.plType = it->payload_type(); 160 if (vcm->RegisterReceiveCodec(&codec, 1) < 0) {
|
mt_rx_tx_test.cc | 216 if (vcm->Codec(args.codecType, &sendCodec) != 0) 218 // desired codec unavailable 219 printf("Codec not registered\n"); 222 // register codec
|
media_opt_test.cc | 259 if (_vcm->Codec(_sendCodecType, &sendCodec) != 0) 261 printf("Unknown codec\n"); 264 // register codec 398 _codecName = "VP8"; // for now just this one - later iterate over all codec types
|
/external/chromium_org/media/cast/test/ |
cast_benchmarks.cc | 222 void Configure(Codec video_codec, 223 Codec audio_codec, 235 audio_sender_config_.codec = audio_codec; 245 audio_receiver_config_.codec = audio_sender_config_.codec; 270 video_sender_config_.codec = video_codec; 277 video_receiver_config_.codec = video_sender_config_.codec;
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/ |
audio_coding_module_unittest_oldapi.cc | 149 AudioCodingModule::Codec("L16", &codec_, kSampleRateHz, 1); 152 // Register L16 codec in ACM. 283 // codec, while the derive class AcmIsacMtTest is using iSAC. 466 AudioCodingModule::Codec("ISAC", &codec_, kSampleRateHz, 1); 469 // Register iSAC codec in ACM, effectively unregistering the PCM16B codec 640 // Registers a send codec in the test::AcmSendTest object. Returns true on [all...] |
acm_codec_database.cc | 202 // Create database with all codec settings at compile time. 387 // Get codec information from database. 389 int ACMCodecDB::Codec(int codec_id, CodecInst* codec_inst) { 395 // Copy database information for the codec to the output. 401 // Enumerator for error codes when asking for codec database id. 409 // Gets the codec id number from the database. If there is some mismatch in 410 // the codec settings, the function will return an error code. 413 // Look for a matching codec in the database. 416 // Checks if we found a matching codec. 501 // codec list. Need to check all three since some codecs have several code [all...] |
/external/chromium_org/remoting/client/ |
software_video_renderer.cc | 17 #include "remoting/codec/video_decoder.h" 18 #include "remoting/codec/video_decoder_verbatim.h" 20 #include "remoting/codec/video_decoder_vpx.h" 148 // Initialize decoder based on the selected codec. 149 ChannelConfig::Codec codec = config.video_config().codec; local 150 if (codec == ChannelConfig::CODEC_VERBATIM) { 153 } else if (codec == ChannelConfig::CODEC_VP8) { 155 } else if (codec == ChannelConfig::CODEC_VP9) [all...] |
/external/chromium_org/remoting/test/ |
protocol_perftest.cc | 199 void StartHostAndClient(protocol::ChannelConfig::Codec video_codec) { 425 // be used with the VERBATIM codec as the allocated frame may contain arbitrary
|
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/tools/ |
video_quality_measurement.cc | 70 "(VP8 specific codec setting). Must be 0-4."); 172 // Get codec specific configuration. 173 webrtc::VideoCodingModule::Codec(webrtc::kVideoCodecVP8, 447 // Create TestConfig and codec settings struct.
|