Searched refs:FLACDecoder (Results 1 – 9 of 9) sorted by relevance
33 FLAC__StreamDecoderReadStatus FLACDecoder::readCallback( in readCallback()51 FLAC__StreamDecoderWriteStatus FLACDecoder::writeCallback( in writeCallback()67 void FLACDecoder::metadataCallback(const FLAC__StreamMetadata *metadata) in metadataCallback()115 void FLACDecoder::errorCallback(FLAC__StreamDecoderErrorStatus status) in errorCallback()163 FLACDecoder *FLACDecoder::Create() { in Create()164 FLACDecoder *decoder = new (std::nothrow) FLACDecoder(); in Create()172 FLACDecoder::FLACDecoder() in FLACDecoder() function in android::FLACDecoder188 FLACDecoder::~FLACDecoder() { in ~FLACDecoder()199 status_t FLACDecoder::init() { in init()222 return ((FLACDecoder *) client_data)->readCallback(buffer, bytes); }; in init()[all …]
29 class FLACDecoder {36 static FLACDecoder *Create();46 virtual ~FLACDecoder();49 FLACDecoder();101 DISALLOW_EVIL_CONSTRUCTORS(FLACDecoder);
33 "FLACDecoder.cpp",
54 mFLACDecoder = FLACDecoder::Create(); in SetUp()61 FLACDecoder *mFLACDecoder;145 : kMaxBlockSize * FLACDecoder::kMaxChannels * sampleSize; in processFlacDecoder()188 mFLACDecoder = FLACDecoder::Create(); in TEST_F()
52 FLACDecoder *mFLACDecoder;
152 mFLACDecoder = FLACDecoder::Create(); in initDecoder()282 : kMaxBlockSize * FLACDecoder::kMaxChannels * sampleSize; in process()
57 FLACDecoder *mFLACDecoder;
92 def.nBufferSize = kNumSamplesPerFrame * FLACDecoder::kMaxChannels * sizeof(float); in initPorts()109 mFLACDecoder = FLACDecoder::Create(); in initDecoder()
1638 FLACDecoder *flacDecoder = FLACDecoder::Create(); in addFlacMetadata()