/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | video_resize_filter_unit_test.cpp | 215 std::shared_ptr<Filter> nextFilter = std::make_shared<TestFilter>();
in HWTEST_F() local
|
H A D | audio_data_source_filter_unit_test.cpp | 182 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local 201 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local 278 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local
|
H A D | video_capture_filter_unit_test.cpp | 198 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local 211 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local 224 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local
|
H A D | audio_capture_filter_unit_test.cpp | 237 auto nextFilter = std::make_shared<Filter>("nextFilter", FilterType::AUDIO_CAPTURE); in HWTEST_F() local
|
H A D | demuxer_filter_unit_test.cpp | 593 std::shared_ptr<Filter> nextFilter = std::make_shared<Filter>("filter", FilterType::FILTERTYPE_MAX); in HWTEST_F() local
|
H A D | decoder_surface_filter_unit_test.cpp | 942 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local
|
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/ |
H A D | filter_unittest.cpp | 234 auto nextFilter = input->GetNextFilter();
in HWTEST_F() local 260 auto nextFilter = input->GetNextFilter();
in HWTEST_F() local
|
/foundation/multimedia/av_codec/services/media_engine/filters/ |
H A D | audio_encoder_filter.cpp | 214 Status AudioEncoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in LinkNext() argument 238 Status AudioEncoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UpdateNext() argument 244 Status AudioEncoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UnLinkNext() argument
|
H A D | audio_data_source_filter.cpp | 174 Status AudioDataSourceFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext() argument 260 Status AudioDataSourceFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext() argument 266 Status AudioDataSourceFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext() argument
|
H A D | surface_decoder_filter.cpp | 301 Status SurfaceDecoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in LinkNext() argument 312 Status SurfaceDecoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UpdateNext() argument 318 Status SurfaceDecoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UnLinkNext() argument
|
H A D | audio_decoder_filter.cpp | 224 Status AudioDecoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext() argument 234 Status AudioDecoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext() argument 239 Status AudioDecoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext() argument
|
H A D | audio_capture_filter.cpp | 273 Status AudioCaptureFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext() argument 391 Status AudioCaptureFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext() argument 397 Status AudioCaptureFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext() argument
|
H A D | muxer_filter.cpp | 220 Status MuxerFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in LinkNext() argument 225 Status MuxerFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UpdateNext() argument 231 Status MuxerFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UnLinkNext() argument
|
H A D | surface_encoder_filter.cpp | 331 Status SurfaceEncoderFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in LinkNext() argument 342 Status SurfaceEncoderFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UpdateNext() argument 348 Status SurfaceEncoderFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UnLinkNext() argument
|
H A D | metadata_filter.cpp | 254 Status MetaDataFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext() argument 266 Status MetaDataFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext() argument 272 Status MetaDataFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext() argument
|
H A D | video_resize_filter.cpp | 407 Status VideoResizeFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in LinkNext() argument 422 Status VideoResizeFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UpdateNext() argument 428 Status VideoResizeFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UnLinkNext() argument
|
H A D | video_capture_filter.cpp | 253 Status VideoCaptureFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in LinkNext() argument 265 Status VideoCaptureFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UpdateNext() argument 271 Status VideoCaptureFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType)
in UnLinkNext() argument
|
H A D | decoder_surface_filter.cpp | 505 Status DecoderSurfaceFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext() argument 512 Status DecoderSurfaceFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext() argument 517 Status DecoderSurfaceFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext() argument
|
H A D | demuxer_filter.cpp | 541 Status DemuxerFilter::LinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in LinkNext() argument 652 Status DemuxerFilter::UpdateNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UpdateNext() argument 657 Status DemuxerFilter::UnLinkNext(const std::shared_ptr<Filter> &nextFilter, StreamType outType) in UnLinkNext() argument
|
/foundation/multimedia/av_codec/test/unittest/audio_encoder_filter_test/ |
H A D | audio_encoder_filter_unitest.cpp | 349 std::shared_ptr<Filter> nextFilter = filterMock; in HWTEST_F() local 379 std::shared_ptr<Filter> nextFilter = filterMock; in HWTEST_F() local 386 std::shared_ptr<Filter> nextFilter = filterMock; in HWTEST_F() local
|
/foundation/multimedia/media_foundation/engine/scene/player/lite/ |
H A D | hiplayer_impl.cpp | 765 auto nextFilter = const_cast<Filter*>(reinterpret_cast<const Filter*>(peerPort->GetOwnerFilter())); in RemoveFilterChains() local
|
/foundation/multimedia/media_foundation/engine/scene/player/standard/ |
H A D | hiplayer_impl.cpp | 1003 auto nextFilter = const_cast<Filter*>(reinterpret_cast<const Filter*>(peerPort->GetOwnerFilter())); in RemoveFilterChains() local
|