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

/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.h52 bool usePCMAudio,
131 bool usePCMAudio,
142 bool usePCMAudio,
154 status_t addAudioSource(bool usePCMAudio);
H A DPlaybackSession.cpp379 bool usePCMAudio,
393 usePCMAudio,
876 bool usePCMAudio,
902 return addAudioSource(usePCMAudio);
907 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
909 CHECK(!usePCMAudio || !isVideo);
954 usePCMAudio
1048 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1063 status_t WifiDisplaySource::PlaybackSession::addAudioSource(bool usePCMAudio) { argument
1072 usePCMAudio,
372 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
874 setupPacketizer( bool enableAudio, bool usePCMAudio, bool enableVideo, VideoFormats::ResolutionType videoResolutionType, size_t videoResolutionIndex, VideoFormats::ProfileType videoProfileType, VideoFormats::LevelType videoLevelType) argument
905 addSource( bool isVideo, const sp<MediaSource> &source, bool isRepeaterSource, bool usePCMAudio, unsigned profileIdc, unsigned levelIdc, unsigned constraintSet, size_t *numInputBuffers) argument
[all...]

Completed in 46 milliseconds