Home
last modified time | relevance | path

Searched refs:SetCodecType (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_encoder_test.cpp49 configParam.SetCodecType(2);
63 configParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264);
78 configParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264);
264 configParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264);
282 configParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H265);
301 configParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H265);
305 configParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_MPEG4);
H A Dimage_source_processor_test.cpp57 localParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp129 videoParam_->SetCodecType(codecType);
168 videoParam.SetCodecType(codecType);
199 videoParam.SetCodecType(codecType);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h39 void SetCodecType(uint8_t codecType);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion_test.cpp388 screenRegion_->videoParam_->SetCodecType(codecType);
395 screenRegion_->videoParam_->SetCodecType(codecType);
401 screenRegion_->videoParam_->SetCodecType(codecType);
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/video_test/sample/helper/
H A Darg_parser.cpp184 inline void SetCodecType(SampleInfo &info, const char * const value) in SetCodecType() function
334 {DEMO_ARG_CODEC_TYPE, SetCodecType},
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp84 void VideoParam::SetCodecType(uint8_t codecType) in SetCodecType() function in OHOS::DistributedHardware::VideoParam
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp316 videoParam_->SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264); in NegotiateCodecType()
319 videoParam_->SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H265); in NegotiateCodecType()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp119 localParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264);
126 remoteParam.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp580 videoParam_->SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H265); in ChooseCodecType()
584 videoParam_->SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264); in ChooseCodecType()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen_test.cpp45 dScreen_->videoParam_->SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264); in SetUp()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensinkprocessor/src/
H A Dimage_sink_decoder_test.cpp256 param_.SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen_test.cpp47 dScreen_->videoParam_->SetCodecType(VIDEO_CODEC_TYPE_VIDEO_H264); in SetUp()