/ohos5.0/foundation/multimedia/audio_lite/services/impl/ |
H A D | audio_capturer_impl.cpp | 196 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 D | adapter_type.h | 31 RECORDING, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/recording/ |
H A D | cmd_list_helper.h | 72 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 D | recording_canvas.h | 47 return DrawingType::RECORDING; in GetDrawingType()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/internal/ |
H A D | state_machine.cpp | 35 AddState(std::make_shared<RecordingState>(StateId::RECORDING, executor)); in StateMachine() 177 nextState = states_[StateId::RECORDING]; in ProcAction()
|
H A D | state.h | 38 RECORDING, enumerator
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/drawing_utils/ |
H A D | drawing_canvas_utils.cpp | 35 if (canvas->GetDrawingType() == Drawing::DrawingType::RECORDING) { in DrawPixelMapRect()
|
/ohos5.0/foundation/multimedia/audio_lite/interfaces/kits/ |
H A D | audio_capturer.h | 115 RECORDING, enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/session/ |
H A D | slow_motion_session.h | 31 RECORDING, enumerator
|
H A D | time_lapse_photo_session.h | 26 RECORDING = 1, enumerator
|
/ohos5.0/foundation/multimedia/media_lite/services/recorder_lite/impl/src/ |
H A D | recorder_impl.cpp | 1299 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 D | recorder_impl.h | 30 enum RecState {INITIALIZED = 0, PREPARED, RECORDING, PAUSED, STOPPED, RELEASED}; enumerator
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/src/session/ |
H A D | slow_motion_session.cpp | 31 {OHOS_CONTROL_SLOW_MOTION_STATUS_RECORDING, SlowMotionState::RECORDING},
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/drawing/canvas_napi/ |
H A D | js_canvas.cpp | 245 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 D | hirecorder_impl.h | 46 RECORDING, enumerator
|
H A D | hirecorder_impl.cpp | 399 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 D | draw_cmd_list.cpp | 328 if (canvas.GetDrawingType() == DrawingType::RECORDING) { in Playback()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/timelapsephotosession_fuzzer/ |
H A D | time_lapse_photo_session_fuzzer.cpp | 148 session->SetTimeLapseRecordState(TimeLapseRecordState::RECORDING); in TestTimeLapsePhoto()
|
/ohos5.0/foundation/multimedia/media_foundation/engine/scene/recorder/standard/ |
H A D | hirecorder_impl.cpp | 264 if (curFsmState_ == StateId::RECORDING) { in Reset()
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/mode/ |
H A D | time_lapse_photo_session_napi.cpp | 38 {"RECORDING", TimeLapseRecordState::RECORDING },
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 564 …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 D | js-apis-camera-sys.md | 7714 | RECORDING | 1 | 录制中 | 8503 timeLapsePhotoSession.setTimeLapseRecordState(camera.TimeLapseRecordState.RECORDING);
|
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/ |
H A D | js-apis-camera-sys.md | 7738 | RECORDING | 1 | Recording.| 8527 timeLapsePhotoSession.setTimeLapseRecordState(camera.TimeLapseRecordState.RECORDING);
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/native/camera/test/moduletest/src/ |
H A D | camera_framework_moduletest.cpp | 12156 status = session->SetTimeLapseRecordState(TimeLapseRecordState::RECORDING);
|