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

  /frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.cpp 18 #define LOG_TAG "FLACDecoder"
21 #include "FLACDecoder.h"
32 FLAC__StreamDecoderReadStatus FLACDecoder::readCallback(
50 FLAC__StreamDecoderWriteStatus FLACDecoder::writeCallback(
66 void FLACDecoder::metadataCallback(const FLAC__StreamMetadata *metadata)
114 void FLACDecoder::errorCallback(FLAC__StreamDecoderErrorStatus status)
124 const int * src[FLACDecoder::kMaxChannels],
134 const int * src[FLACDecoder::kMaxChannels],
145 const int * src[FLACDecoder::kMaxChannels],
157 const int * src[FLACDecoder::kMaxChannels]
    [all...]
FLACDecoder.h 29 class FLACDecoder {
36 static FLACDecoder *Create();
46 virtual ~FLACDecoder();
49 FLACDecoder();
103 DISALLOW_EVIL_CONSTRUCTORS(FLACDecoder);
  /frameworks/av/media/libstagefright/codecs/flac/dec/
SoftFlacDecoder.h 20 #include "FLACDecoder.h"
53 FLACDecoder *mFLACDecoder;
SoftFlacDecoder.cpp 92 def.nBufferSize = 4096 * FLACDecoder::kMaxChannels;
109 mFLACDecoder = FLACDecoder::Create();
111 ALOGE("initDecoder: failed to create FLACDecoder");
348 ALOGE("onQueueFilled: FLACDecoder parseMetaData returns error %d", decoderErr);
379 ALOGE("onQueueFilled: FLACDecoder decodeOneFrame returns error %d", decoderErr);
399 ALOGE("onQueueFilled: FLACDecoder finish returns error %d", decoderErr);
  /hardware/google/av/media/codecs/flac/
C2SoftFlacDec.h 22 #include "FLACDecoder.h"
52 FLACDecoder *mFLACDecoder;
C2SoftFlacDec.cpp 136 mFLACDecoder = FLACDecoder::Create();
138 ALOGE("initDecoder: failed to create FLACDecoder");
159 // (TODO) add multiframe support, in plugin and FLACDecoder.cpp
207 ALOGE("process: FLACDecoder parseMetaData returns error %d", decoderErr);
258 outSize = kMaxBlockSize * FLACDecoder::kMaxChannels * sizeof(short);
279 ALOGE("process: FLACDecoder decodeOneFrame returns error %d", decoderErr);
  /frameworks/av/media/extractors/mkv/
MatroskaExtractor.cpp 21 #include "FLACDecoder.h"
    [all...]

Completed in 647 milliseconds