Home
last modified time | relevance | path

Searched refs:pixelformats (Results 1 – 5 of 5) sorted by relevance

/external/v4l2_codec2/vda/
Dv4l2_device.cc261 const uint32_t pixelformats[]) { in GetSupportedDecodeProfiles() argument
273 EnumerateSupportedDecodeProfiles(num_formats, pixelformats); in GetSupportedDecodeProfiles()
332 std::vector<uint32_t> pixelformats; in EnumerateSupportedPixelformats() local
341 pixelformats.push_back(fmtdesc.pixelformat); in EnumerateSupportedPixelformats()
344 return pixelformats; in EnumerateSupportedPixelformats()
349 const uint32_t pixelformats[]) { in EnumerateSupportedDecodeProfiles() argument
356 if (std::find(pixelformats, pixelformats + num_formats, pixelformat) == in EnumerateSupportedDecodeProfiles()
357 pixelformats + num_formats) in EnumerateSupportedDecodeProfiles()
Dv4l2_device.h114 const uint32_t pixelformats[]);
125 const uint32_t pixelformats[]);
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_device.h61 struct stw_pixelformat_info pixelformats[STW_MAX_PIXELFORMATS]; member
Dstw_pixelformat.c145 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count]; in stw_pixelformat_add()
339 return &stw_dev->pixelformats[index]; in stw_pixelformat_get_info()
/external/libkmsxx/
DAndroid.bp30 "kms++/src/pixelformats.cpp",