HomeSort by relevance Sort by last modified time
    Searched full:flac (Results 26 - 50 of 125) sorted by null

12 3 4 5

  /external/flac/libFLAC/
libFLAC.m4 55 #include <FLAC/format.h>
85 #include <FLAC/format.h>
libFLAC_dynamic.dsp 432 SOURCE=..\..\include\FLAC\all.h
436 SOURCE=..\..\include\FLAC\assert.h
440 SOURCE=..\..\include\FLAC\export.h
444 SOURCE=..\..\include\FLAC\format.h
448 SOURCE=..\..\include\FLAC\metadata.h
452 SOURCE=..\..\include\FLAC\ordinals.h
456 SOURCE=..\..\include\FLAC\stream_decoder.h
460 SOURCE=..\..\include\FLAC\stream_encoder.h
libFLAC_static.dsp 425 SOURCE=..\..\include\FLAC\all.h
429 SOURCE=..\..\include\FLAC\assert.h
433 SOURCE=..\..\include\FLAC\export.h
437 SOURCE=..\..\include\FLAC\format.h
441 SOURCE=..\..\include\FLAC\metadata.h
445 SOURCE=..\..\include\FLAC\ordinals.h
449 SOURCE=..\..\include\FLAC\stream_decoder.h
453 SOURCE=..\..\include\FLAC\stream_encoder.h
ogg_mapping.c 42 const FLAC__byte * const FLAC__OGG_MAPPING_MAGIC = (const FLAC__byte * const)"FLAC";
ogg_decoder_aspect.c 37 #include "FLAC/assert.h"
111 * The FLAC decoding API uses pull-based reads, whereas Ogg decoding
163 /* if it is the first header packet, check for magic and a supported Ogg FLAC mapping version */
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
RootsCacheTest.java 41 private RootInfo mAudio = buildForMimeTypes("audio/*", "application/ogg", "application/x-flac");
111 mState.acceptMimes = new String[] { "application/x-flac", "image/png" };
  /external/chromium_org/media/base/
container_names.h 37 CONTAINER_FLAC, // FLAC (Free Lossless Audio Codec)
  /external/flac/libFLAC/include/private/
bitmath.h 35 #include "FLAC/ordinals.h"
format.h 35 #include "FLAC/format.h"
metadata.h 35 #include "FLAC/metadata.h"
ogg_helper.h 36 #include "FLAC/stream_encoder.h" /* for FLAC__StreamEncoder */
stream_encoder_framing.h 35 #include "FLAC/format.h"
cpu.h 35 #include "FLAC/ordinals.h"
crc.h 35 #include "FLAC/ordinals.h"
memory.h 42 #include "FLAC/ordinals.h" /* for FLAC__bool */
  /external/flac/libFLAC/include/protected/
stream_decoder.h 35 #include "FLAC/stream_decoder.h"
stream_encoder.h 35 #include "FLAC/stream_encoder.h"
  /frameworks/av/media/libstagefright/
Android.mk 66 $(TOP)/external/flac/include \
OggExtractor.cpp 899 uint8_t *flac = DecodeBase64((const char *)data, size, &flacSize); local
901 if (flac == NULL) {
906 ALOGV("got flac of size %d", flacSize);
918 picType = U32_AT(flac);
925 typeLen = U32_AT(&flac[4]);
934 memcpy(type, &flac[8], typeLen);
944 descLen = U32_AT(&flac[8 + typeLen]);
950 dataLen = U32_AT(&flac[8 + typeLen + 4 + descLen + 16]);
960 kKeyAlbumArt, 0, &flac[8 + typeLen + 4 + descLen + 20], dataLen);
965 free(flac);
    [all...]
MediaDefs.cpp 42 const char *MEDIA_MIMETYPE_AUDIO_FLAC = "audio/flac";
  /external/chromium_org/media/test/data/
README 60 bear.flac -- created using "avconv -i bear.ogv -f flac bear.flac".
  /device/asus/flo/
media_codecs.xml 38 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
  /device/asus/grouper/
media_codecs.xml 110 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
  /device/generic/goldfish/camera/
media_codecs.xml 103 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />
  /device/lge/hammerhead/
media_codecs.xml 42 <MediaCodec name="OMX.google.flac.encoder" type="audio/flac" />

Completed in 904 milliseconds

12 3 4 5