Home
last modified time | relevance | path

Searched defs:frameCount (Results 1 – 25 of 145) sorted by relevance

123456

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_vsync_client_ohos_test.cpp43 cb = [](int64_t timestamp, int64_t frameCount) {}; in SetUpTestCase()
73 RSVsyncClient::VsyncCallback vsyncCallback = [](int64_t nanoTimestamp, int64_t frameCount) { in __anon957e897b0202()
94 RSVsyncClient::VsyncCallback vsyncCallback = [](int64_t nanoTimestamp, int64_t frameCount) { in __anon957e897b0302()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h66 void SetFrameCount(int32_t frameCount) in SetFrameCount()
129 … ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkSVGDOM>& skiaDom) in SvgSkiaImageObject()
156 …SvgImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const RefPtr<Svg… in SvgImageObject()
185 …StaticImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<S… in StaticImageObject()
190 …ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const std::shared_ptr<RSData>& … in StaticImageObject()
H A Dimage_object_animated.cpp30 int32_t frameCount, in AnimatedImageObject()
145 …bject> CreateAnimatedImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, in UploadToGpuForRender()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.cpp24 …auto&& callback = [this](uint64_t nanoTimestamp, uint32_t frameCount) { OnVsync(nanoTimestamp, fra… in Window()
46 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) in OnVsync()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.h32 int32_t frameCount, in ApngImageObject()
44 int32_t frameCount, in ApngImageObject()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_vsync_client_ohos.cpp64 void RSVsyncClientOhos::VsyncCallback(int64_t nanoTimestamp, int64_t frameCount) in VsyncCallback()
72 void RSVsyncClientOhos::OnVsync(int64_t nanoTimestamp, int64_t frameCount, void* client) in OnVsync()
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_player.cpp55 uint32_t frameCount; in InitRenderer() local
83 uint32_t frameCount; in InitRenderer() local
110 uint32_t frameCount; in InitCapturer() local
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp76 void VsyncStation::VsyncCallbackInner(int64_t timestamp, int64_t frameCount) in VsyncCallbackInner()
90 void VsyncStation::OnVsync(int64_t timestamp, int64_t frameCount, void* client) in OnVsync()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-camera-kit/
H A D_camera___capture_end_info.md36 ### frameCount subsection
/ohos5.0/docs/en/application-dev/reference/apis-camera-kit/
H A D_camera___capture_end_info.md37 ### frameCount subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
H A Ddrawing_image_data.h28 int32_t frameCount = 1; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/audio/
H A D_audio_effect_buffer.md38 ### frameCount subsection
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.cpp21 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in OnVsync()
/ohos5.0/foundation/arkui/ui_lite/frameworks/core/
H A Drender_manager.cpp81 static uint16_t frameCount = 0; in UpdateFPSByFixedTimeMethod() local
133 static int32_t frameCount = 0; in UpdateFPSByPreciseSamplingMethod() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dwindow_test.cpp81 uint32_t frameCount = 10; variable
/ohos5.0/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/
H A Dhardware_cursor_pointer_manager.cpp57 int32_t HardwareCursorPointerManager::GetCursorStats(uint32_t &frameCount, uint32_t &vsyncCount) in GetCursorStats()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Ddcamera_client_demo.h208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
251 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
274 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.h208 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
251 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
274 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
/ohos5.0/base/web/webview/ohos_adapter/audio_adapter/src/
H A Daudio_capturer_adapter_mock.cpp56 int32_t AudioCapturerAdapterImpl::GetFrameCount(uint32_t& frameCount) in GetFrameCount()
/ohos5.0/foundation/multimedia/audio_lite/services/impl/audio_source/
H A Daudio_source.cpp95 AudioCodecFormat audioFormat, size_t &frameCount) in GetMinFrameCount()
114 uint64_t frameCount = 0; in GetFrameCount() local
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_server.cpp175 size_t frameCount; in GetMinFrameCount() local
263 size_t frameCount; in GetMiniFrameCount() local
276 uint64_t frameCount = capturer->GetFrameCount(); in GetFrameCount() local
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/image_provider/
H A Dmock_skia_image_data.cpp21 static int32_t frameCount { 0 }; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_object.cpp56 void ImageObject::SetFrameCount(int32_t frameCount) in SetFrameCount()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_repeat_callback_stub.cpp56 int32_t frameCount = data.ReadInt32(); in HandleOnFrameEnded() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_audio_capturer_adapter_impl.cpp81 int32_t ArkAudioCapturerAdapterImpl::GetFrameCount(uint32_t& frameCount) in GetFrameCount()

123456