/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_object.h | 45 : imageSource_(source), imageSize_(imageSize), frameCount_(frameCount), isSvg_(isSvg) in ImageObject() 63 return frameCount_; in GetFrameCount() 68 frameCount_ = frameCount; in SetFrameCount() 73 return frameCount_ == 1; in IsSingleFrame() 113 return MakeRefPtr<ImageObject>(imageSource_, imageSize_, frameCount_, isSvg_); in Clone() 119 int32_t frameCount_ = 1; member in OHOS::Ace::ImageObject 145 return MakeRefPtr<SvgSkiaImageObject>(imageSource_, Size(), frameCount_, skiaDom_); 172 return MakeRefPtr<SvgImageObject>(imageSource_, Size(), frameCount_, svgDom_); 214 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, skData_); 216 return MakeRefPtr<StaticImageObject>(imageSource_, imageSize_, frameCount_, data [all...] |
H A D | animated_image_player.h | 40 frameCount_(codec_->getFrameCount()), repetitionCount_(codec_->getRepetitionCount()), in AnimatedImagePlayer() 49 for (int32_t index = 0; index < frameCount_; index++) { in AnimatedImagePlayer() 59 if (requiredIndex >= 0 && requiredIndex < frameCount_) { in AnimatedImagePlayer() 67 for (int32_t index = 0; index < frameCount_; index++) { in AnimatedImagePlayer() 111 const int32_t frameCount_; member in OHOS::Ace::AnimatedImagePlayer
|
H A D | image_object_animated.cpp | 82 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, skData_); 84 return MakeRefPtr<AnimatedImageObject>(imageSource_, imageSize_, frameCount_, drawingData_);
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/sample_buffer_queue/ |
H A D | sample_buffer_queue.cpp | 41 frameCount_++; in DequeueBuffer() 57 return frameCount_; in GetFrameCount() 62 return ++frameCount_; in IncFrameCount()
|
H A D | sample_buffer_queue.h | 36 std::atomic<uint32_t> frameCount_ = 0; member in OHOS::MediaAVCodec::Sample::SampleBufferQueue
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_vsync_client_ohos_test.cpp | 38 int64_t frameCount_ = 1; member in OHOS::Rosen::RSVsyncClientTest 78 vsyncClientOhos_->VsyncCallback(nanoTimestamp_, frameCount_); in HWTEST_F() 92 vsyncClientOhos_->OnVsync(nanoTimestamp_, frameCount_, vsyncClient_.get()); in HWTEST_F() 100 vsyncClientOhos_->OnVsync(nanoTimestamp_, frameCount_, vsyncClient_.get()); in HWTEST_F()
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/data_producer/data_producer_base/ |
H A D | data_producer_base.cpp | 44 if ((frameCount_ >= sampleInfo_->maxFrames || IsEOS()) && !Repeat()) { in ReadSample() 54 bufferInfo.attr.pts = frameCount_ * in ReadSample() 57 frameCount_++; in ReadSample() 58 PrintProgress(sampleInfo_->sampleRepeatTimes, frameCount_); in ReadSample() 77 frameCount_ = 0; in Repeat()
|
H A D | data_producer_base.h | 44 uint32_t frameCount_ = 0; member in OHOS::MediaAVCodec::Sample::DataProducerBase
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/ |
H A D | rs_render_task.h | 78 : RSRenderTaskBase(node), frameCount_(frameCount) {} in RSSuperRenderTask() 90 return frameCount_; in GetFrameCount() 98 uint64_t frameCount_ = 0; member in OHOS::Rosen::RSSuperRenderTask
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/ |
H A D | rs_upload_texture_thread.cpp | 89 frameCount_.fetch_add(1); in OnProcessBegin() 94 return frameCount_.load(); in GetFrameCount() 106 if (count < frameCount_.load()) { in TaskIsValid()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/ |
H A D | image_object.cpp | 51 return frameCount_; in GetFrameCount() 56 frameCount_ = frameCount; in SetFrameCount()
|
H A D | image_object.h | 79 int32_t frameCount_ = 1; member in OHOS::Ace::NG::ImageObject
|
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | videodec_hevcdec_unit_test.cpp | 332 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 363 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 394 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 425 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 457 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 489 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 522 vdec->frameCount_ = 21; // 21: input frame num in HWMTEST_F() 554 vdec->frameCount_ = 21; // 21: input frame num in HWMTEST_F() 587 vdec->frameCount_ = 21; // 21: input frame num in HWMTEST_F() 620 vdec->frameCount_ in HWMTEST_F() [all...] |
H A D | videoenc_stable_unit_test.cpp | 342 venc->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 371 venc->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 401 venc->frameCount_ = 30; // 30: input frame num in AVCODEC_MTEST_P() 431 venc->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 459 venc->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 488 venc->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 521 venc->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 551 venc->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 585 venc->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 617 venc->frameCount_ in AVCODEC_MTEST_P() [all...] |
H A D | videodec_stable_unit_test.cpp | 338 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 367 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 394 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 425 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 454 vdec->frameCount_ = 30; // 30: input frame num in HWMTEST_F() 485 vdec->frameCount_ = 30; // 30: input frame num in AVCODEC_MTEST_P() 515 vdec->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 544 vdec->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 574 vdec->frameCount_ = 60; // 60: input frame num in AVCODEC_MTEST_P() 606 vdec->frameCount_ in AVCODEC_MTEST_P() [all...] |
/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation_util.h | 75 frameCount_ += deltaFrameCount; in TriggerFrame() 77 callback_(nanoTimestamp_, frameCount_); in TriggerFrame() 98 uint32_t frameCount_ = 0; member in OHOS::Ace::final
|
/foundation/arkui/ace_engine/test/unittest/core/common/rosen/ |
H A D | rosen_test.cpp | 41 uint32_t frameCount_ = 0; member 97 frameCount_ += deltaFrameCount; in HWTEST_F() 99 callback_(nanoTimestamp_, frameCount_); in HWTEST_F() 124 frameCount_ += deltaFrameCount; in HWTEST_F() 126 callback_(nanoTimestamp_, frameCount_); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/resource/ |
H A D | rs_upload_resource_thread.h | 82 return frameCount_.load(); in GetFrameCount() 110 std::atomic<int64_t> frameCount_{0};
|
H A D | rs_upload_resource_thread.cpp | 85 frameCount_.fetch_add(1); in OnProcessBegin() 97 if (count < frameCount_.load()) { in TaskIsValid()
|
/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/ |
H A D | screen_decision_center.cpp | 79 if (damages.empty() || frameCount_ < MIN_SURPPORT_FRAME_COUNT || in InputBufferImage() 97 frameCount_++; in InputBufferImage()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_thread.h | 91 return frameCount_; in GetFrameCount() 95 frameCount_++; in IncreaseFrameCount() 217 std::atomic<uint64_t> frameCount_ = 0; member in OHOS::Rosen::RSUniRenderThread
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/ |
H A D | rs_upload_texture_thread.h | 64 std::atomic<int64_t> frameCount_{0};
|
/foundation/distributedhardware/distributed_screen/services/common/decision_center/include/ |
H A D | screen_decision_center.h | 48 int32_t frameCount_ = 0; member in OHOS::DistributedHardware::ScreenDecisionCenter
|
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/ |
H A D | avcodec_audio_opus_encoder_demo.cpp | 115 frameCount_(0) in AEncOpusDemo() 134 frameCount_ = 0; in CreateEnc() 272 frameCount_++; in InputFunc()
|
/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_object.h | 87 return MakeRefPtr<ApngImageObject>(imageSource_, imageSize_, frameCount_, skData_, apngDecoder_);
|