Home
last modified time | relevance | path

Searched refs:fc (Results 1 - 2 of 2) sorted by relevance

/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
H A DActsMediaCameraTest.cpp241 void OnFrameFinished(Camera &cam, FrameConfig &fc, FrameResult &res) override
246 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) {
249 list<Surface *> surfaceList = fc.GetSurfaces();
265 delete &fc;
347 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_RECORD); in StartRecord() local
348 fc->AddSurface(*surface); in StartRecord()
352 delete fc; in StartRecord()
363 ret = cam_->TriggerLoopingCapture(*fc); in StartRecord()
379 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_PREVIEW); in StartPreview() local
387 delete fc; in StartPreview()
411 FrameConfig *fc = new FrameConfig(FRAME_CONFIG_CAPTURE); Capture() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsearchndk.cpp262 typedef int (*fc)(const void *, const void *); typedef
269 fc f = Compare; in LSearch()

Completed in 4 milliseconds