Home
last modified time | relevance | path

Searched refs:rmtVideoDecoders (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp452 std::vector<VideoDecoder> rmtVideoDecoders; variable
453 int32_t ret = dScreen_->ChooseCodecType(localVideoEncoders, rmtVideoDecoders);
466 std::vector<VideoDecoder> rmtVideoDecoders; variable
472 rmtVideoDecoders.push_back(videoDecoder);
474 int32_t ret = dScreen_->ChooseCodecType(localVideoEncoders, rmtVideoDecoders);
487 std::vector<VideoDecoder> rmtVideoDecoders; variable
493 rmtVideoDecoders.push_back(videoDecoder);
495 int32_t ret = dScreen_->ChooseCodecType(localVideoEncoders, rmtVideoDecoders);
508 std::vector<VideoDecoder> rmtVideoDecoders; variable
514 rmtVideoDecoders.push_back(videoDecoder);
[all …]
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp533 std::vector<VideoDecoder> rmtVideoDecoders; in NegotiateCodecType() local
534 FromJson<VideoDecoder>(VIDEO_DECODERS, rmtDecoderJson, rmtVideoDecoders); in NegotiateCodecType()
560 return ChooseCodecType(localVideoEncoders, rmtVideoDecoders); in NegotiateCodecType()
564 const std::vector<VideoDecoder> &rmtVideoDecoders) in ChooseCodecType() argument
567 for (const auto &rmtDec : rmtVideoDecoders) { in ChooseCodecType()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/
H A Ddscreen.h124 const std::vector<VideoDecoder> &rmtVideoDecoders);