Home
last modified time | relevance | path

Searched defs:nextFilter (Results 1 - 22 of 22) sorted by relevance

/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Dvideo_resize_filter_unit_test.cpp215 std::shared_ptr<Filter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local
H A Daudio_data_source_filter_unit_test.cpp182 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 Dvideo_capture_filter_unit_test.cpp198 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 Daudio_capture_filter_unit_test.cpp237 auto nextFilter = std::make_shared<Filter>("nextFilter", FilterType::AUDIO_CAPTURE); in HWTEST_F() local
H A Ddemuxer_filter_unit_test.cpp593 std::shared_ptr<Filter> nextFilter = std::make_shared<Filter>("filter", FilterType::FILTERTYPE_MAX); in HWTEST_F() local
H A Ddecoder_surface_filter_unit_test.cpp942 std::shared_ptr<TestFilter> nextFilter = std::make_shared<TestFilter>(); in HWTEST_F() local
/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dfilter_unittest.cpp234 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 Daudio_encoder_filter.cpp214 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 Daudio_data_source_filter.cpp174 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 Dsurface_decoder_filter.cpp301 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 Daudio_decoder_filter.cpp224 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 Daudio_capture_filter.cpp273 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 Dmuxer_filter.cpp220 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 Dsurface_encoder_filter.cpp331 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 Dmetadata_filter.cpp254 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 Dvideo_resize_filter.cpp407 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 Dvideo_capture_filter.cpp253 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 Ddecoder_surface_filter.cpp505 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 Ddemuxer_filter.cpp541 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 Daudio_encoder_filter_unitest.cpp349 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 Dhiplayer_impl.cpp765 auto nextFilter = const_cast<Filter*>(reinterpret_cast<const Filter*>(peerPort->GetOwnerFilter())); in RemoveFilterChains() local
/foundation/multimedia/media_foundation/engine/scene/player/standard/
H A Dhiplayer_impl.cpp1003 auto nextFilter = const_cast<Filter*>(reinterpret_cast<const Filter*>(peerPort->GetOwnerFilter())); in RemoveFilterChains() local

Completed in 21 milliseconds