Home
last modified time | relevance | path

Searched refs:pixel_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.h97 std::vector<VideoPixelFormat> pixel_fmt; member
128 std::vector<VideoPixelFormat> pixel_fmt; member
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp54 static const std::string VIDEO_PIXEL_FMT = "pixel_fmt";
254 EXPECT_TRUE(videoEncoderIn.pixel_fmt.empty()); in HWTEST_F()
300 videoEncoderIn.pixel_fmt = { in HWTEST_F()
357 EXPECT_TRUE(videoDecoderOut.pixel_fmt.empty()); in HWTEST_F()
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/
H A Dhistreamer_ability_parser.h309 std::vector<VideoPixelFormat> pixel_fmt; member
335 std::vector<VideoPixelFormat> pixel_fmt; member
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/
H A Dhistreamer_ability_querier.cpp51 static const std::string VIDEO_PIXEL_FMT = "pixel_fmt";
542 in.pixel_fmt = AnyCast<std::vector<VideoPixelFormat>>(cap.keys[CapabilityID::VIDEO_PIXEL_FORMAT]); in ParseVideoEncoderIn()
596 for (auto &fmt : videoEncoderIn.pixel_fmt) { in ToJson()
625 videoEncoderIn.pixel_fmt.push_back(static_cast<VideoPixelFormat>(fmt->valueint)); in FromJson()
753 out.pixel_fmt = AnyCast<std::vector<VideoPixelFormat>>(cap.keys[CapabilityID::VIDEO_PIXEL_FORMAT]); in ParseVideoDecoderOut()
838 for (auto &fmt : videoDecoderOut.pixel_fmt) { in ToJson()
867 videoDecoderOut.pixel_fmt.push_back(static_cast<VideoPixelFormat>(fmtInfo->valueint)); in FromJson()
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/
H A Dhistreamer_ability_parser.cpp35 static const std::string VIDEO_PIXEL_FMT = "pixel_fmt";
240 videoEncoderIn.pixel_fmt.push_back((VideoPixelFormat)pixelFmt->valuedouble); in FromJson()
340 videoDecoderOut.pixel_fmt.push_back((VideoPixelFormat)(fmt->valuedouble)); 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.cpp467 EXPECT_TRUE(videoEncoderIn.pixel_fmt.empty()); in HWTEST_F()
519 videoEncoderIn.pixel_fmt = { in HWTEST_F()
576 EXPECT_TRUE(videoDecoderOut.pixel_fmt.empty()); in HWTEST_F()

Completed in 7 milliseconds