Home
last modified time | relevance | path

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

123

/foundation/arkui/ace_engine/frameworks/core/image/
Dimage_object.h78 void SetFrameCount(int32_t frameCount) in SetFrameCount()
146 int32_t frameCount, in SvgSkiaImageObject()
176 int32_t frameCount, in SvgImageObject()
208 int32_t frameCount, in StaticImageObject()
216 int32_t frameCount, 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.cpp28 …auto&& callback = [this](uint64_t nanoTimestamp, uint32_t frameCount) { OnVsync(nanoTimestamp, fra… in Window()
52 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/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
Ddcamera_client_demo.h202 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
225 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
243 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
Ddcamera_client_demo.h202 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
225 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
243 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
/foundation/arkui/ace_engine/test/mock/core/common/
Dmock_window.cpp21 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in OnVsync()
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
Dhstream_repeat_callback_stub.cpp51 int32_t frameCount = data.ReadInt32(); in HandleOnFrameEnded() local
Dhstream_capture_callback_stub.cpp62 int32_t frameCount = data.ReadInt32(); in HandleOnCaptureEnded() local
/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/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
Dimage_source_gif_ex_test.cpp244 auto frameCount = imageSource->GetFrameCount(errorCode); variable
267 auto frameCount = imageSource->GetFrameCount(errorCode); variable
289 auto frameCount = imageSource->GetFrameCount(errorCode); variable
/foundation/multimedia/audio_lite/services/impl/audio_source/
Daudio_source.cpp94 AudioCodecFormat audioFormat, size_t &frameCount) in GetMinFrameCount()
113 uint64_t frameCount = 0; in GetFrameCount() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/image_provider/
Dmock_skia_image_data.cpp23 static int32_t frameCount { 0 }; variable
/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/multimedia/camera_framework/services/camera_service/binder/client/src/
Dhstream_repeat_callback_proxy.cpp45 int32_t HStreamRepeatCallbackProxy::OnFrameEnded(int32_t frameCount) in OnFrameEnded()
Dhstream_capture_callback_proxy.cpp49 int32_t HStreamCaptureCallbackProxy::OnCaptureEnded(int32_t captureId, int32_t frameCount) in OnCaptureEnded()
/foundation/multimedia/audio_lite/frameworks/passthrough/
Daudio_capturer_client.cpp36 … AudioCodecFormat audioFormat, size_t &frameCount) in GetMinFrameCount()
/foundation/multimedia/audio_lite/frameworks/
Daudio_capturer.cpp40 size_t &frameCount) in GetMinFrameCount()
/foundation/multimedia/camera_framework/frameworks/native/camera/src/output/
Dpreview_output.cpp68 int32_t PreviewOutputCallbackImpl::OnFrameEnded(int32_t frameCount) in OnFrameEnded()
Dvideo_output.cpp46 int32_t VideoOutputCallbackImpl::OnFrameEnded(const int32_t frameCount) in OnFrameEnded()
/foundation/arkui/ace_engine/frameworks/core/animation/test/mock/
Dmock_animation_util.h61 void TriggerFrames(int32_t frameCount) in TriggerFrames()
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
Dvideoenc_ndk_sample.h106 uint32_t frameCount = 0; variable
/foundation/multimedia/audio_framework/services/audio_service/test/example/
Daudio_hdi_device_test.cpp63 uint64_t frameCount = 0; in RenderFrameFromFile() local
/foundation/multimedia/audio_lite/frameworks/binder/
Daudio_capturer_client.cpp205 … AudioCodecFormat audioFormat, size_t &frameCount) in GetMinFrameCount()
228 uint64_t frameCount; in GetFrameCount() local
/foundation/arkui/ace_engine/test/fuzztest/imageloader_fuzzer/
Dimageloader_fuzzer.cpp28 ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkData>& data) in CreateAnimatedImageObject()

123