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

/system/media/mca/filterfw/native/core/
H A Dgl_frame.h148 bool ReadFboPixels(uint8_t* pixels) const;
H A Dgl_frame.cpp176 return ReadFboPixels(buffer);
347 bool GLFrame::ReadFboPixels(uint8_t* pixels) const { function in class:android::filterfw::GLFrame
388 return target.ReadFboPixels(pixels);

Completed in 4 milliseconds