Home
last modified time | relevance | path

Searched refs:VideoDecoder (Results 1 - 14 of 14) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_decoder.h23 class VideoDecoder : public FrameSource, class
26 VideoDecoder() = default;
27 virtual ~VideoDecoder() = default;
H A Dcodec_factory.h33 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 Dvideo_decoder.cpp22 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 Dvideo_decoder.h25 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 Dhistreamer_ability_querier.h120 /******************* 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 Dcodec_factory.cpp91 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 Ddscreen_test.cpp452 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 Dhistreamer_ability_parser.cpp345 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 Dhistreamer_ability_parser_test.cpp362 * @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 Dhistreamer_ability_querier.cpp760 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 Dhistreamer_ability_parser.h327 /******************* 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 Ddscreen.h124 const std::vector<VideoDecoder> &rmtVideoDecoders);
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/test/unittest/common/src/
H A Dhistreamer_ability_querier_test.cpp40 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 Ddscreen.cpp533 std::vector<VideoDecoder> rmtVideoDecoders; in NegotiateCodecType()
534 FromJson<VideoDecoder>(VIDEO_DECODERS, rmtDecoderJson, rmtVideoDecoders); in NegotiateCodecType()
564 const std::vector<VideoDecoder> &rmtVideoDecoders) in ChooseCodecType()

Completed in 10 milliseconds