Home
last modified time | relevance | path

Searched refs:RECORDING (Results 1 – 24 of 24) sorted by relevance

/ohos5.0/foundation/multimedia/audio_lite/services/impl/
H A Daudio_capturer_impl.cpp196 status_ = RECORDING; in Record()
209 if (status_ != RECORDING) { in Read()
273 if (status_ != RECORDING) { in Stop()
291 if (status_ == RECORDING) { in Release()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dadapter_type.h31 RECORDING, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/
H A Dcmd_list_helper.h72 if (recorded.GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList()
90 if (recorded->GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList()
108 if (recorded->GetDrawingType() != DrawingType::RECORDING) { in AddRecordedToCmdList()
H A Drecording_canvas.h47 return DrawingType::RECORDING; in GetDrawingType()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/
H A Dstate_machine.cpp35 AddState(std::make_shared<RecordingState>(StateId::RECORDING, executor)); in StateMachine()
177 nextState = states_[StateId::RECORDING]; in ProcAction()
H A Dstate.h38 RECORDING, enumerator
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/
H A Ddrawing_canvas_utils.cpp35 if (canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in DrawPixelMapRect()
/ohos5.0/foundation/multimedia/audio_lite/interfaces/kits/
H A Daudio_capturer.h115 RECORDING, enumerator
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/
H A Dslow_motion_session.h31 RECORDING, enumerator
H A Dtime_lapse_photo_session.h26 RECORDING = 1, enumerator
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/
H A Drecorder_impl.cpp1299 status_ = RECORDING; in Start()
1402 if (status_ != RECORDING) { in Pause()
1468 status_ = RECORDING; in Resume()
1529 if (status_ != RECORDING && in Stop()
1545 if (status_ == RECORDING || in Reset()
1580 if (status_ == RECORDING || in Release()
1605 if (status_ != RECORDING) { in SetFileSplitDuration()
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/include/
H A Drecorder_impl.h30 enum RecState {INITIALIZED = 0, PREPARED, RECORDING, PAUSED, STOPPED, RELEASED}; enumerator
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/
H A Dslow_motion_session.cpp31 {OHOS_CONTROL_SLOW_MOTION_STATUS_RECORDING, SlowMotionState::RECORDING},
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/
H A Djs_canvas.cpp245 if (m_canvas->GetDrawingType() != Drawing::DrawingType::RECORDING) { in DrawingPixelMapMesh()
721 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImage()
738 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImage()
2085 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImageRect()
2106 if (m_canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawImageRect()
2141 if (canvas.GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawingImageRectWithSrc()
2159 if (canvas.GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawingImageRectWithSrc()
2183 if (canvas.GetDrawingType() == Drawing::DrawingType::RECORDING) { in OnDrawingImageRectWithSrc()
/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/recorder/
H A Dhirecorder_impl.h46 RECORDING, enumerator
H A Dhirecorder_impl.cpp399 OnStateChanged(StateId::RECORDING); in Start()
425 OnStateChanged(StateId::RECORDING); in Resume()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Ddraw_cmd_list.cpp328 if (canvas.GetDrawingType() == DrawingType::RECORDING) { in Playback()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/
H A Dtime_lapse_photo_session_fuzzer.cpp148 session->SetTimeLapseRecordState(TimeLapseRecordState::RECORDING); in TestTimeLapsePhoto()
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/
H A Dhirecorder_impl.cpp264 if (curFsmState_ == StateId::RECORDING) { in Reset()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/
H A Dtime_lapse_photo_session_napi.cpp38 {"RECORDING", TimeLapseRecordState::RECORDING },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_text_typography.cpp564 …drawingCanvas && drawingCanvas->GetDrawingType() == OHOS::Rosen::Drawing::DrawingType::RECORDING) { in OH_Drawing_TypographyPaintOnPath()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md7714 | RECORDING | 1 | 录制中 |
8503 timeLapsePhotoSession.setTimeLapseRecordState(camera.TimeLapseRecordState.RECORDING);
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A Djs-apis-camera-sys.md7738 | RECORDING | 1 | Recording.|
8527 timeLapsePhotoSession.setTimeLapseRecordState(camera.TimeLapseRecordState.RECORDING);
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/
H A Dcamera_framework_moduletest.cpp12156 status = session->SetTimeLapseRecordState(TimeLapseRecordState::RECORDING);