Searched refs:v4l2PixFmt (Results 1 – 4 of 4) sorted by relevance
184 std::optional<Fourcc> Fourcc::fromV4L2PixFmt(uint32_t v4l2PixFmt) { in fromV4L2PixFmt() argument187 return fromUint32(v4l2PixFmt); in fromV4L2PixFmt()
1103 bool V4L2Device::open(Type type, uint32_t v4l2PixFmt) { in open() argument1106 std::string path = getDevicePathFor(type, v4l2PixFmt); in open()1109 ALOGE("No devices supporting %s for type: %u", fourccToString(v4l2PixFmt).c_str(), in open()
130 static std::optional<Fourcc> fromV4L2PixFmt(uint32_t v4l2PixFmt);
382 bool open(Type type, uint32_t v4l2PixFmt);