HomeSort by relevance Sort by last modified time
    Searched full:vorbis (Results 251 - 275 of 345) sorted by null

<<11121314

  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 465 { "audio_decoder.vorbis", "audio/vorbis" },
498 { "audio/vorbis", NULL },
  /external/tremolo/Tremolo/
vorbisfile.c 60 /* A 'chained bitstream' is a Vorbis bitstream that contains more than
62 multiplexing allowed in a Vorbis bitstream; grouping [parallel
63 multiplexing] is not allowed in Vorbis) */
65 /* A Vorbis file can be played beginning to end (streamed) without
303 Ogg bitstream is in fact Vorbis data */
828 /* Only partially open the vorbis file; test for Vorbisness, and load
    [all...]
  /external/libvorbis/lib/
block.c 17 more amusing by Vorbis' current two allowed block sizes.
25 #include "vorbis/codec.h"
206 /* Vorbis I uses only window type 0 */
mdct.c 36 it's likely stable for Vorbis, the dynamic range is constrained and
44 #include "vorbis/codec.h"
vorbisenc.c 22 #include "vorbis/codec.h"
23 #include "vorbis/vorbisenc.h"
551 here to next boundary, or the vorbis spec will round it *down* to
    [all...]
  /bionic/libc/kernel/uapi/sound/
compress_params.h 204 struct snd_enc_vorbis vorbis; member in union:snd_codec_options
  /device/lge/hammerhead/kernel-headers/sound/
compress_params.h 244 struct snd_enc_vorbis vorbis; member in union:snd_codec_options
  /external/chromium_org/media/filters/
stream_parser_factory.cc 76 static const CodecInfo kVorbisCodecInfo = { "vorbis", CodecInfo::AUDIO, NULL,
pipeline_integration_test.cc 34 const char kWebM[] = "video/webm; codecs=\"vp8,vorbis\"";
36 const char kAudioOnlyWebM[] = "video/webm; codecs=\"vorbis\"";
499 // 2. video/webm;codec="vorbis,vp8".
    [all...]
audio_decoder_unittest.cc 514 // negative timestamps, this marks them for discard per the ogg vorbis spec.
  /external/chromium_org/ppapi/api/
ppb_video_decoder.idl 37 * All: theora, vorbis, vp8.
  /external/chromium_org/ppapi/c/
ppb_video_decoder.h 53 * All: theora, vorbis, vp8.
  /external/chromium_org/third_party/opus/src/celt/
mdct.c 33 This replaces the Vorbis FFT (and uses the exact same API), which
  /external/libopus/celt/
mdct.c 33 This replaces the Vorbis FFT (and uses the exact same API), which
  /external/libvorbis/lib/modes/
residue_44p51.h 18 #include "vorbis/codec.h"
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 201 "audio_decoder.vorbis",
  /hardware/qcom/msm8x84/kernel-headers/sound/
compress_params.h 245 struct snd_enc_vorbis vorbis; member in union:snd_codec_options
  /external/chromium_org/third_party/opus/src/include/
opus_multistream.h 143 * <a href="http://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9">Vorbis
    [all...]
  /external/libopus/include/
opus_multistream.h 143 * <a href="http://www.xiph.org/vorbis/doc/Vorbis_I_spec.html#x1-800004.3.9">Vorbis
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 737 if (size < 7 || data[0] != type || memcmp(&data[1], "vorbis", 6)) {
758 oggpack_read(&bits, 8); // skip 'vorbis'
  /frameworks/base/media/java/android/media/
MediaRecorder.java 316 /** VP8/VORBIS data in a WEBM container */
340 /** Ogg Vorbis audio codec */
341 public static final int VORBIS = 6;
    [all...]
  /device/lge/hammerhead/original-kernel-headers/sound/
compress_params.h 352 struct snd_enc_vorbis vorbis; member in union:snd_codec_options
  /external/chromium_org/chrome/browser/component_updater/
widevine_cdm_component_installer.cc 99 // The codecs list is a list of simple codec names (e.g. "vp8,vorbis").
  /external/chromium_org/content/renderer/media/android/
audio_decoder_android.cc 543 // ogg/vorbis file. This must be coordinated with
  /external/chromium_org/media/ffmpeg/
ffmpeg_regression_tests.cc 348 FLAKY_FFMPEG_TEST_CASE(OGV_17, "security/vorbis.482086.ogv");

Completed in 4467 milliseconds

<<11121314