Home
last modified time | relevance | path

Searched refs:vd_bit_stream_fmt (Results 1 - 6 of 6) sorted by relevance

/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/
H A Dhistreamer_ability_querier.h123 std::vector<VideoBitStreamFormat> vd_bit_stream_fmt; member
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp333 EXPECT_TRUE(videoDecoderIn.vd_bit_stream_fmt.empty()); in HWTEST_F()
384 videoDecoderIn.vd_bit_stream_fmt = { in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h330 std::vector<VideoBitStreamFormat> vd_bit_stream_fmt; member
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp52 static const std::string VIDEO_BIT_STREAM_FMT = "vd_bit_stream_fmt";
738 in.vd_bit_stream_fmt = in ParseVideoDecoderIn()
794 for (auto &fmt : videoDecoderIn.vd_bit_stream_fmt) { in ToJson()
823 videoDecoderIn.vd_bit_stream_fmt.push_back(static_cast<VideoBitStreamFormat>(fmt->valueint)); in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp551 EXPECT_TRUE(videoDecoderIn.vd_bit_stream_fmt.empty()); in HWTEST_F()
605 videoDecoderIn.vd_bit_stream_fmt = { in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp36 static const std::string VIDEO_BIT_STREAM_FMT = "vd_bit_stream_fmt";
315 videoDecoderIn.vd_bit_stream_fmt.push_back((VideoBitStreamFormat)(fmt->valuedouble)); in FromJson()

Completed in 6 milliseconds