Home
last modified time | relevance | path

Searched defs:frameCount (Results 1 - 25 of 105) sorted by relevance

12345

/foundation/arkui/ace_engine/test/unittest/core/common/ace_engine/
H A Dwindow_test.cpp81 uint32_t frameCount = 10; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/
H A Dimage_object.cpp54 void ImageObject::SetFrameCount(int32_t frameCount) in SetFrameCount() argument
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.cpp46 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) in OnVsync() argument
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.cpp21 void Window::OnVsync(uint64_t nanoTimestamp, uint32_t frameCount) {} in OnVsync() argument
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.h29 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 Drs_vsync_client_ohos.cpp64 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 Drsvsyncclientohos_fuzzer.cpp66 int64_t frameCount = GetData<int64_t>(); in DoSomethingInterestingWithMyAPI() local
/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
H A Dhstream_capture_callback_stub.cpp77 int32_t frameCount = data.ReadInt32(); in HandleOnCaptureEnded() local
/foundation/multimodalinput/input/test/fuzztest/gethardwarecursorstats_fuzzer/
H A Dgethardwarecursorstats_fuzzer.cpp49 uint32_t frameCount = 2; in GetHardwareCursorStatsFuzzTest() local
/foundation/multimodalinput/input/service/hardware_cursor_pointer_manager/src/
H A Dhardware_cursor_pointer_manager.cpp98 int32_t HardwareCursorPointerManager::GetCursorStats(uint32_t &frameCount, uint32_t &vsyncCount) in GetCursorStats() argument
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
H A Daudio_channel_blend.cpp73 uint32_t frameCount = 0; in ProcessWithBlendMode() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/yuv_viewer/
H A Dyuv_viewer.cpp109 int32_t frameCount = 0; in InputThread() local
/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Distream_repeat_callback.h38 int frameCount; member
/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_callback_proxy.cpp64 int32_t HStreamCaptureCallbackProxy::OnCaptureEnded(int32_t captureId, int32_t frameCount) in OnCaptureEnded() argument
H A Dhstream_repeat_callback_proxy.cpp44 int32_t HStreamRepeatCallbackProxy::OnFrameEnded(int32_t frameCount) in OnFrameEnded() argument
/foundation/window/window_manager/previewer/src/
H A Dvsync_station.cpp76 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 Dimage_object.cpp96 uint32_t frameCount = apngDecoder->GetFrameCount(); in BuildImageObject() local
H A Dimage_object_animated.cpp145 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 Daudio_capturer_client.cpp35 GetMinFrameCount(int32_t sampleRate, int32_t channelCount, AudioCodecFormat audioFormat, size_t &frameCount) GetMinFrameCount() argument
/foundation/multimedia/audio_lite/frameworks/
H A Daudio_capturer.cpp39 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 Drs_render_thread_test.cpp176 uint64_t frameCount = 1; // for test in HWTEST_F() local
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAudioSinkPlugin.cpp115 uint32_t frameCount; in HWTEST() local
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/encoder/
H A Dvideo_encoder_sample.cpp100 uint32_t frameCount = context_->inputBufferQueue.IncFrameCount(); in SurfaceInputThread() local
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dimage_source_ohos.cpp138 auto frameCount = imageSource_->GetFrameCount(errorCode); in GetFrameCount() local

Completed in 12 milliseconds

12345