Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/common/include/
H A Ddscreen_constants.h55 VIDEO_DATA_FORMAT_NV12 = 1,
222 constexpr uint8_t DEFAULT_VIDEO_FORMAT = VIDEO_DATA_FORMAT_NV12;
/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp67 constexpr uint32_t VIDEO_DATA_FORMAT_NV12 = 2; member
83 format.PutIntValue("pixel_format", VIDEO_DATA_FORMAT_NV12); in RunCase()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/2.0/src/
H A Ddscreen.cpp448 } else if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_NV12) { in ChooseParameter()
581 videoParam_->SetVideoFormat(VIDEO_DATA_FORMAT_NV12); in ChooseCodecType()
585 videoParam_->SetVideoFormat(VIDEO_DATA_FORMAT_NV12); in ChooseCodecType()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensinktrans/src/
H A Dscreen_sink_trans.cpp159 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_NV12) && in CheckVideoParam()
/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp232 } else if (videoParam_->GetVideoFormat() == VIDEO_DATA_FORMAT_NV12) { in SetReceiverAdapterParameters()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp226 (param.GetVideoFormat() != VIDEO_DATA_FORMAT_NV12) && in CheckVideoParam()

Completed in 5 milliseconds