Home
last modified time | relevance | path

Searched refs:CreateConsumerSurface (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/unittest/hcodec_test/unittest/
H A Dhencoder_unit_test.h47 sptr<Surface> CreateConsumerSurface();
H A Dhencoder_unit_test.cpp89 sptr<Surface> HEncoderPreparingUnitTest::CreateConsumerSurface() in CreateConsumerSurface() function in OHOS::MediaAVCodec::HEncoderPreparingUnitTest
181 sptr<Surface> inputSurface = CreateConsumerSurface();
232 sptr<Surface> inputSurface = CreateConsumerSurface();
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/include/
H A Dvideo_processing_native.h107 sptr<Surface> CreateConsumerSurface(OHNativeWindow*& window);
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_native.cpp158 consumer_ = CreateConsumerSurface(*window); in GetSurface()
389 sptr<Surface> VideoProcessingNative::CreateConsumerSurface(OHNativeWindow*& window) in CreateConsumerSurface() function in VideoProcessingNative