Home
last modified time | relevance | path

Searched refs:SetSurface (Results 1 – 25 of 80) sorted by relevance

1234

/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dproducer_surface_delegator_test.cpp124 qwe->SetSurface(aSurface);
140 qwe->SetSurface(pSurface);
157 qwe->SetSurface(pSurface);
/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/
H A Dplayer_client.cpp103 int32_t Player::PlayerClient::SetSurface(Surface *surface) in SetSurface() function in OHOS::Media::Player::PlayerClient
109 return impl_->SetSurface(surface); in SetSurface()
H A Dplayer_client.h51 int32_t SetSurface(Surface *surface);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_gl.cpp40 void SurfaceFrameOhosGl::SetSurface(EGLSurface surface) in SetSurface() function in OHOS::Rosen::SurfaceFrameOhosGl
H A Dsurface_frame_ohos_gl.h34 void SetSurface(EGLSurface surface);
H A Dsurface_ohos_gl.cpp46 …frame_->SetSurface(static_cast<EGLSurface>(drawingProxy_->CreateSurface((EGLNativeWindowType)nativ… in RequestFrame()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dtransact_surface_delegator_stub.cpp23 void TransactSurfaceDelegatorStub::SetSurface(sptr<Surface> surface) in SetSurface() function in OHOS::TransactSurfaceDelegatorStub
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.h35 void SetSurface(const sptr<IConsumerSurface>& surface);
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dtransact_surface_delegator_stub.h35 void SetSurface(sptr<Surface> surface);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_surface_listener.cpp39 void DecodeSurfaceListener::SetSurface(const sptr<IConsumerSurface>& surface) in SetSurface() function in OHOS::DistributedHardware::DecodeSurfaceListener
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/render/
H A Dmock_media_player.h48 MOCK_METHOD0(SetSurface, int32_t());
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/
H A Dvideo_processing_loader.cpp112 VideoProcessing_ErrorCode VideoProcessingNdkLoader::SetSurface(OH_VideoProcessing* videoProcessor, in SetSurface() function in VideoProcessingNdkLoader
116 return intfNdk->SetSurface(videoProcessor, window); in SetSurface()
H A Dvideo_processing.cpp184 return obj->SetSurface(window); in OH_VideoProcessing_SetSurface()
186 return loader.SetSurface(videoProcessor, window); in OH_VideoProcessing_SetSurface()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dmedia_player_impl.cpp212 int32_t MediaPlayerImpl::SetSurface() in SetSurface() function in OHOS::Ace::NG::MediaPlayerImpl
289 SetSurface(); in ProcessSurfaceCreate()
/ohos5.0/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp118 … DEMO_CHECK_AND_RETURN_LOG(SetSurface(nativeWindow) == AVCS_ERR_OK, "Fatal: SetSurface fail"); in RunCase()
260 int32_t VDecDemo::SetSurface(OHNativeWindow *window) in SetSurface() function in VDecDemo
453 … DEMO_CHECK_AND_RETURN_LOG(SetSurface(nativeWindow) == AVCS_ERR_OK, "Fatal: SetSurface fail"); in OutputFunc()
/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/binder/
H A Dplayer_client.h57 int32_t SetSurface(Surface *surface);
/ohos5.0/foundation/multimedia/media_lite/interfaces/innerkits/
H A Dplayer_interface.h40 virtual int32_t SetSurface(Surface *surface) = 0;
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/
H A Daudio_capturer_server.cpp293 void AudioCapturerServer::SetSurface(IpcIo *req, IpcIo *reply) in SetSurface() function in OHOS::Audio::AudioCapturerServer
345 SetSurface(req, reply); in Dispatch()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screendemo/
H A Ddecoder_demo.cpp90 SetSurface(); in RunCase()
187 int32_t VDecDemo::SetSurface() in SetSurface() function in VDecDemo
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.cpp168 videoProcessorImpl_->GetObj()->SetSurface(outWindow_); in InitVideoSampleImpl()
256 int32_t ret = videoProcessorImpl_->GetObj()->SetSurface(window2); in SetSurfaceOnRunningImpl()
/ohos5.0/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/
H A Ddetail_enhancer_video_ndk_unit_test.cpp199 ndkLoader.SetSurface(instance, window);
620 VideoProcessing_ErrorCode ret = instance->GetObj()->SetSurface(window2);
647 VideoProcessing_ErrorCode ret = instance->GetObj()->SetSurface(window);
982 instance->GetObj()->SetSurface(window2);
1062 instance->GetObj()->SetSurface(window2);
1133 instance->GetObj()->SetSurface(window2);
1318 videoNative.SetSurface(nullptr);
1332 videoNative.SetSurface(window);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/eventbus/
H A Ddcamera_codec_event.h62 void SetSurface(sptr<IConsumerSurface> surface) in SetSurface() function
/ohos5.0/foundation/multimedia/audio_lite/services/server/include/
H A Daudio_capturer_server.h73 void SetSurface(IpcIo *req, IpcIo *reply);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/
H A Dhdibackend_fuzzer.cpp88 layerInfoptr->SetSurface(cSurface); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/interface/inner_api/
H A Dvideo_processing_capi_interface.h32 …virtual VideoProcessing_ErrorCode SetSurface(OH_VideoProcessing* videoProcessor, const OHNativeWin…

1234