Home
last modified time | relevance | path

Searched refs:frameCount_ (Results 1 - 25 of 142) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_object.h45 : 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 Danimated_image_player.h40 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 Dimage_object_animated.cpp82 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 Dsample_buffer_queue.cpp41 frameCount_++; in DequeueBuffer()
57 return frameCount_; in GetFrameCount()
62 return ++frameCount_; in IncFrameCount()
H A Dsample_buffer_queue.h36 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 Drs_vsync_client_ohos_test.cpp38 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 Ddata_producer_base.cpp44 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 Ddata_producer_base.h44 uint32_t frameCount_ = 0; member in OHOS::MediaAVCodec::Sample::DataProducerBase
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/parallel_render/
H A Drs_render_task.h78 : 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 Drs_upload_texture_thread.cpp89 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 Dimage_object.cpp51 return frameCount_; in GetFrameCount()
56 frameCount_ = frameCount; in SetFrameCount()
H A Dimage_object.h79 int32_t frameCount_ = 1; member in OHOS::Ace::NG::ImageObject
/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/
H A Dvideodec_hevcdec_unit_test.cpp332 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 Dvideoenc_stable_unit_test.cpp342 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 Dvideodec_stable_unit_test.cpp338 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 Dmock_animation_util.h75 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 Drosen_test.cpp41 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 Drs_upload_resource_thread.h82 return frameCount_.load(); in GetFrameCount()
110 std::atomic<int64_t> frameCount_{0};
H A Drs_upload_resource_thread.cpp85 frameCount_.fetch_add(1); in OnProcessBegin()
97 if (count < frameCount_.load()) { in TaskIsValid()
/foundation/distributedhardware/distributed_screen/services/common/decision_center/src/
H A Dscreen_decision_center.cpp79 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 Drs_uni_render_thread.h91 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 Drs_upload_texture_thread.h64 std::atomic<int64_t> frameCount_{0};
/foundation/distributedhardware/distributed_screen/services/common/decision_center/include/
H A Dscreen_decision_center.h48 int32_t frameCount_ = 0; member in OHOS::DistributedHardware::ScreenDecisionCenter
/foundation/multimedia/av_codec/test/nativedemo/audio_demo/
H A Davcodec_audio_opus_encoder_demo.cpp115 frameCount_(0) in AEncOpusDemo()
134 frameCount_ = 0; in CreateEnc()
272 frameCount_++; in InputFunc()
/foundation/arkui/ace_engine/frameworks/core/image/apng/
H A Dapng_image_object.h87 return MakeRefPtr<ApngImageObject>(imageSource_, imageSize_, frameCount_, skData_, apngDecoder_);

Completed in 12 milliseconds

123456