Home
last modified time | relevance | path

Searched refs:pf (Results 1 - 12 of 12) sorted by relevance

/foundation/resourceschedule/ffrt/src/sync/
H A Dperf_counter.cpp53 static void perf_open(struct PerfStat* pf, int event) in perf_open() argument
94 int ret = perf_event_open(&attr, pf->pid, -1, pf->perfFD, 0); in perf_open()
99 if (pf->perfFD == -1) { in perf_open()
100 pf->perfFD = ret; in perf_open()
102 pf->nCounters++; in perf_open()
/foundation/graphic/graphic_utils_lite/frameworks/diagram/vertexprimitive/
H A Dgeometry_arc.cpp55 uint32_t pf = pathCommand_; in GenerateVertex() local
57 return pf; in GenerateVertex()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/rfcomm/
H A Drfcomm_frames.c201 * @param pf Is the pf value 1.true:yes, false:no
204 int RfcommSendDm(const RfcommSessionInfo *session, uint8_t dlci, bool pf) in RfcommSendDm() argument
214 header[RFCOMM_CONTROL] = FRAME_TYPE_DM | (pf ? PF : 0); in RfcommSendDm()
572 uint8_t pf = newCredits ? 1 : 0; in RfcommSendUihData() local
585 header[len] = FRAME_TYPE_UIH | (pf << RFCOMM_SHIFT_PF); in RfcommSendUihData()
622 if ((!info.pf) || !IS_CMD(info.isInitiator, info.cr) || info.length || in RfcommIsSabmDiscValid()
644 if ((!info.pf) || !IS_RSP(info.isInitiator, info.cr) || info.length || in RfcommIsUaValid()
721 checkInfo.pf = headTailInfo.pf; in RfcommParseFrames()
774 uint8_t pf = (header[RFCOMM_CONTROL] & PF) >> RFCOMM_SHIFT_PF; RfcommParseHeaderTail() local
[all...]
H A Drfcomm_defs.h460 uint8_t pf; member
469 uint8_t pf; member
613 int RfcommSendDm(const RfcommSessionInfo *session, uint8_t dlci, bool pf);
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/include/
H A Dpixel_map_utils.h160 static ImageInfo MakeImageInfo(int width, int height, PixelFormat pf, AlphaType at, ColorSpace cs = ColorSpace::SRGB) in MakeImageInfo() argument
165 info.pixelFormat = pf; in MakeImageInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpixel_convert.h148 float *pf = reinterpret_cast<float*>(&ui); in UintToFloat() local
149 return *pf; in UintToFloat()
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_encoder.h63 static Media::ImageInfo MakeImageInfo(int width, int height, Media::PixelFormat pf, Media::AlphaType at,
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/picture/
H A Dpicture.cpp174 static ImageInfo MakeImageInfo(int width, int height, PixelFormat pf, AlphaType at, ColorSpace cs) in MakeImageInfo() argument
179 info.pixelFormat = pf; in MakeImageInfo()
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp780 ImageInfo WebpEncoder::MakeImageInfo(int width, int height, PixelFormat pf, AlphaType at, ColorSpace cs) in MakeImageInfo() argument
787 .pixelFormat = pf, in MakeImageInfo()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dwebp_encoder_test.cpp708 Media::PixelFormat pf = PixelFormat::RGB_565; in HWTEST_F() local
711 encoder.MakeImageInfo(width, height, pf, at, cs); in HWTEST_F()
/foundation/communication/nfc/services/src/nci_adapter/nci_native_default/src/
H A Dtag_nci_adapter_ntf.cpp497 uid = KITS::NfcSdkCommon::BytesVecToHexString(nfcRfTechParams.param.pf.nfcid2, NFC_NFCID2_LEN); in GetUidFromData()
541 uint8_t *sensfRes = nfcRfTechParams.param.pf.sensf_res; in GetTechPollFromData()
H A Dtag_nci_adapter.cpp1336 uid = KITS::NfcSdkCommon::BytesVecToHexString(nfcRfTechParams.param.pf.nfcid2, NFC_NFCID2_LEN); in GetUidFromData()
1380 uint8_t *sensfRes = nfcRfTechParams.param.pf.sensf_res; in GetTechPollFromData()

Completed in 18 milliseconds