Home
last modified time | relevance | path

Searched refs:GetVideoFormat (Results 1 - 11 of 11) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp158 if ((param.GetVideoFormat() != VIDEO_DATA_FORMAT_YUVI420) && in CheckVideoParam()
159 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_NV12) && in CheckVideoParam()
160 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_NV21) && in CheckVideoParam()
161 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_RGBA8888)) { in CheckVideoParam()
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/
H A Dvideo_decoder_engine.h46 virtual OH_AVFormat* GetVideoFormat() = 0;
/foundation/multimedia/player_framework/frameworks/native/video_editor/codec/video/decoder/
H A Dvideo_decoder_engine_impl.h36 OH_AVFormat* GetVideoFormat() override;
H A Dvideo_decoder_engine_impl.cpp53 OH_AVFormat* VideoDecoderEngineImpl::GetVideoFormat() in GetVideoFormat() function in OHOS::Media::VideoDecoderEngineImpl
/foundation/distributedhardware/distributed_screen/services/common/utils/include/
H A Dvideo_param.h42 uint8_t GetVideoFormat() const;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp225 if ((param.GetVideoFormat() != VIDEO_DATA_FORMAT_YUVI420) && in CheckVideoParam()
226 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_NV12) && in CheckVideoParam()
227 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_NV21) && in CheckVideoParam()
228 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_RGBA8888)) { in CheckVideoParam()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp230 if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_YUVI420) { in SetReceiverAdapterParameters()
232 } else if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_NV12) { in SetReceiverAdapterParameters()
234 } else if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_NV21) { in SetReceiverAdapterParameters()
/foundation/multimedia/player_framework/frameworks/native/video_editor/test/unittest/codec/video/decoder/
H A Dvideo_decoder_engine_impl_test.cpp79 // Test the GetVideoFormat method of VideoDecoderEngineImpl
84 EXPECT_EQ(engine->GetVideoFormat(), nullptr); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
H A Dvideo_param.cpp100 uint8_t VideoParam::GetVideoFormat() const in GetVideoFormat() function in OHOS::DistributedHardware::VideoParam
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp446 if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_YUVI420) { in ChooseParameter()
448 } else if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_NV12) { in ChooseParameter()
450 } else if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_NV21) { in ChooseParameter()
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/
H A Dvideo_param_test.cpp136 * @tc.desc: Verify the GetVideoFormat function.
144 uint8_t actual = videoParam_->GetVideoFormat(); in HWTEST_F()

Completed in 6 milliseconds