Home
last modified time | relevance | path

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

12345

/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
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 __anon591d2a640202()
94 RSVsyncClient::VsyncCallback vsyncCallback = [](int64_t nanoTimestamp, int64_t frameCount) { in __anon591d2a640302()
/foundation/arkui/ace_engine/frameworks/core/image/
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()
Dimage_object_animated.cpp30 int32_t frameCount, in AnimatedImageObject()
145 …bject> CreateAnimatedImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, in UploadToGpuForRender()
/foundation/arkui/ace_engine/frameworks/core/common/
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()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
Dapng_image_object.h32 int32_t frameCount, in ApngImageObject()
44 int32_t frameCount, in ApngImageObject()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
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()
/foundation/window/window_manager/previewer/src/
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()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/rosen/
Ddrawing_image_data.h28 int32_t frameCount = 1; member
/foundation/arkui/ui_lite/frameworks/core/
Drender_manager.cpp81 static uint16_t frameCount = 0; in UpdateFPSByFixedTimeMethod() local
133 static int32_t frameCount = 0; in UpdateFPSByPreciseSamplingMethod() local
/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_window.cpp21 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in OnVsync()
/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
Dwindow_test.cpp81 uint32_t frameCount = 10; variable
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/
Dhardware_cursor_pointer_manager.cpp57 int32_t HardwareCursorPointerManager::GetCursorStats(uint32_t &frameCount, uint32_t &vsyncCount) in GetCursorStats()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
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()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
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()
/foundation/multimedia/audio_lite/services/impl/audio_source/
Daudio_source.cpp95 AudioCodecFormat audioFormat, size_t &frameCount) in GetMinFrameCount()
114 uint64_t frameCount = 0; in GetFrameCount() local
/foundation/multimedia/audio_lite/services/server/src/
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
/foundation/arkui/ace_engine/test/mock/core/image_provider/
Dmock_skia_image_data.cpp21 static int32_t frameCount { 0 }; variable
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_object.cpp56 void ImageObject::SetFrameCount(int32_t frameCount) in SetFrameCount()
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
Dhstream_repeat_callback_stub.cpp56 int32_t frameCount = data.ReadInt32(); in HandleOnFrameEnded() local
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
Distream_repeat_callback.h38 int frameCount; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsvsyncclientohos_fuzzer/
Drsvsyncclientohos_fuzzer.cpp66 int64_t frameCount = GetData<int64_t>(); in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/
Dyuv_viewer.cpp102 int32_t frameCount = 0; in InputThread() local
/foundation/multimedia/camera_framework/test/fuzztest/photooutput_fuzzer/
Dphoto_output_fuzzer.h29 void OnCaptureEnded(const int32_t captureID, const int32_t frameCount) const override {} in OnCaptureEnded()
/foundation/multimedia/audio_lite/frameworks/passthrough/
Daudio_capturer_client.cpp36 … AudioCodecFormat audioFormat, size_t &frameCount) in GetMinFrameCount()
/foundation/window/window_manager/wm/src/
Dvsync_station.cpp144 (int64_t timestamp, int64_t frameCount, void* client) { in RequestVsync()
171 void VsyncStation::VsyncCallbackInner(int64_t timestamp, int64_t frameCount) in VsyncCallbackInner()

12345