Searched refs:SetDecoderFormat (Results 1 – 3 of 3) sorted by relevance
209 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_));
74 int32_t SetDecoderFormat(const VideoParam &configParam);
39 ret = SetDecoderFormat(configParam); in ConfigureDecoder()329 int32_t ImageSinkDecoder::SetDecoderFormat(const VideoParam &configParam) in SetDecoderFormat() function in OHOS::DistributedHardware::ImageSinkDecoder