Home
last modified time | relevance | path

Searched refs:ps (Results 1 - 25 of 45) sorted by relevance

12

/foundation/filemanagement/storage_service/services/storage_daemon/volume/test/
H A Dprocess_test.cpp67 Process ps(mountPath); in HWTEST_F()
68 ps.UpdatePidByPath(); in HWTEST_F()
69 EXPECT_TRUE(ps.GetPath() == mountPath); in HWTEST_F()
70 ps.GetPids(); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/src/
H A Drtp_factory.cpp23 RtpPayloadStream ps, uint32_t audioChannels) in CreateRtpPack()
25 return std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, audioChannels); in CreateRtpPack()
22 CreateRtpPack(uint32_t ssrc, size_t mtuSize, uint32_t sampleRate, uint8_t pt, RtpPayloadStream ps, uint32_t audioChannels) CreateRtpPack() argument
H A Drtp_pack_impl.cpp22 RtpPackImpl::RtpPackImpl(uint32_t ssrc, size_t mtuSize, uint32_t sampleRate, uint8_t pt, RtpPayloadStream ps, in RtpPackImpl() argument
24 : pt_(pt), ssrc_(ssrc), channels_(channels), sampleRate_(sampleRate), mtuSize_(mtuSize), ps_(ps) in RtpPackImpl()
/foundation/multimedia/av_codec/test/nativedemo/video_demo/
H A Davcodec_video_decoder_demo.cpp116 sptr<Surface> ps = GetSurface(mode_); in RunCase() local
117 OHNativeWindow *nativeWindow = CreateNativeWindowFromSurface(&ps); in RunCase()
217 sptr<Surface> ps = nullptr; in GetSurface() local
223 ps = Surface::CreateSurfaceAsProducer(p); in GetSurface()
234 ps = window->GetSurfaceNode()->GetSurface(); in GetSurface()
237 return ps; in GetSurface()
451 sptr<Surface> ps = GetSurface(mode_); in OutputFunc() local
452 OHNativeWindow *nativeWindow = CreateNativeWindowFromSurface(&ps); in OutputFunc()
H A Davcodec_video_decoder_inner_demo.cpp82 sptr<Surface> ps = GetSurface(mode_); in RunCase() local
83 DEMO_CHECK_AND_RETURN_LOG(SetOutputSurface(ps) == AVCS_ERR_OK, "Fatal: SetSurface fail"); in RunCase()
145 sptr<Surface> ps = nullptr; in GetSurface() local
151 ps = Surface::CreateSurfaceAsProducer(p); in GetSurface()
162 ps = window->GetSurfaceNode()->GetSurface(); in GetSurface()
165 return ps; in GetSurface()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dconsumer_surface_test.cpp63 static inline sptr<Surface> ps = nullptr; member in OHOS::Rosen::ConsumerSurfaceTest
78 ps = Surface::CreateSurfaceAsProducer(p); in SetUpTestCase()
433 * CaseDescription: 1. call RequestBuffer by cs and ps
442 GSError ret = ps->RequestBuffer(buffer, releaseFence, requestConfig); in HWTEST_F()
447 ret = ps->FlushBuffer(buffer, -1, flushConfig); in HWTEST_F()
450 ret = ps->RequestBuffer(buffer, releaseFence, requestConfig); in HWTEST_F()
452 ret = ps->FlushBuffer(buffer, -1, flushConfig); in HWTEST_F()
508 * CaseDescription: 1. call RequestBuffer by cs and ps
517 GSError ret = ps->RequestBuffer(buffer, releaseFence, requestConfig); in HWTEST_F()
520 ret = ps in HWTEST_F()
[all...]
/foundation/multimedia/media_foundation/test/moduletest/video/
H A Dapi_test.cpp477 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); in HWTEST_F() local
479 window = CreateNativeWindowFromSurface(&ps); in HWTEST_F()
524 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); in HWTEST_F() local
526 window = CreateNativeWindowFromSurface(&ps); in HWTEST_F()
561 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); in HWTEST_F() local
563 window = CreateNativeWindowFromSurface(&ps); in HWTEST_F()
608 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); in HWTEST_F() local
610 window = CreateNativeWindowFromSurface(&ps); in HWTEST_F()
671 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); in HWTEST_F() local
673 window = CreateNativeWindowFromSurface(&ps); in HWTEST_F()
736 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); HWTEST_F() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_kv_crud_test.cpp697 for (int ps = 0; ps < PERFORMANCE_SIZE; ++ps) { in HWTEST_F()
698 EXPECT_TRUE(DistributedTestTools::CalculateOpenPerformance(performanceData[ps])); in HWTEST_F()
699 EXPECT_TRUE(DistributedTestTools::CalculateInsertPerformance(performanceData[ps])); in HWTEST_F()
700 EXPECT_TRUE(DistributedTestTools::CalculateGetPutPerformance(performanceData[ps])); in HWTEST_F()
701 EXPECT_TRUE(DistributedTestTools::CalculateUpdatePerformance(performanceData[ps])); in HWTEST_F()
702 EXPECT_TRUE(DistributedTestTools::CalculateGetUpdatePerformance(performanceData[ps])); in HWTEST_F()
703 EXPECT_TRUE(DistributedTestTools::CalculateUseClearPerformance(performanceData[ps])); in HWTEST_F()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtp/include/
H A Drtp_factory.h41 RtpPayloadStream ps, uint32_t audioChannels = 1);
H A Drtp_pack_impl.h29 RtpPackImpl(uint32_t ssrc, size_t mtuSize, uint32_t sampleRate, uint8_t pt, RtpPayloadStream ps,
/foundation/resourceschedule/device_standby/plugins/extend_constraints/src/
H A Dmotion_sensor_monitor.cpp49 for (SensorInfo *ps = sensorInfo; ps < pt; ++ps) { in CheckSersorUsable()
/foundation/multimedia/media_foundation/tests/unittest/detail_enhancer_video_ndk/sample/
H A Dvideo_sample.cpp130 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); in InitVideoSample() local
131 outWindow_ = CreateNativeWindowFromSurface(&ps); in InitVideoSample()
160 sptr<Surface> ps = Surface::CreateSurfaceAsProducer(p); in InitVideoSampleImpl() local
161 outWindow_ = CreateNativeWindowFromSurface(&ps); in InitVideoSampleImpl()
/foundation/ability/ability_runtime/tools/aa/include/
H A Dability_command.h66 " [-R] [--ps <key> <string-value>] "
234 ErrCode ParseParam(ParametersString& ps, bool isNull);
237 void SetParams(const ParametersString& ps, Want& want);
/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp214 Process ps(mountPath_); in DoUMount()
215 ps.UpdatePidByPath(); in DoUMount()
216 ps.KillProcess(SIGKILL); in DoUMount()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp322 ps[0] = Surface::CreateSurfaceAsProducer(p); in CreateSurface()
323 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in CreateSurface()
329 ps[1] = Surface::CreateSurfaceAsProducer(p2); in CreateSurface()
330 nativeWindow[1] = CreateNativeWindowFromSurface(&ps[1]); in CreateSurface()
509 ps[0] = Surface::CreateSurfaceAsProducer(p); in testAPI()
510 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in testAPI()
H A Dvideodec_api11_sample.cpp354 ps[0] = Surface::CreateSurfaceAsProducer(p); in CreateSurface()
355 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in CreateSurface()
361 ps[1] = Surface::CreateSurfaceAsProducer(p2); in CreateSurface()
362 nativeWindow[1] = CreateNativeWindowFromSurface(&ps[1]); in CreateSurface()
556 ps[0] = Surface::CreateSurfaceAsProducer(p); in testAPI()
557 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in testAPI()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp263 ps[0] = Surface::CreateSurfaceAsProducer(p); in CreateSurface()
264 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in CreateSurface()
270 ps[1] = Surface::CreateSurfaceAsProducer(p2); in CreateSurface()
271 nativeWindow[1] = CreateNativeWindowFromSurface(&ps[1]); in CreateSurface()
450 ps[0] = Surface::CreateSurfaceAsProducer(p); in testAPI()
451 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in testAPI()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp243 ps[0] = Surface::CreateSurfaceAsProducer(p); in CreateSurface()
244 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in CreateSurface()
250 ps[1] = Surface::CreateSurfaceAsProducer(p2); in CreateSurface()
251 nativeWindow[1] = CreateNativeWindowFromSurface(&ps[1]); in CreateSurface()
429 ps[0] = Surface::CreateSurfaceAsProducer(p); in testAPI()
430 nativeWindow[0] = CreateNativeWindowFromSurface(&ps[0]); in testAPI()
/foundation/CastEngine/castengine_wifi_display/tests/unittest/protocol/rtp/
H A Drtp_unit_test.cpp707 RtpPayloadStream ps = RtpPayloadStream::H264; in HWTEST_F() local
709 auto ret = RtpFactory::CreateRtpPack(ssrc, mtuSize, sampleRate, pt, ps, audioChannels); in HWTEST_F()
726 RtpPayloadStream ps = RtpPayloadStream::H264; in HWTEST_F() local
728 auto ret = RtpFactory::CreateRtpPack(ssrc, mtuSize, sampleRate, pt, ps, audioChannels); in HWTEST_F()
792 RtpPayloadStream ps; in HWTEST_F() local
794 auto rtpPack = std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, channels); in HWTEST_F()
804 RtpPayloadStream ps; in HWTEST_F() local
806 auto rtpPack = std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, channels); in HWTEST_F()
818 RtpPayloadStream ps; in HWTEST_F() local
820 auto rtpPack = std::make_shared<RtpPackImpl>(ssrc, mtuSize, sampleRate, pt, ps, channel in HWTEST_F()
833 RtpPayloadStream ps; HWTEST_F() local
[all...]
/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/wfd_source/
H A Dwfd_rtp_producer.h93 RtpPayloadStream ps = RtpPayloadStream::MPEG2_TS);
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderconfigure_fuzzer/
H A Dvideodec_sample.h106 sptr<Surface> ps = nullptr; member in OHOS::Media::VDecFuzzSample
/foundation/multimedia/av_codec/test/fuzztest/hevcswdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.h91 sptr<Surface> ps = nullptr; member in OHOS::Media::VDecApi11FuzzSample
/foundation/multimedia/av_codec/test/fuzztest/hwdecoderapi11_fuzzer/
H A Dvideodec_api11_sample.h91 sptr<Surface> ps = nullptr; member in OHOS::Media::VDecApi11FuzzSample
/foundation/multimedia/av_codec/test/fuzztest/swdecoderconfigure_fuzzer/
H A Dvideodec_sample.h106 sptr<Surface> ps = nullptr; member in OHOS::Media::VDecFuzzSample
/foundation/multimedia/av_codec/test/fuzztest/hwdecoder_fuzzer/
H A Dvideodec_sample.h92 sptr<Surface> ps = nullptr; member in OHOS::Media::VDecFuzzSample

Completed in 19 milliseconds

12