Home
last modified time | relevance | path

Searched refs:HdfGetModuleConfigRoot (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
H A Dstream_pipeline_data_structure.h79 extern "C" const struct HdfConfigRoot* HdfGetModuleConfigRoot(void);
82 #define G_STREAM_SCENE_TABLE HdfGetModuleConfigRoot()
83 #define G_STREAM_TABLE_PTR HdfGetModuleConfigRoot()->streamInfo
84 #define G_STREAM_TABLE_SIZE HdfGetModuleConfigRoot()->streamInfoSize
86 #define G_SCENE_TABLE_PTR HdfGetModuleConfigRoot()->sceneInfo
87 #define G_SCENE_TABLE_SIZE HdfGetModuleConfigRoot()->sceneInfoSize
/ohos5.0/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
H A Dstream_pipeline_data_structure.cpp41 extern "C" const struct HdfConfigRoot* HdfGetModuleConfigRoot(void) in HdfGetModuleConfigRoot() function