Home
last modified time | relevance | path

Searched defs:g_availableStreamType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Distream.h35 static std::map<VdiStreamIntent, std::string> g_availableStreamType; variable
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_base.cpp22 std::map<VdiStreamIntent, std::string> IStream::g_availableStreamType = { member in OHOS::Camera::IStream