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

  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_encoder.h 27 size_t encoded_bytes = 0; member in struct:webrtc::AudioEncoder::EncodedInfoLeaf
36 // total number of |encoded_bytes|, the |encoded_timestamp| and the
42 // struct's |encoded_bytes| will be the sum of all the |encoded_bytes| in the
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_unittest.cc 82 int encoded_bytes; local
89 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
90 EXPECT_EQ(0, encoded_bytes);
91 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
92 EXPECT_EQ(0, encoded_bytes);
93 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
94 EXPECT_EQ(0, encoded_bytes);
95 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_);
96 EXPECT_EQ(0, encoded_bytes);
97 encoded_bytes = WebRtcIsac_Encode(isac_codec_, speech_data_, bitstream_)
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/
unittest.cc 55 int encoded_bytes = T::Encode(inst, speech_data, output->data()); local
56 if (encoded_bytes > 0 || duration_ms >= 60) {
57 EXPECT_GT(encoded_bytes, 0);
58 EXPECT_LE(static_cast<size_t>(encoded_bytes), output->size());
59 output->SetSize(encoded_bytes);
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_sequence_coder.cc 33 size_t encoded_bytes() { return encoded_bytes_; } function in class:Vp8SequenceCoderEncodeCallback
183 8.0 * encoder_callback.encoded_bytes() / (frame_cnt / inst.maxFramerate);
  /external/flac/libFLAC/
stream_encoder.c 4372 const size_t encoded_bytes = encoder->private_->verify.output.bytes; local
    [all...]

Completed in 171 milliseconds