Home
last modified time | relevance | path

Searched refs:IsVideoStreamDiscardable (Results 1 - 6 of 6) sorted by relevance

/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Ddragging_player_agent.cpp44 bool IsVideoStreamDiscardable(const std::shared_ptr<AVBuffer> buffer) override
48 return draggingPlayerAgent->IsVideoStreamDiscardable(buffer);
121 bool DraggingPlayerAgent::IsVideoStreamDiscardable(const std::shared_ptr<AVBuffer> avBuffer) in IsVideoStreamDiscardable() function in OHOS::Media::DraggingPlayerAgent
124 return draggingPlayer_->IsVideoStreamDiscardable(avBuffer); in IsVideoStreamDiscardable()
H A Ddragging_player_agent.h38 bool IsVideoStreamDiscardable(const std::shared_ptr<AVBuffer> avBuffer);
/foundation/multimedia/media_foundation/interface/inner_api/common/
H A Dseek_callback.h27 virtual bool IsVideoStreamDiscardable(const std::shared_ptr<AVBuffer> buffer) = 0;
/foundation/multimedia/av_codec/interfaces/inner_api/native/
H A Ddragging_player.h35 virtual bool IsVideoStreamDiscardable(const std::shared_ptr<AVBuffer> avBuffer) = 0;
/foundation/multimedia/av_codec/test/unittest/filter_test/
H A Ddemuxer_filter_unit_test.cpp114 bool IsVideoStreamDiscardable(const std::shared_ptr<AVBuffer> buffer) in IsVideoStreamDiscardable() function in OHOS::Media::Pipeline::VideoStreamReadyCallbackMock
/foundation/multimedia/av_codec/services/media_engine/modules/demuxer/
H A Dmedia_demuxer.cpp1710 bool isDiscardable = videoStreamReadyCallback->IsVideoStreamDiscardable(bufferMap_[trackId]); in HandleRead()

Completed in 7 milliseconds