/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/ |
H A D | window_test.cpp | 81 uint32_t frameCount = 10; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_object.cpp | 54 void ImageObject::SetFrameCount(int32_t frameCount) in SetFrameCount() argument
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.cpp | 46 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) in OnVsync() argument
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_window.cpp | 21 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in OnVsync() argument
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_object.h | 29 ApngImageObject( ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkData>& data, const RefPtr<PNGImageDecoder>& decoder) ApngImageObject() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_vsync_client_ohos.cpp | 64 void RSVsyncClientOhos::VsyncCallback(int64_t nanoTimestamp, int64_t frameCount) in VsyncCallback() argument 72 void RSVsyncClientOhos::OnVsync(int64_t nanoTimestamp, int64_t frameCount, void* client) in OnVsync() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsvsyncclientohos_fuzzer/ |
H A D | rsvsyncclientohos_fuzzer.cpp | 66 int64_t frameCount = GetData<int64_t>();
in DoSomethingInterestingWithMyAPI() local
|
/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/ |
H A D | hstream_repeat_callback_stub.cpp | 56 int32_t frameCount = data.ReadInt32(); in HandleOnFrameEnded() local
|
H A D | hstream_capture_callback_stub.cpp | 77 int32_t frameCount = data.ReadInt32(); in HandleOnCaptureEnded() local
|
/foundation/multimodalinput/input/test/fuzztest/gethardwarecursorstats_fuzzer/ |
H A D | gethardwarecursorstats_fuzzer.cpp | 49 uint32_t frameCount = 2; in GetHardwareCursorStatsFuzzTest() local
|
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/ |
H A D | hardware_cursor_pointer_manager.cpp | 98 int32_t HardwareCursorPointerManager::GetCursorStats(uint32_t &frameCount, uint32_t &vsyncCount) in GetCursorStats() argument
|
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/ |
H A D | audio_channel_blend.cpp | 73 uint32_t frameCount = 0; in ProcessWithBlendMode() local
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/ |
H A D | yuv_viewer.cpp | 109 int32_t frameCount = 0; in InputThread() local
|
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/ |
H A D | istream_repeat_callback.h | 38 int frameCount; member
|
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/ |
H A D | hstream_capture_callback_proxy.cpp | 64 int32_t HStreamCaptureCallbackProxy::OnCaptureEnded(int32_t captureId, int32_t frameCount) in OnCaptureEnded() argument
|
H A D | hstream_repeat_callback_proxy.cpp | 44 int32_t HStreamRepeatCallbackProxy::OnFrameEnded(int32_t frameCount) in OnFrameEnded() argument
|
/foundation/window/window_manager/previewer/src/ |
H A D | vsync_station.cpp | 76 void VsyncStation::VsyncCallbackInner(int64_t timestamp, int64_t frameCount) in VsyncCallbackInner() argument 90 void VsyncStation::OnVsync(int64_t timestamp, int64_t frameCount, void* client) in OnVsync() argument
|
/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.cpp | 96 uint32_t frameCount = apngDecoder->GetFrameCount(); in BuildImageObject() local
|
H A D | image_object_animated.cpp | 145 RefPtr<ImageObject> CreateAnimatedImageObject(ImageSourceInfo source, const Size& imageSize, int32_t frameCount, in UploadToGpuForRender() argument 27 AnimatedImageObject( ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const sk_sp<SkData>& data) AnimatedImageObject() argument 35 AnimatedImageObject( ImageSourceInfo source, const Size& imageSize, int32_t frameCount, const std::shared_ptr<RSData>& data) AnimatedImageObject() argument
|
/foundation/multimedia/audio_lite/frameworks/passthrough/ |
H A D | audio_capturer_client.cpp | 35 GetMinFrameCount(int32_t sampleRate, int32_t channelCount, AudioCodecFormat audioFormat, size_t &frameCount) GetMinFrameCount() argument
|
/foundation/multimedia/audio_lite/frameworks/ |
H A D | audio_capturer.cpp | 39 GetMinFrameCount(int32_t sampleRate, int32_t channelCount, AudioCodecFormat audioFormat, size_t &frameCount) GetMinFrameCount() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/pipeline/ |
H A D | rs_render_thread_test.cpp | 176 uint64_t frameCount = 1; // for test in HWTEST_F() local
|
/foundation/multimedia/media_foundation/test/unittest/ |
H A D | TestAudioSinkPlugin.cpp | 115 uint32_t frameCount; in HWTEST() local
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/ |
H A D | video_encoder_sample.cpp | 100 uint32_t frameCount = context_->inputBufferQueue.IncFrameCount(); in SurfaceInputThread() local
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | image_source_ohos.cpp | 138 auto frameCount = imageSource_->GetFrameCount(errorCode); in GetFrameCount() local
|