/foundation/CastEngine/castengine_wifi_display/services/codec/include/ |
H A D | video_decoder.h | 23 class VideoDecoder : public FrameSource, class 26 VideoDecoder() = default; 27 virtual ~VideoDecoder() = default;
|
H A D | codec_factory.h | 33 static std::shared_ptr<VideoDecoder> CreateVideoDecoder(CodecId format);
|
/foundation/multimedia/av_codec/test/unittest/video_test/video_test/capbilities/video_codec/video_decoder/ |
H A D | video_decoder.cpp | 22 constexpr OHOS::HiviewDFX::HiLogLabel LABEL = {LOG_CORE, LOG_DOMAIN_TEST, "VideoDecoder"};
28 int32_t VideoDecoder::Create(const std::string &codecMime, bool isSoftware)
in Create() 42 int32_t VideoDecoder::Config(SampleInfo &sampleInfo, uintptr_t * const sampleContext)
in Config() 70 int32_t VideoDecoder::Start()
in Start() 79 int32_t VideoDecoder::Flush()
in Flush() 88 int32_t VideoDecoder::Stop()
in Stop() 97 int32_t VideoDecoder::Reset()
in Reset() 106 std::shared_ptr<OH_AVFormat> VideoDecoder::GetFormat()
in GetFormat() 112 int32_t VideoDecoder::Configure(const SampleInfo &sampleInfo)
in Configure()
|
H A D | video_decoder.h | 25 class VideoDecoder : public VideoCodecBase {
class 40 class VideoDecoderAPI10 : public VideoDecoder {
59 class VideoDecoderAPI11 : public VideoDecoder {
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/include/ |
H A D | histreamer_ability_querier.h | 120 /******************* VideoDecoder Begin *****************/ 131 struct VideoDecoder { struct 143 void ToJson(cJSON *jsonObject, const VideoDecoder &videoDecoder); 144 void FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder); 145 /******************* VideoDecoder End *******************/ 150 std::vector<VideoDecoder> QueryVideoDecoderAbility();
|
/foundation/CastEngine/castengine_wifi_display/services/codec/src/ |
H A D | codec_factory.cpp | 91 std::shared_ptr<VideoDecoder> CodecFactory::CreateVideoDecoder(CodecId format) in CreateVideoDecoder() 94 std::shared_ptr<VideoDecoder> decoder; in CreateVideoDecoder()
|
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen_test.cpp | 452 std::vector<VideoDecoder> rmtVideoDecoders; in HWTEST_F() 466 std::vector<VideoDecoder> rmtVideoDecoders; in HWTEST_F() 469 VideoDecoder videoDecoder; in HWTEST_F() 487 std::vector<VideoDecoder> rmtVideoDecoders; in HWTEST_F() 490 VideoDecoder videoDecoder; in HWTEST_F() 508 std::vector<VideoDecoder> rmtVideoDecoders; in HWTEST_F() 511 VideoDecoder videoDecoder; in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/src/ |
H A D | histreamer_ability_parser.cpp | 345 void FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder) in FromJson() 352 DHLOGE("VideoDecoder NAME is invalid!"); in FromJson() 358 DHLOGE("VideoDecoder INS is invalid!"); in FromJson() 370 DHLOGE("VideoDecoder OUTS is invalid!"); in FromJson() 415 void FromJson<VideoDecoder>(const std::string &key, const cJSON *jsonObject, std::vector<VideoDecoder> &objs);
|
/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/ |
H A D | histreamer_ability_parser_test.cpp | 362 * @tc.desc: Verify the FromJson(const cJSON *jsonObj, VideoDecoder &videoDecoder) function 372 VideoDecoder videoDecoder; in HWTEST_F() 472 * @tc.desc: Verify the FromJson<VideoDecoder> function 482 VideoDecoder videoDecoder; in HWTEST_F() 485 std::vector<VideoDecoder>videoDecoders; in HWTEST_F()
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier.cpp | 760 std::vector<VideoDecoder> QueryVideoDecoderAbility() in QueryVideoDecoderAbility() 762 std::vector<VideoDecoder> VideoDecoders; in QueryVideoDecoderAbility() 766 AVTRANS_LOGI("VideoDecoder Plugin not want: %{public}s", name.c_str()); in QueryVideoDecoderAbility() 774 VideoDecoder videoDecoder; in QueryVideoDecoderAbility() 872 void ToJson(cJSON *jsonObject, const VideoDecoder &videoDecoder) in ToJson() 909 void FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder) in FromJson() 915 AVTRANS_LOGE("VideoDecoder NAME is invalid"); in FromJson() 926 AVTRANS_LOGE("VideoDecoder INS is invalid"); in FromJson() 939 AVTRANS_LOGE("VideoDecoder OUTS is invalid"); in FromJson() 1068 std::vector<VideoDecoder> videoDecoder in QueryVideoDecoderAbilityStr() [all...] |
/foundation/distributedhardware/distributed_hardware_fwk/utils/include/ |
H A D | histreamer_ability_parser.h | 327 /******************* VideoDecoder Begin *****************/ 338 struct VideoDecoder { struct 346 void FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder); 347 /******************* VideoDecoder End *******************/
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/include/ |
H A D | dscreen.h | 124 const std::vector<VideoDecoder> &rmtVideoDecoders);
|
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/ |
H A D | histreamer_ability_querier_test.cpp | 40 static const std::vector<VideoDecoder>::size_type VIDEO_DECODER_FOUR = 4; 140 std::vector<VideoDecoder> videoDecoders = QueryVideoDecoderAbility(); in HWTEST_F() 142 for (std::vector<VideoDecoder>::size_type i = 0; i < videoDecoders.size(); i++) { in HWTEST_F() 582 * @tc.desc: Verify the FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder) function. 590 VideoDecoder videoDecoder; in HWTEST_F() 618 * @tc.desc: Verify the FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder) function. 665 * @tc.desc: Verify the FromJson(const cJSON *jsonObject, VideoDecoder &videoDecoder) function.
|
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/ |
H A D | dscreen.cpp | 533 std::vector<VideoDecoder> rmtVideoDecoders; in NegotiateCodecType() 534 FromJson<VideoDecoder>(VIDEO_DECODERS, rmtDecoderJson, rmtVideoDecoders); in NegotiateCodecType() 564 const std::vector<VideoDecoder> &rmtVideoDecoders) in ChooseCodecType()
|