HomeSort by relevance Sort by last modified time
    Searched refs:pixelformats (Results 1 - 4 of 4) 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
stw_pixelformat.c 146 pfi = &stw_dev->pixelformats[stw_dev->pixelformat_extended_count];
337 return &stw_dev->pixelformats[index];
  /external/v4l2_codec2/vda/
v4l2_device.h 112 // fourcc |pixelformats|.
115 const uint32_t pixelformats[]);
120 // Vector of video device node paths and corresponding pixelformats supported
126 const uint32_t pixelformats[]);
v4l2_device.cc 274 const uint32_t pixelformats[]) {
286 EnumerateSupportedDecodeProfiles(num_formats, pixelformats);
345 std::vector<uint32_t> pixelformats; local
354 pixelformats.push_back(fmtdesc.pixelformat);
357 return pixelformats;
362 const uint32_t pixelformats[]) {
369 if (std::find(pixelformats, pixelformats + num_formats, pixelformat) ==
370 pixelformats + num_formats)

Completed in 80 milliseconds