HomeSort by relevance Sort by last modified time
    Searched full:vorbis (Results 201 - 225 of 257) sorted by null

1 2 3 4 5 6 7 891011

  /external/libvorbis/lib/
bitrate.c 22 #include "vorbis/codec.h"
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...]
envelope.c 23 #include "vorbis/codec.h"
  /external/libvorbis/lib/modes/
residue_44.h 18 #include "vorbis/codec.h"
residue_44u.h 18 #include "vorbis/codec.h"
residue_44p51.h 18 #include "vorbis/codec.h"
  /external/libvorbis/win32/VS2005/libvorbisfile/
libvorbisfile_dynamic.vcproj 100 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
  /external/libvorbis/win32/VS2008/libvorbisfile/
libvorbisfile_dynamic.vcproj 100 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
  /external/libvpx/libmkv/
WebMElement.c 99 Ebml_SerializeString(glob, CodecName, "VORBIS"); //fixed for now
  /external/speex/libspeex/
arch.h 59 #error Vorbis-psy model currently not implemented in fixed-point
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerFactory.cpp 185 // Ogg vorbis?
  /external/libogg/doc/
oggstream.html 415 example, Vorbis uses two auxiliary headers), these headers must follow
419 <p>As an example, Ogg Vorbis places the name and revision of the
420 Vorbis CODEC, the audio rate and the audio quality into this initial
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 461 { "audio_decoder.vorbis", "audio/vorbis" },
493 { "audio/vorbis", NULL },
  /frameworks/base/media/java/android/media/
MediaCodec.java 172 * <li>"audio/vorbis" - vorbis audio
304 * in the case of vorbis audio.
  /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...]
floor0.c 359 /*************** vorbis decode glue ************/
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 199 "audio_decoder.vorbis",
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 692 if (size < 7 || data[0] != type || memcmp(&data[1], "vorbis", 6)) {
713 oggpack_read(&bits, 8); // skip 'vorbis'
FLACExtractor.cpp 22 // Vorbis comments
  /external/libvorbis/include/vorbis/
vorbisenc.h 13 function: vorbis encode-engine setup
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 184 if (supportedTypes.contains(String("audio/x-vorbis")))
  /frameworks/av/cmds/stagefright/
sf2.cpp 463 // Vorbis data is suffixed with the number of
  /frameworks/base/docs/html/guide/appendix/
media-formats.jd 162 <td>Vorbis</td>

Completed in 499 milliseconds

1 2 3 4 5 6 7 891011