Home
last modified time | relevance | path

Searched defs:outs (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H A Dhistreamer_ability_querier.h54 std::vector<AudioEncoderOut> outs; member
81 std::vector<AudioDecoderOut> outs; member
107 std::vector<VideoEncoderOut> outs; member
134 std::vector<VideoDecoderOut> outs; member
/ohos5.0/foundation/resourceschedule/ffrt/src/dm/
H A Ddependence_manager.h41 inline bool CheckOutsHandle(const ffrt_deps_t* outs) in CheckOutsHandle()
54 inline void OutsDedup(std::vector<const void *>& outsNoDup, const ffrt_deps_t* outs) in OutsDedup()
H A Dsdependence_manager.cpp63 …eRepeatedDeps(std::vector<CPUEUTask*>& in_handles, const ffrt_deps_t* ins, const ffrt_deps_t* outs, in RemoveRepeatedDeps()
78 const ffrt_deps_t *ins, const ffrt_deps_t *outs, const task_attr_private *attr) in onSubmit()
/ohos5.0/foundation/resourceschedule/ffrt/src/tm/
H A Dscpu_task.h26 std::unordered_set<VersionCtx*> outs; variable
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h276 std::vector<AudioEncoderOut> outs; member
298 std::vector<AudioDecoderOut> outs; member
319 std::vector<VideoEncoderOut> outs; member
341 std::vector<VideoDecoderOut> outs; member
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp120 std::vector<AudioEncoderOut> outs; in ParseAudioEncoderOut() local
342 std::vector<AudioDecoderOut> outs; in ParseAudioDecoderOut() local
551 std::vector<VideoEncoderOut> outs; in ParseVideoEncoderOut() local
748 std::vector<VideoDecoderOut> outs; in ParseVideoDecoderOut() local
/ohos5.0/foundation/resourceschedule/ffrt/src/core/
H A Dtask.cpp43 const ffrt_deps_t *ins, const ffrt_deps_t *outs, const task_attr_private *attr) in submit_impl()