Home
last modified time | relevance | path

Searched refs:videoDecoders (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_screen/screenhandler/src/
H A Ddscreen_handler.cpp174 std::string videoDecoders = in RealQuery() local
176 DHLOGI("DScreen QueryVideoDecoderAbility info: %{public}s", videoDecoders.c_str()); in RealQuery()
177 attrJson[KEY_HISTREAMER_VIDEO_DECODER] = videoDecoders; in RealQuery()
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp485 std::vector<VideoDecoder>videoDecoders; in HWTEST_F() local
487 FromJson(AUDIO_AAC_PROFILE, jsonObject, videoDecoders); in HWTEST_F()
488 EXPECT_TRUE(videoDecoders.empty()); in HWTEST_F()
490 FromJson(NAME, jsonObject, videoDecoders); in HWTEST_F()
492 EXPECT_FALSE(videoDecoders.empty()); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp140 std::vector<VideoDecoder> videoDecoders = QueryVideoDecoderAbility(); in HWTEST_F() local
141 EXPECT_FALSE(videoDecoders.empty() || videoDecoders.size() > VIDEO_DECODER_FOUR); in HWTEST_F()
142 for (std::vector<VideoDecoder>::size_type i = 0; i < videoDecoders.size(); i++) { in HWTEST_F()
143 auto it = find(VIDEO_DECODER_WANT.begin(), VIDEO_DECODER_WANT.end(), videoDecoders[i].name); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp57 static const std::string VIDEO_DECODERS = "videoDecoders";
1068 std::vector<VideoDecoder> videoDecoders = QueryVideoDecoderAbility(); in QueryVideoDecoderAbilityStr() local
1073 ToJson<VideoDecoder>(VIDEO_DECODERS, jsonObject, videoDecoders); in QueryVideoDecoderAbilityStr()

Completed in 5 milliseconds