Home
last modified time | relevance | path

Searched refs:GetFrameConfigType (Results 1 - 7 of 7) sorted by relevance

/foundation/multimedia/camera_lite/frameworks/
H A Dcamera_impl.cpp43 if (i->GetFrameConfigType() == type) { in GetFrameConfig()
102 int32_t type = fc.GetFrameConfigType(); in TriggerLoopingCapture()
143 if (i->GetFrameConfigType() == type || type == -1) { in StopLoopingCapture()
166 if (fc.GetFrameConfigType() != FRAME_CONFIG_CAPTURE) { in TriggerSingleCapture()
H A Dframe_config.cpp24 int32_t FrameConfig::GetFrameConfigType() in GetFrameConfigType() function in OHOS::Media::FrameConfig
/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_config.h87 int32_t GetFrameConfigType();
/foundation/multimedia/camera_lite/frameworks/binder/src/
H A Dcamera_device_client.cpp110 WriteInt32(&io, fc.GetFrameConfigType()); in SerilizeFrameConfig()
143 if (fc.GetFrameConfigType() != FRAME_CONFIG_RECORD) { in SerilizeFrameConfig()
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp53 if (frameConfig.GetFrameConfigType() != Media::FRAME_CONFIG_CAPTURE) { in OnFrameFinished()
/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp856 int32_t fcType = fc.GetFrameConfigType(); in TriggerLoopingCapture()
/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp252 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) {

Completed in 8 milliseconds