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

  /external/chromium_org/media/base/
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/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/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/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/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 315 milliseconds