Home
last modified time | relevance | path

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

/drivers/peripheral/camera/vdi_base/common/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/vdi_base/common/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/audio/hal/hdi_binder/server/src/
Dhdf_audio_pnp_server.c50 FfrtFunction* f = (FfrtFunction*)t; in FfrtExecFunctionWrapper() local
61 FfrtFunction* f = (FfrtFunction*)t; in FfrtDestroyFunctionWrapper() local
77 FfrtFunction* f = (FfrtFunction*)g_priv.ffrtAllocBase(FFRT_FUNCTION_KIND_GENERAL); in FfrtCreateFunctionWrapper() local
/drivers/peripheral/camera/vdi_base/common/pipeline_core/utils/
Dobject_factory.h35 std::string DoRegister(const std::vector<std::string>& names, CreatorFunc f) in DoRegister()
/drivers/peripheral/intelligent_voice/utils/
Dscope_guard.h26 ScopeGuard(Func &&f) : func_(std::forward<Func>(f)), active_(true) in ScopeGuard()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dcapture_message.cpp51 CaptureMessageOperator::CaptureMessageOperator(MessageOperatorFunc f) in CaptureMessageOperator()
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/strategy/
Dstream_pipeline_strategy.cpp99 PortFormat f { in SetPortFormat() local
140 PortFormat f = SetPortFormat(pipeSpecPtr, typeId, nodeIndex, portIndex, hostStreamInfo); in SetNodeSpec() local
/drivers/peripheral/camera/vdi_base/common/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.js129 PerspectiveMatrix(n, f, w = NO_INITIAL_VAL, h = NO_INITIAL_VAL) { argument
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/src/
Dstream_pipeline_core.cpp185 std::sort(types.begin(), types.end(), [](const int32_t& f, const int32_t& n) { return f < n; }); in CheckStreamsSupported()
/drivers/interface/camera/metadata/include/
Dcamera_metadata_operator.h104 float *f; member
/drivers/hdf_core/framework/model/storage/src/mtd/
Dmtd_core.c589 unsigned int f = (unsigned int)x; in MtdFfs() local
/drivers/peripheral/camera/test/ut/buffer_manager/
Dbuffer_manager_utest.cpp198 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