OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FourCCToPixelFormat
(Results
1 - 7
of
7
) sorted by null
/external/libkmsxx/kms++/inc/kms++/
pixelformats.h
37
static inline PixelFormat
FourCCToPixelFormat
(const std::string& fourcc)
/external/libkmsxx/utils/
kmsview.cpp
78
auto pixfmt =
FourCCToPixelFormat
(modestr);
wbm2m.cpp
65
dst_fmt =
FourCCToPixelFormat
(s);
wbcap.cpp
289
pixfmt =
FourCCToPixelFormat
(s);
kmstest.cpp
350
format =
FourCCToPixelFormat
(sm[3]);
/external/libkmsxx/kms++/src/
dumbframebuffer.cpp
24
:DumbFramebuffer(card, width, height,
FourCCToPixelFormat
(fourcc))
/external/libkmsxx/kms++/src/omap/
omapframebuffer.cpp
30
: OmapFramebuffer(card, width, height,
FourCCToPixelFormat
(fourcc), flags)
Completed in 353 milliseconds