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

  /external/chromium_org/media/base/
audio_decoder_config.cc 48 int codec_delay) {
75 codec_delay_ = codec_delay;
106 (codec_delay() == config.codec_delay()));
118 << " codec_delay: " << codec_delay()
audio_decoder_config.h 66 // Resets the internal state of this object. |codec_delay| is in frames.
72 int codec_delay);
94 int codec_delay() const { return codec_delay_; } function in class:media::AudioDecoderConfig
  /external/chromium_org/media/formats/webm/
webm_audio_client.cc 29 int64 seek_preroll, int64 codec_delay, bool is_encrypted,
76 // Convert |codec_delay| from nanoseconds into frames.
78 if (codec_delay != -1) {
81 samples_per_second * (static_cast<double>(codec_delay) /
webm_audio_client.h 35 const int64 codec_delay,
  /external/chromium_org/media/formats/mpeg/
mpeg1_audio_stream_parser_unittest.cc 44 EXPECT_GT(last_audio_config().codec_delay(), 0);
60 EXPECT_GT(last_audio_config().codec_delay(), 0);
mpeg_audio_stream_parser_base.h 26 // |codec_delay| is the number of samples the decoder will output before the
30 int codec_delay);
mpeg_audio_stream_parser_base.cc 48 int codec_delay)
53 codec_delay_(codec_delay) {}
  /external/chromium_org/media/filters/
opus_audio_decoder.cc 327 discard_helper_->Reset(config_.codec_delay());
377 if (config_.codec_delay() < 0) {
379 << config_.codec_delay();
383 if (config_.codec_delay() != opus_extra_data.skip_samples) {
385 << "value in Opus Extra Data. " << config_.codec_delay()
ffmpeg_audio_decoder.cc 375 config_.codec_delay()));
394 discard_helper_->Reset(config_.codec_delay());
decrypting_demuxer_stream.cc 368 input_audio_config.codec_delay());
  /external/libvpx/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 143 uint64_t codec_delay; /**< Nanoseconds that must be discarded from the start. */ member in struct:__anon29439
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
nestegg.h 143 uint64_t codec_delay; /**< Nanoseconds that must be discarded from the start. */ member in struct:__anon40622
  /external/chromium_org/media/mojo/services/
media_type_converters.cc 227 config->codec_delay = input.codec_delay();
245 input->codec_delay);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvmuxer.hpp 347 void set_codec_delay(uint64 codec_delay) { codec_delay_ = codec_delay; }
348 uint64 codec_delay() const { return codec_delay_; } function in class:mkvmuxer::Track
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.hpp 350 void set_codec_delay(uint64 codec_delay) { codec_delay_ = codec_delay; }
351 uint64 codec_delay() const { return codec_delay_; } function in class:mkvmuxer::Track
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.hpp 350 void set_codec_delay(uint64 codec_delay) { codec_delay_ = codec_delay; }
351 uint64 codec_delay() const { return codec_delay_; } function in class:mkvmuxer::Track
    [all...]
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 237 struct ebml_type codec_delay; member in struct:track_entry
420 E_FIELD(ID_CODEC_DELAY, TYPE_UINT, struct track_entry, codec_delay),
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 237 struct ebml_type codec_delay; member in struct:track_entry
420 E_FIELD(ID_CODEC_DELAY, TYPE_UINT, struct track_entry, codec_delay),
    [all...]

Completed in 793 milliseconds