Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Dv4l2_device.cc266 const uint32_t pixelformats[]) { in GetSupportedDecodeProfiles() argument
278 EnumerateSupportedDecodeProfiles(num_formats, pixelformats); in GetSupportedDecodeProfiles()
337 std::vector<uint32_t> pixelformats; in EnumerateSupportedPixelformats() local
346 pixelformats.push_back(fmtdesc.pixelformat); in EnumerateSupportedPixelformats()
349 return pixelformats; in EnumerateSupportedPixelformats()
354 const uint32_t pixelformats[]) { in EnumerateSupportedDecodeProfiles() argument
361 if (std::find(pixelformats, pixelformats + num_formats, pixelformat) == in EnumerateSupportedDecodeProfiles()
362 pixelformats + num_formats) in EnumerateSupportedDecodeProfiles()
Dv4l2_device.h113 const uint32_t pixelformats[]);
124 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.c146 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count]; in stw_pixelformat_add()
337 return &stw_dev->pixelformats[index]; in stw_pixelformat_get_info()