OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadFboPixels
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
gl_frame.h
148
bool
ReadFboPixels
(uint8_t* pixels) const;
gl_frame.cpp
176
return
ReadFboPixels
(buffer);
347
bool GLFrame::
ReadFboPixels
(uint8_t* pixels) const {
388
return target.
ReadFboPixels
(pixels);
Completed in 161 milliseconds