Home
last modified time | relevance | path

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

/external/v4l2_codec2/common/
DFourcc.cpp184 std::optional<Fourcc> Fourcc::fromV4L2PixFmt(uint32_t v4l2PixFmt) { in fromV4L2PixFmt() argument
187 return fromUint32(v4l2PixFmt); in fromV4L2PixFmt()
DV4L2Device.cpp1103 bool V4L2Device::open(Type type, uint32_t v4l2PixFmt) { in open() argument
1106 std::string path = getDevicePathFor(type, v4l2PixFmt); in open()
1109 ALOGE("No devices supporting %s for type: %u", fourccToString(v4l2PixFmt).c_str(), in open()
/external/v4l2_codec2/common/include/v4l2_codec2/common/
DFourcc.h130 static std::optional<Fourcc> fromV4L2PixFmt(uint32_t v4l2PixFmt);
DV4L2Device.h382 bool open(Type type, uint32_t v4l2PixFmt);