Searched refs:ChooseCodecType (Results 1 – 3 of 3) sorted by relevance
453 int32_t ret = dScreen_->ChooseCodecType(localVideoEncoders, rmtVideoDecoders);474 int32_t ret = dScreen_->ChooseCodecType(localVideoEncoders, rmtVideoDecoders);495 int32_t ret = dScreen_->ChooseCodecType(localVideoEncoders, rmtVideoDecoders);516 int32_t ret = dScreen_->ChooseCodecType(localVideoEncoders, rmtVideoDecoders);
123 int32_t ChooseCodecType(const std::vector<VideoEncoder> &localVideoEncoders,
560 return ChooseCodecType(localVideoEncoders, rmtVideoDecoders); in NegotiateCodecType()563 int32_t DScreen::ChooseCodecType(const std::vector<VideoEncoder> &localVideoEncoders, in ChooseCodecType() function in OHOS::DistributedHardware::V2_0::DScreen