Home
last modified time | relevance | path

Searched refs:GetFrameConfigType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/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
/ohos5.0/foundation/multimedia/camera_lite/interfaces/kits/
H A Dframe_config.h87 int32_t GetFrameConfigType();
/ohos5.0/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()
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-multimedia-camera-photo-guide.md43 | FrameConfig | int32_t GetFrameConfigType() | 获取帧配置类型 |
91 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) {
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-multimedia-camera-photo-guide.md43 | FrameConfig | int32_t GetFrameConfigType() | Obtains the frame configuration type.|
91 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) {
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/
H A Dcamera_component.cpp53 if (frameConfig.GetFrameConfigType() != Media::FRAME_CONFIG_CAPTURE) { in OnFrameFinished()
/ohos5.0/docs/zh-cn/device-dev/guide/
H A Ddevice-camera-control-demo-photoguide.md223 …910"></a><a name="zh-cn_topic_0000001052170554_p1793867124910"></a>int32_t GetFrameConfigType()</p>
293 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) {
/ohos5.0/docs/en/device-dev/guide/
H A Ddevice-camera-control-demo-photoguide.md218 …910"></a><a name="en-us_topic_0000001052170554_p1793867124910"></a>int32_t GetFrameConfigType()</p>
288 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) {
/ohos5.0/foundation/multimedia/camera_lite/services/impl/src/
H A Dcamera_device.cpp856 int32_t fcType = fc.GetFrameConfigType(); in TriggerLoopingCapture()
/ohos5.0/foundation/multimedia/camera_lite/test/unittest/
H A Dcamera_lite_test.cpp252 if (fc.GetFrameConfigType() == FRAME_CONFIG_CAPTURE) { in OnFrameFinished()