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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_unittest.cc 83 int16_t encoded_bytes; local
92 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
93 EXPECT_EQ(0, encoded_bytes);
94 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
95 EXPECT_EQ(0, encoded_bytes);
96 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
97 EXPECT_EQ(0, encoded_bytes);
98 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
99 EXPECT_EQ(0, encoded_bytes);
100 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_)
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 31 int max_bytes, int* encoded_bytes);
32 virtual float DecodeABlock(const uint8_t* bit_stream, int encoded_bytes,
66 int max_bytes, int* encoded_bytes) {
81 *encoded_bytes = value;
85 float IsacSpeedTest::DecodeABlock(const uint8_t* bit_stream, int encoded_bytes,
92 encoded_bytes, out_data, &audio_type);
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/
opus_unittest.cc 115 int16_t encoded_bytes; local
120 encoded_bytes = WebRtcOpus_Encode(opus_mono_encoder_, speech_data_, 960,
123 encoded_bytes, output_data_decode_new,
126 encoded_bytes, output_data_decode,
155 int16_t encoded_bytes; local
161 encoded_bytes = WebRtcOpus_Encode(opus_stereo_encoder_, speech_data_, 960,
164 encoded_bytes, output_data_decode_new,
167 encoded_bytes, output_data_decode,
170 encoded_bytes, output_data_decode_slave,
235 int16_t encoded_bytes; local
345 int16_t encoded_bytes; local
392 int16_t encoded_bytes; local
441 int16_t encoded_bytes; local
    [all...]
opus_speed_test.cc 30 int max_bytes, int* encoded_bytes);
31 virtual float DecodeABlock(const uint8_t* bit_stream, int encoded_bytes,
62 int max_bytes, int* encoded_bytes) {
69 *encoded_bytes = value;
74 int encoded_bytes, int16_t* out_data) {
78 value = WebRtcOpus_DecodeNew(opus_decoder_, bit_stream, encoded_bytes,
opus_interface.c 237 int16_t encoded_bytes, int frame_size,
242 int res = opus_decode(inst, coded, encoded_bytes, audio, frame_size, 0);
254 int16_t encoded_bytes, int frame_size,
259 int res = opus_decode(inst, coded, encoded_bytes, audio, frame_size, 1);
337 int16_t encoded_bytes, int16_t* decoded,
352 decoded_samples = DecodeNative(inst->decoder_left, coded, encoded_bytes,
381 int16_t encoded_bytes, int16_t* decoded,
397 decoded_samples = DecodeNative(inst->decoder_left, encoded, encoded_bytes,
425 int16_t encoded_bytes, int16_t* decoded,
435 decoded_samples = DecodeNative(inst->decoder_right, encoded, encoded_bytes,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.h 36 // 3. assign |encoded_bytes| with the length of the bit stream (in bytes),
39 int max_bytes, int* encoded_bytes) = 0;
42 // 1. decodes the bit stream in |bit_stream| with a length of |encoded_bytes|
46 virtual float DecodeABlock(const uint8_t* bit_stream, int encoded_bytes,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/opus/interface/
opus_interface.h 154 * - encoded_bytes : Bytes in encoded vector
166 int16_t encoded_bytes, int16_t* decoded,
169 int16_t encoded_bytes, int16_t* decoded,
172 int16_t encoded_bytes, int16_t* decoded,
208 * - encoded_bytes : Bytes in encoded vector
218 int16_t encoded_bytes, int16_t* decoded,
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 33 int encoded_bytes() { return encoded_bytes_; } function in class:Vp8SequenceCoderEncodeCallback
178 int sum_enc_bytes = encoder_callback.encoded_bytes();
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest.cc 172 int32_t encoded_bytes = acm_->Process(); local
175 EXPECT_TRUE(encoded_bytes == 2 * codec_.pacsize || encoded_bytes == 0);
  /external/flac/libFLAC/
stream_encoder.c 4173 const size_t encoded_bytes = encoder->private_->verify.output.bytes; local
    [all...]

Completed in 697 milliseconds