/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/ |
H A D | image_source_filter.cpp | 52 if (context->ipType_ != IPType::GPU && context->renderEnvironment_->GetOutputType() == DataType::NATIVE_WINDOW) { in UpdateInputBufferIfNeed() 92 if (context->ipType_ != IPType::GPU) { in UpdateInputBufferIfNeed() 136 if (context_->renderEnvironment_->GetEGLStatus() != EGLStatus::READY && context_->ipType_ == IPType::GPU) { in DoNegotiate()
|
/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | thread_container.cpp | 31 if (mask & ThreadType::GPU) { in ThreadContainer()
|
H A D | thread_container.h | 27 GPU = 1 << 2, enumerator
|
H A D | task_executor_impl.cpp | 168 gpuRunner_, [weak = AceType::WeakClaim(this)] { FillTaskTypeTable(weak, TaskType::GPU); }, 0, in InitOtherThreads() 199 case TaskType::GPU: in OnPostTask() 229 case TaskType::GPU: in WillRunOnCurrentThread() 255 case TaskExecutor::TaskType::GPU: in TaskTypeToString() 256 return "GPU"; in TaskTypeToString() 361 case TaskType::GPU: in OnPostTaskWithoutTraceId() 385 case TaskType::GPU: in RemoveTask()
|
H A D | thread_model_impl.cpp | 33 typeMask |= ThreadContainer::ThreadType::GPU; in CreateThreadModel()
|
H A D | ace_engine.cpp | 186 // GPU and IO thread is shared while enable native view in TriggerGarbageCollection() 188 TaskExecutor::TaskType::GPU, "ArkUIPurgeMallocCache"); in TriggerGarbageCollection()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/ |
H A D | brightness_efilter.cpp | 47 IPType::GPU, in BrightnessEFilter() 67 if (context->ipType_ == IPType::GPU) { in Render() 142 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU, IPType::GPU }); in GetEffectInfo()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/ |
H A D | contrast_efilter.cpp | 46 IPType::GPU, in ContrastEFilter() 66 if (context->ipType_ == IPType::GPU) { in Render() 141 info_->formats_.emplace(IEffectFormat::RGBA8888, std::vector<IPType>{ IPType::CPU, IPType::GPU }); in GetEffectInfo()
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/base/ |
H A D | effect_info.h | 28 GPU, member in OHOS::Media::Effect::IPType
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_constants.h | 87 GPU, member in OHOS::AppExecFwk::ProcessType
|
/foundation/arkui/ace_engine/test/unittest/core/common/task/ |
H A D | thread_test.cpp | 103 case TaskExecutor::TaskType::GPU: in HWTEST_F() 139 case TaskExecutor::TaskType::GPU: in HWTEST_F() 298 case TaskExecutor::TaskType::GPU: in HWTEST_F() 327 * @tc.steps3: call OnPostTask.set asynchronous task.TaskType is GPU.delayTime is 2. in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | cgroup_adjuster.cpp | 115 (procRecord->processType_ == ProcRecordType::GPU) || in AdjustProcessGroup() 125 ((procRecord->processType_ == ProcRecordType::GPU) && (hostProcRecord->curSchedGroup_ == SP_TOP_APP))) { in AdjustProcessGroup() 141 (procRecord->processType_ != ProcRecordType::GPU) && in AdjustAllProcessGroup()
|
H A D | cgroup_event_handler.cpp | 318 case static_cast<int32_t>(ProcessType::GPU): in HandleProcessCreated() 319 procRecord->processType_ = ProcRecordType::GPU; in HandleProcessCreated()
|
/foundation/multimedia/image_effect/frameworks/native/efilter/base/ |
H A D | efilter.cpp | 184 if (runningIPType == IPType::GPU) { in IpTypeConvert() 236 context->ipType_ = IPType::GPU; in ConvertFromCPU2GPU() 257 if (runningIPType == IPType::GPU) { in PushData() 358 if (std::find(it->second.begin(), it->second.end(), IPType::GPU) == it->second.end()) { in CalculateEFilterIPType() 361 ipType = IPType::GPU; in CalculateEFilterIPType() 372 if (runningType == IPType::GPU && current->extraInfo_->bufferType == BufferType::DMA_BUFFER) { in CreateDmaEffectBufferIfNeed() 514 if (runningType == IPType::GPU) { in RenderInner()
|
/foundation/multimedia/image_effect/interfaces/inner_api/native/effect/ |
H A D | image_effect_inner.h | 143 { IPType::CPU, IPType::GPU },
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | supervisor.h | 44 GPU,
|
/foundation/multimedia/image_effect/frameworks/native/effect/base/ |
H A D | image_effect_inner.cpp | 144 { std::underlying_type<RunningType>::type(RunningType::FOREGROUND), { IPType::CPU, IPType::GPU } }, 295 configIPTypes = { IPType::CPU, IPType::GPU }; in GetConfigIPTypes() 304 configIPTypes = { IPType::CPU, IPType::GPU }; in GetConfigIPTypes() 315 IPType priorityIPType = IPType::GPU; in ChooseIPType() 323 if (runningIPType == IPType::GPU) { in ChooseIPType() 337 runningIPType = IPType::GPU; in ChooseIPType()
|
/foundation/arkui/ace_engine/frameworks/base/thread/ |
H A D | task_executor.h | 57 GPU, member in OHOS::Ace::TaskExecutor::TaskType
|
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | hdi_device_v1_0.cpp | 36 case V1_0::DeviceType::GPU: in TransHDIDeviceV1_0Type()
|
H A D | hdi_device_v2_1.cpp | 40 case V2_1::DeviceType::GPU: in TransHDIDeviceV2_1Type()
|
H A D | hdi_device_v2_0.cpp | 40 case V2_0::DeviceType::GPU: in TransHDIDeviceV2_0Type()
|
/foundation/multimedia/image_effect/frameworks/native/capi/ |
H A D | native_common_utils.cpp | 52 { IPType::GPU, ImageEffect_BufferType::EFFECT_BUFFER_TYPE_TEXTURE },
|
/foundation/arkui/ace_engine/frameworks/core/components/camera/ |
H A D | camera_element.cpp | 106 SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::GPU); in ReleasePlatformResource()
|
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/ |
H A D | hdi_device_test.cpp | 304 type = V1_0::DeviceType::GPU; in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.cpp | 1127 SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::GPU); in ReleasePlatformResource()
|