Home
last modified time | relevance | path

Searched defs:f (Results 1 – 16 of 16) sorted by relevance

/drivers/peripheral/camera/hal/utils/watchdog/
Dwatchdog.h47 #define PLACE_A_WATCHDOG(t, f, k) do { \ argument
52 #define PLACE_A_WATCHDOG_DEFAULT_TIME(f, k) PLACE_A_WATCHDOG(WATCHDOG_TIMEOUT, f, k) argument
54 #define PLACE_A_NOKILL_WATCHDOG(f) PLACE_A_WATCHDOG_DEFAULT_TIME(f, false); argument
/drivers/peripheral/camera/hal/adapter/platform/mpp/src/pipeline_core/nodes/mpi_node/
Dmpi_node.cpp43 PortFormat f; in ConnectMpi() local
81 PortFormat f; in DisConnectMpi() local
/drivers/peripheral/camera/hal/pipeline_core/utils/
Dobject_factory.h35 std::string DoRegister(const std::vector<std::string>& names, CreatorFunc f) in DoRegister()
/drivers/peripheral/camera/hal/pipeline_core/pipeline_impl/src/strategy/
Dstream_pipeline_strategy.cpp99 PortFormat f { in SetPortFormat() local
154 PortFormat f = SetPortFormat(pipeSpecPtr, typeId, j, k, hostStreamInfo); in SelectPipelineSpec() local
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/
Dcapture_message.cpp51 CaptureMessageOperator::CaptureMessageOperator(MessageOperatorFunc f) in CaptureMessageOperator()
/drivers/peripheral/camera/hal/pipeline_core/host_stream/src/
Dhost_stream_mgr_impl.cpp74 std::sort(s.begin(), s.end(), [](const int32_t& f, const int32_t& n) { in GetStreamTypes()
/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
DXMat4.js142 PerspectiveMatrix(n,f,w=-1,h=-1) argument
/drivers/peripheral/camera/hal/pipeline_core/pipeline_impl/src/
Dstream_pipeline_core.cpp188 std::sort(types.begin(), types.end(), [](const int32_t& f, const int32_t& n) { return f < n; }); in CheckStreamsSupported()
/drivers/peripheral/camera/interfaces/metadata/include/
Dcamera_metadata_operator.h94 float *f; member
/drivers/peripheral/camera/hal/utils/metadata/include/
Dcamera_metadata_operator.h94 float *f; member
/drivers/peripheral/display/test/unittest/standard/display_gfx/
Dsoft_bilt.cpp217 static inline int32_t ConvertFloatToint(float f) in ConvertFloatToint()
/drivers/hdf_core/framework/model/storage/src/mtd/
Dmtd_core.c560 unsigned int f = (unsigned int)x; in MtdFfs() local
/drivers/hdf_core/framework/tools/leagecy/hc-gen/src/
Dhcs_file.c185 FILE *f = fopen(realPath, flag ? flag : "r"); in HcsOpenSourceFile() local
/drivers/peripheral/camera/hal/test/ut/buffer_manager/
Dbuffer_manager_utest.cpp196 for (auto f : formatTest) { variable
/drivers/hdf_core/adapter/khdf/linux/platform/mipi_csi/
Dmipi_csi_dev.c65 void SysSeqPrintf(SysProcEntryTag *m, const char *f, ...) in SysSeqPrintf()
/drivers/hdf_core/framework/model/storage/include/mmc/
Dmmc_protocol.h1032 #define SDIO_FBR_BASE_ADDR(f) ((f) * 0x100) argument