Searched refs:mCopy (Results 1 – 1 of 1) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | FLACExtractor.cpp | 125 void (*mCopy)(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels); member in android::FLACParser 495 mCopy(copyTrespass), in FLACParser() 594 void (*mCopy)(short *dst, const int *const *src, unsigned nSamples, unsigned nChannels); in init() member 609 mCopy = table[i].mCopy; in init() 695 (*mCopy)(data, mWriteBuffer, blocksize, getChannels()); in readBuffer()
|