Home
last modified time | relevance | path

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

123

/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.cpp28 …auto&& callback = [this](uint64_t nanoTimestamp, uint32_t frameCount) { OnVsync(nanoTimestamp, fra… in Window()
50 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/arkui/ace_engine/test/mock/core/common/
Dmock_window.cpp21 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in OnVsync()
/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
Ddcamera_client_demo.h207 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
230 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
253 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
Ddcamera_client_demo.h207 void OnCaptureEnded(const int32_t captureID, int32_t frameCount) const in OnCaptureEnded()
230 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
253 void OnFrameEnded(const int32_t frameCount) const in OnFrameEnded()
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
Dimage_object.cpp56 void ImageObject::SetFrameCount(int32_t frameCount) in SetFrameCount()
/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/unittest/core/common/ace_engine/
Dwindow_test.cpp81 uint32_t frameCount = 10; variable
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
Dimage_source_gif_ex_test.cpp248 auto frameCount = imageSource->GetFrameCount(errorCode); variable
271 auto frameCount = imageSource->GetFrameCount(errorCode); variable
293 auto frameCount = imageSource->GetFrameCount(errorCode); variable
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
Dhstream_repeat_callback_stub.cpp53 int32_t frameCount = data.ReadInt32(); in HandleOnFrameEnded() local
Dhstream_capture_callback_stub.cpp71 int32_t frameCount = data.ReadInt32(); in HandleOnCaptureEnded() local
/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/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.cpp23 static int32_t frameCount { 0 }; variable
/foundation/multimedia/audio_lite/frameworks/passthrough/
Daudio_capturer_client.cpp36 … AudioCodecFormat audioFormat, size_t &frameCount) in GetMinFrameCount()
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
Dhstream_repeat_callback_proxy.cpp44 int32_t HStreamRepeatCallbackProxy::OnFrameEnded(int32_t frameCount) in OnFrameEnded()
Dhstream_capture_callback_proxy.cpp64 int32_t HStreamCaptureCallbackProxy::OnCaptureEnded(int32_t captureId, int32_t frameCount) in OnCaptureEnded()
/foundation/multimedia/audio_lite/frameworks/
Daudio_capturer.cpp40 size_t &frameCount) in GetMinFrameCount()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/include/
Dvideodec_ndk_inner_sample.h130 uint32_t frameCount = 0; variable
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/include/
Dvideodec_ndk_inner_sample.h125 uint32_t frameCount = 0; variable
/foundation/multimedia/av_codec/test/moduletest/vcodec/encoder/include/
Dvideoenc_ndk_inner_sample.h132 uint32_t frameCount = 0; variable
/foundation/multimedia/media_foundation/test/unittest/
DTestAudioSinkPlugin.cpp115 uint32_t frameCount; variable
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
Daudio_channel_blend.cpp70 int frameCount = 0; in ProcessWithBlendMode() local

123