Searched refs:usePCMAudio (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.h55 bool usePCMAudio,
136 bool usePCMAudio,
147 bool usePCMAudio,
159 status_t addAudioSource(bool usePCMAudio);
H A DPlaybackSession.cpp381 bool usePCMAudio,
395 usePCMAudio,
884 bool usePCMAudio,
910 return addAudioSource(usePCMAudio);
915 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
917 CHECK(!usePCMAudio || !isVideo);
961 if (usePCMAudio) {
1059 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1074 status_t WifiDisplaySource::PlaybackSession::addAudioSource(bool usePCMAudio) { argument
1084 usePCMAudio,
374 init( const char *clientIP, int32_t clientRtp, RTPSender::TransportMode rtpMode, int32_t clientRtcp, RTPSender::TransportMode rtcpMode, bool enableAudio, bool usePCMAudio, bool enableVideo, VideoFormats::ResolutionType videoResolutionType, size_t videoResolutionIndex, VideoFormats::ProfileType videoProfileType, VideoFormats::LevelType videoLevelType) argument
882 setupPacketizer( bool enableAudio, bool usePCMAudio, bool enableVideo, VideoFormats::ResolutionType videoResolutionType, size_t videoResolutionIndex, VideoFormats::ProfileType videoProfileType, VideoFormats::LevelType videoLevelType) argument
913 addSource( bool isVideo, const sp<MediaSource> &source, bool isRepeaterSource, bool usePCMAudio, unsigned profileIdc, unsigned levelIdc, unsigned constraintSet, size_t *numInputBuffers) argument
[all...]

Completed in 1475 milliseconds