Searched refs:mCopy (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp125 void (*mCopy)(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels); member in class:android::FLACParser
495 mCopy(copyTrespass),
594 void (*mCopy)(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels);
609 mCopy = table[i].mCopy;
691 (*mCopy)(data, mWriteBuffer, blocksize, getChannels());

Completed in 58 milliseconds