Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp203 * @tc.desc: Verify the SetDecoderFormat function.
209 EXPECT_EQ(DH_SUCCESS, imageDecoder_->SetDecoderFormat(param_)); in HWTEST_F()
214 * @tc.desc: Verify the SetDecoderFormat function.
221 EXPECT_EQ(DH_SUCCESS, imageDecoder_->SetDecoderFormat(param_)); in HWTEST_F()
226 * @tc.desc: Verify the SetDecoderFormat function.
233 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, imageDecoder_->SetDecoderFormat(param_)); in HWTEST_F()
238 * @tc.desc: Verify the SetDecoderFormat function.
245 EXPECT_EQ(ERR_DH_SCREEN_TRANS_ILLEGAL_OPERATION, imageDecoder_->SetDecoderFormat(param_)); in HWTEST_F()
250 * @tc.desc: Verify the SetDecoderFormat function.
257 EXPECT_EQ(DH_SUCCESS, imageDecoder_->SetDecoderFormat(param in HWTEST_F()
[all...]
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dvideo_sink_decoder.cpp74 bool VideoSinkDecoder::SetDecoderFormat(const VideoTrack &track) in SetDecoderFormat() function in OHOS::Sharing::VideoSinkDecoder
194 if (SetDecoderFormat(videoTrack_)) { in StopDecoder()
/foundation/CastEngine/castengine_wifi_display/services/codec/include/
H A Dvideo_sink_decoder.h53 bool SetDecoderFormat(const VideoTrack &track);
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h74 int32_t SetDecoderFormat(const VideoParam &configParam);
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp39 ret = SetDecoderFormat(configParam); in ConfigureDecoder()
41 DHLOGE("%{public}s: SetDecoderFormat failed.", DSCREEN_LOG_TAG); in ConfigureDecoder()
329 int32_t ImageSinkDecoder::SetDecoderFormat(const VideoParam &configParam) in SetDecoderFormat() function in OHOS::DistributedHardware::ImageSinkDecoder
331 DHLOGI("%{public}s: SetDecoderFormat.", DSCREEN_LOG_TAG); in SetDecoderFormat()
/foundation/CastEngine/castengine_wifi_display/services/mediaplayer/src/
H A Dvideo_play_controller.cpp67 if (!videoSinkDecoder_->Init(videoTrack.codecId) || !videoSinkDecoder_->SetDecoderFormat(videoTrack)) { in Init()

Completed in 4 milliseconds