Home
last modified time | relevance | path

Searched refs:GPU (Results 1 - 25 of 29) sorted by relevance

12

/foundation/multimedia/image_effect/frameworks/native/effect/pipeline/filters/source/
H A Dimage_source_filter.cpp52 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 Dthread_container.cpp31 if (mask & ThreadType::GPU) { in ThreadContainer()
H A Dthread_container.h27 GPU = 1 << 2, enumerator
H A Dtask_executor_impl.cpp168 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 Dthread_model_impl.cpp33 typeMask |= ThreadContainer::ThreadType::GPU; in CreateThreadModel()
H A Dace_engine.cpp186 // 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 Dbrightness_efilter.cpp47 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 Dcontrast_efilter.cpp46 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 Deffect_info.h28 GPU, member in OHOS::Media::Effect::IPType
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_constants.h87 GPU, member in OHOS::AppExecFwk::ProcessType
/foundation/arkui/ace_engine/test/unittest/core/common/task/
H A Dthread_test.cpp103 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 Dcgroup_adjuster.cpp115 (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 Dcgroup_event_handler.cpp318 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 Defilter.cpp184 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 Dimage_effect_inner.h143 { IPType::CPU, IPType::GPU },
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dsupervisor.h44 GPU,
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp144 { 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 Dtask_executor.h57 GPU, member in OHOS::Ace::TaskExecutor::TaskType
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dhdi_device_v1_0.cpp36 case V1_0::DeviceType::GPU: in TransHDIDeviceV1_0Type()
H A Dhdi_device_v2_1.cpp40 case V2_1::DeviceType::GPU: in TransHDIDeviceV2_1Type()
H A Dhdi_device_v2_0.cpp40 case V2_0::DeviceType::GPU: in TransHDIDeviceV2_0Type()
/foundation/multimedia/image_effect/frameworks/native/capi/
H A Dnative_common_utils.cpp52 { IPType::GPU, ImageEffect_BufferType::EFFECT_BUFFER_TYPE_TEXTURE },
/foundation/arkui/ace_engine/frameworks/core/components/camera/
H A Dcamera_element.cpp106 SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::GPU); in ReleasePlatformResource()
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/hdi_device/
H A Dhdi_device_test.cpp304 type = V1_0::DeviceType::GPU; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/video/
H A Dvideo_element.cpp1127 SingleTaskExecutor::Make(context->GetTaskExecutor(), TaskExecutor::TaskType::GPU); in ReleasePlatformResource()

Completed in 22 milliseconds

12