/ohos5.0/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | producer_surface_delegator_test.cpp | 124 qwe->SetSurface(aSurface); 140 qwe->SetSurface(pSurface); 157 qwe->SetSurface(pSurface);
|
/ohos5.0/foundation/multimedia/media_lite/frameworks/player_lite/passthrough/liteplayer/ |
H A D | player_client.cpp | 103 int32_t Player::PlayerClient::SetSurface(Surface *surface) in SetSurface() function in OHOS::Media::Player::PlayerClient 109 return impl_->SetSurface(surface); in SetSurface()
|
H A D | player_client.h | 51 int32_t SetSurface(Surface *surface);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_frame_ohos_gl.cpp | 40 void SurfaceFrameOhosGl::SetSurface(EGLSurface surface) in SetSurface() function in OHOS::Rosen::SurfaceFrameOhosGl
|
H A D | surface_frame_ohos_gl.h | 34 void SetSurface(EGLSurface surface);
|
H A D | surface_ohos_gl.cpp | 46 …frame_->SetSurface(static_cast<EGLSurface>(drawingProxy_->CreateSurface((EGLNativeWindowType)nativ… in RequestFrame()
|
/ohos5.0/foundation/graphic/graphic_surface/surface/src/ |
H A D | transact_surface_delegator_stub.cpp | 23 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 D | decode_surface_listener.h | 35 void SetSurface(const sptr<IConsumerSurface>& surface);
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | transact_surface_delegator_stub.h | 35 void SetSurface(sptr<Surface> surface);
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/ |
H A D | decode_surface_listener.cpp | 39 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 D | mock_media_player.h | 48 MOCK_METHOD0(SetSurface, int32_t());
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/video_processing/ |
H A D | video_processing_loader.cpp | 112 VideoProcessing_ErrorCode VideoProcessingNdkLoader::SetSurface(OH_VideoProcessing* videoProcessor, in SetSurface() function in VideoProcessingNdkLoader 116 return intfNdk->SetSurface(videoProcessor, window); in SetSurface()
|
H A D | video_processing.cpp | 184 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 D | media_player_impl.cpp | 212 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 D | avcodec_video_decoder_demo.cpp | 118 … 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 D | player_client.h | 57 int32_t SetSurface(Surface *surface);
|
/ohos5.0/foundation/multimedia/media_lite/interfaces/innerkits/ |
H A D | player_interface.h | 40 virtual int32_t SetSurface(Surface *surface) = 0;
|
/ohos5.0/foundation/multimedia/audio_lite/services/server/src/ |
H A D | audio_capturer_server.cpp | 293 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 D | decoder_demo.cpp | 90 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 D | video_sample.cpp | 168 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 D | detail_enhancer_video_ndk_unit_test.cpp | 199 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 D | dcamera_codec_event.h | 62 void SetSurface(sptr<IConsumerSurface> surface) in SetSurface() function
|
/ohos5.0/foundation/multimedia/audio_lite/services/server/include/ |
H A D | audio_capturer_server.h | 73 void SetSurface(IpcIo *req, IpcIo *reply);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdibackend_fuzzer/ |
H A D | hdibackend_fuzzer.cpp | 88 layerInfoptr->SetSurface(cSurface); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/multimedia/media_foundation/video_processing_engine/interface/inner_api/ |
H A D | video_processing_capi_interface.h | 32 …virtual VideoProcessing_ErrorCode SetSurface(OH_VideoProcessing* videoProcessor, const OHNativeWin…
|