Searched defs:fmtDesc (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/src/ |
H A D | v4l2_fileformat.cpp | 24 void HosFileFormat::V4L2GetCurrentFormat(int fd, std::vector<DeviceFormat>& fmtDesc, in V4L2GetCurrentFormat() 53 RetCode HosFileFormat::V4L2SearchFormat(int fd, std::vector<DeviceFormat>& fmtDesc) in V4L2SearchFormat() 94 RetCode HosFileFormat::V4L2GetFmtDescs(int fd, std::vector<DeviceFormat>& fmtDesc) in V4L2GetFmtDescs()
|
H A D | v4l2_dev.cpp | 618 RetCode HosV4L2Dev::GetFmtDescs(const std::string& cameraID, std::vector<DeviceFormat>& fmtDesc) in GetFmtDescs()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_fileformat.cpp | 23 …FileFormat::CameraGetCurrentFormat(struct CameraFeature &feature, std::vector<CameraCtrl> &fmtDesc, in CameraGetCurrentFormat() 48 …ameraFileFormat::CameraSearchFormat(struct CameraFeature feature, std::vector<CameraCtrl> &fmtDesc) in CameraSearchFormat() 80 …CameraFileFormat::CameraGetFmtDescs(struct CameraFeature feature, std::vector<CameraCtrl> &fmtDesc) in CameraGetFmtDescs()
|
H A D | camera_dev.cpp | 577 …ode CameraDev::GetFmtDescs(const std::string &cameraId, int type, std::vector<CameraCtrl> &fmtDesc) in GetFmtDescs()
|