OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NV21ToRGB32
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/system/camera/
Converters.cpp
165
void
NV21ToRGB32
(const void* nv21, void* rgb, int width, int height)
EmulatedCameraDevice.cpp
124
NV21ToRGB32
(mCurrentFrame, buffer, mFrameWidth, mFrameHeight);
Converters.h
310
void
NV21ToRGB32
(const void* nv21, void* rgb, int width, int height);
Completed in 193 milliseconds