Home
last modified time | relevance | path

Searched refs:jpegSurface (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/decision_center/
H A Dscreen_decision_center_test.cpp329 sptr<Surface> jpegSurface; variable
330 int32_t ret = decision->SetJpegSurface(jpegSurface);
332 jpegSurface = IConsumerSurface::Create();
333 ret = decision->SetJpegSurface(jpegSurface);
/ohos5.0/foundation/distributedhardware/distributed_screen/services/common/test/unittest/imageJpeg/
H A Djpeg_image_processor_test.cpp50 sptr<Surface> jpegSurface = IConsumerSurface::Create(); variable
51 int32_t ret = jpeg_->SetOutputSurface(jpegSurface);