Searched refs:isStreaming (Results 1 - 20 of 20) sorted by relevance

/frameworks/av/include/media/stagefright/
H A DUtils.h55 bool isStreaming, audio_stream_type_t streamType);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DUtils.h55 bool isStreaming, audio_stream_type_t streamType);
/frameworks/support/compat/src/main/java/androidx/core/net/
H A DDatagramSocketWrapper.java76 protected void create(boolean isStreaming) throws IOException { argument
/frameworks/av/media/libmediaplayer2/nuplayer2/
H A DNuPlayer2Renderer.h81 bool isStreaming);
90 bool isStreaming,
275 bool isStreaming);
H A DNuPlayer2Source.h127 virtual bool isStreaming() const { function in struct:android::NuPlayer2::Source
H A DNuPlayer2Renderer.cpp403 bool isStreaming) {
409 msg->setInt32("isStreaming", isStreaming);
437 bool isStreaming,
444 meta->setInt32("isStreaming", isStreaming);
469 uint32_t isStreaming; local
470 CHECK(msg->findInt32("isStreaming", (int32_t *)&isStreaming));
472 status_t err = onOpenAudioSink(format, offloadOnly, hasVideo, flags, isStreaming);
397 openAudioSink( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool *isOffloaded, bool isStreaming) argument
432 changeAudioFormat( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool isStreaming, const sp<AMessage> &notify) argument
1852 onOpenAudioSink( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool isStreaming) argument
2062 uint32_t isStreaming; local
[all...]
H A DGenericSource2.h89 virtual bool isStreaming() const;
H A DNuPlayer2DecoderPassThrough.cpp78 AUDIO_OUTPUT_FLAG_NONE /* flags */, NULL /* isOffloaded */, mSource->isStreaming());
H A DNuPlayer2.cpp1644 canOffloadStream(audioMeta, hasVideo, mSource->isStreaming(), streamType)
1849 AUDIO_OUTPUT_FLAG_NONE, &mOffloadAudio, mSource->isStreaming());
1917 audioMeta, hasVideo, mSource->isStreaming(), streamType)
H A DNuPlayer2Decoder.cpp846 flags, mSource->isStreaming(), reply);
H A DGenericSource2.cpp322 bool NuPlayer2::GenericSource2::isStreaming() const { function in class:android::NuPlayer2::GenericSource2
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.h81 bool isStreaming);
90 bool isStreaming,
275 bool isStreaming);
H A DNuPlayerSource.h128 virtual bool isStreaming() const { function in struct:android::NuPlayer::Source
H A DNuPlayerRenderer.cpp404 bool isStreaming) {
410 msg->setInt32("isStreaming", isStreaming);
438 bool isStreaming,
445 meta->setInt32("isStreaming", isStreaming);
470 uint32_t isStreaming; local
471 CHECK(msg->findInt32("isStreaming", (int32_t *)&isStreaming));
473 status_t err = onOpenAudioSink(format, offloadOnly, hasVideo, flags, isStreaming);
398 openAudioSink( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool *isOffloaded, bool isStreaming) argument
433 changeAudioFormat( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool isStreaming, const sp<AMessage> &notify) argument
1854 onOpenAudioSink( const sp<AMessage> &format, bool offloadOnly, bool hasVideo, uint32_t flags, bool isStreaming) argument
2064 uint32_t isStreaming; local
[all...]
H A DGenericSource.h86 virtual bool isStreaming() const;
H A DNuPlayerDecoderPassThrough.cpp79 AUDIO_OUTPUT_FLAG_NONE /* flags */, NULL /* isOffloaded */, mSource->isStreaming());
H A DNuPlayer.cpp1579 canOffloadStream(audioMeta, hasVideo, mSource->isStreaming(), streamType)
1801 AUDIO_OUTPUT_FLAG_NONE, &mOffloadAudio, mSource->isStreaming());
1871 audioMeta, hasVideo, mSource->isStreaming(), streamType)
H A DNuPlayerDecoder.cpp819 flags, mSource->isStreaming(), reply);
H A DGenericSource.cpp328 bool NuPlayer::GenericSource::isStreaming() const { function in class:android::NuPlayer::GenericSource
/frameworks/av/media/libstagefright/
H A DUtils.cpp1633 bool isStreaming, audio_stream_type_t streamType)
1699 info.is_streaming = isStreaming;
1632 canOffloadStream(const sp<MetaData>& meta, bool hasVideo, bool isStreaming, audio_stream_type_t streamType) argument

Completed in 280 milliseconds