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); member in class:android::FLACParser
447 mCopy(copyTrespass),
549 void (*mCopy)(short *dst, const int *const *src, unsigned nSamples);
561 mCopy = table[i].mCopy;
643 (*mCopy)(data, mWriteBuffer, blocksize);

Completed in 269 milliseconds