Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_font_collection.cpp48 …OH_Drawing_FontCollection* fc = (OH_Drawing_FontCollection*)new (std::nothrow) rosen::FontCollecti… in OH_Drawing_CreateFontCollection() local
74 auto fc = std::make_shared<rosen::FontCollection>(); in OH_Drawing_CreateSharedFontCollection() local
155 std::shared_ptr<OHOS::Rosen::FontCollection> fc = OHOS::Rosen::FontCollection::Create(); in OH_Drawing_GetFontCollectionGlobalInstance() local
H A Ddrawing_register_font.cpp76 auto fc = ConvertToOriginalText<FontCollection>(fontCollection); in LoadFromFontCollection() local
H A Ddrawing_text_typography.cpp450 if (auto fc = OHOS::Rosen::Drawing::FontCollectionMgr::GetInstance().Find(fontCollection)) { in OH_Drawing_CreateTypographyHandler() local
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp96 static int32_t CameraCreateVideoEnc(FrameConfig &fc, in CameraCreateVideoEnc()
198 static CODEC_HANDLETYPE CameraCreateJpegEncProc(FrameConfig &fc, uint32_t srcDev, AvCodecMime codec… in CameraCreateJpegEncProc()
235 static int32_t CameraCreateJpegEnc(FrameConfig &fc, StreamAttr stream, uint32_t srcDev, CODEC_HANDL… in CameraCreateJpegEnc()
296 StreamType streamType, FrameConfig &fc) in StreamAttrInitialize()
432 int32_t RecordAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig()
544 int32_t PreviewAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig()
603 int32_t CaptureAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig()
712 int32_t CallbackAssistant::SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig()
852 int32_t CameraDevice::TriggerLoopingCapture(FrameConfig &fc, uint32_t *streamId) in TriggerLoopingCapture()
933 int32_t CameraDevice::TriggerSingleCapture(FrameConfig &fc, uint32_t *streamId) in TriggerSingleCapture()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/passthrough/src/
H A Dcamera_device_client.cpp63 int32_t CameraDeviceClient::TriggerLoopingCapture(FrameConfig &fc) in TriggerLoopingCapture()
74 int32_t CameraDeviceClient::TriggerSingleCapture(FrameConfig &fc) in TriggerSingleCapture()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp96 int32_t CameraImpl::TriggerLoopingCapture(FrameConfig &fc) in TriggerLoopingCapture()
156 int32_t CameraImpl::TriggerSingleCapture(FrameConfig &fc) in TriggerSingleCapture()
202 void CameraImpl::OnFrameFinished(int32_t ret, FrameConfig &fc) in OnFrameFinished()
/ohos5.0/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp108 int32_t SerilizeFrameConfig(IpcIo &io, FrameConfig &fc, uint32_t maxSurfaceNum) in SerilizeFrameConfig()
154 int32_t CameraDeviceClient::TriggerLoopingCapture(FrameConfig &fc) in TriggerLoopingCapture()
182 int32_t CameraDeviceClient::TriggerSingleCapture(FrameConfig &fc) in TriggerSingleCapture()
312 FrameConfig *fc = static_cast<FrameConfig*>(para->frameConfig); in DeviceClientCallback() local
/ohos5.0/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Ddb_helper.h36 explicit DBHelper(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in DBHelper()
H A Dresolver.h33 explicit FreezeResolver(std::shared_ptr<FreezeCommon> fc) in FreezeResolver()
H A Dvendor.h34 explicit Vendor(std::shared_ptr<FreezeCommon> fc) : freezeCommon_(fc) {}; in Vendor()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/shaders/common/
H A Drender_compatibility_common.h72 #define CORE_GET_FRAGCOORD_UV(uv, fc, its) (uv = GetFragCoordUv(fc, its)) argument
/ohos5.0/foundation/multimedia/camera_lite/services/server/src/
H A Dcamera_server.cpp203 auto fc = new FrameConfig(type); in DeserializeFrameConfig() local
255 FrameConfig *fc = DeserializeFrameConfig(*req); in SetFrameConfig() local
269 FrameConfig *fc = DeserializeFrameConfig(*req); in TriggerLoopingCapture() local
285 FrameConfig *fc = DeserializeFrameConfig(*req); in TriggerSingleCapture() local
/ohos5.0/foundation/multimedia/camera_lite/services/impl/include/
H A Dcamera_device.h47 virtual int32_t SetFrameConfig(FrameConfig &fc, uint32_t *streamId) in SetFrameConfig()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/
H A Drfcomm.h123 uint8_t fc; member
151 uint8_t fc; member
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp247 void OnFrameFinished(Camera &cam, FrameConfig &fc, FrameResult &res) override in OnFrameFinished()
353 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_RECORD); in StartRecord() local
388 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_PREVIEW); in StartPreview() local
425 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_CAPTURE); in Capture() local
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/app_lib/src/
H A Dfillp_dfx.c452 FILLP_CONST struct GlobalAppFlowControl *fc = &resource->flowControl; in DoShowSockConfigRes() local
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DSceneJS.cpp56 FunctionContext<> fc(e,cb); in Init() local
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/
H A Dhvigor-wrapper.js15 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… argument
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/
H A Dhvigor-wrapper.js16 …("process"),o=require("tty"),i=require("util"),s=require("url"),c=require("constants"),a=require("… function