Home
last modified time | relevance | path

Searched refs:AvCodecState (Results 1 – 4 of 4) sorted by relevance

/foundation/resourceschedule/device_standby/utils/common/include/
Dres_type.h524 enum AvCodecState : int64_t { enum
/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/ressched_client/include/
Dres_type.h557 enum AvCodecState : int64_t { enum
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
Dhisysevent_observer.cpp152 ResType::AvCodecState::CODEC_START_INFO, payload); in ProcessAvCodecEvent()
155 ResType::AvCodecState::CODEC_STOP_INFO, payload); in ProcessAvCodecEvent()
/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
Dcgroup_event_handler.cpp860 procRecord->avCodecState_[instanceId] = (state == ResType::AvCodecState::CODEC_START_INFO); in HandleReportAvCodecEvent()