HomeSort by relevance Sort by last modified time
    Searched defs:pixelformats (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_device.h 61 struct stw_pixelformat_info pixelformats[STW_MAX_PIXELFORMATS]; member in struct:stw_device
  /external/v4l2_codec2/vda/
v4l2_device.cc 266 const uint32_t pixelformats[]) {
278 EnumerateSupportedDecodeProfiles(num_formats, pixelformats);
337 std::vector<uint32_t> pixelformats; local
346 pixelformats.push_back(fmtdesc.pixelformat);
349 return pixelformats;
354 const uint32_t pixelformats[]) {
361 if (std::find(pixelformats, pixelformats + num_formats, pixelformat) ==
362 pixelformats + num_formats)

Completed in 1481 milliseconds