Home
last modified time | relevance | path

Searched refs:SetDecoderFormat (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp209 EXPECT_EQ(DH_SUCCESS, imageDecoder_->SetDecoderFormat(param_));
221 EXPECT_EQ(DH_SUCCESS, imageDecoder_->SetDecoderFormat(param_));
233 EXPECT_EQ(ERR_DH_SCREEN_TRANS_NULL_VALUE, imageDecoder_->SetDecoderFormat(param_));
245 EXPECT_EQ(ERR_DH_SCREEN_TRANS_ILLEGAL_OPERATION, imageDecoder_->SetDecoderFormat(param_));
257 EXPECT_EQ(DH_SUCCESS, imageDecoder_->SetDecoderFormat(param_));
269 EXPECT_EQ(ERR_DH_SCREEN_CODEC_CONFIGURE_FAILED, imageDecoder_->SetDecoderFormat(param_));
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/include/
H A Dimage_sink_decoder.h74 int32_t SetDecoderFormat(const VideoParam &configParam);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp39 ret = SetDecoderFormat(configParam); in ConfigureDecoder()
329 int32_t ImageSinkDecoder::SetDecoderFormat(const VideoParam &configParam) in SetDecoderFormat() function in OHOS::DistributedHardware::ImageSinkDecoder