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.cpp380 bool usePCMAudio,
394 usePCMAudio,
881 bool usePCMAudio,
907 return addAudioSource(usePCMAudio);
912 bool usePCMAudio, unsigned profileIdc, unsigned levelIdc,
914 CHECK(!usePCMAudio || !isVideo);
958 if (usePCMAudio) {
1056 false /* usePCMAudio */, profileIdc, levelIdc, constraintSet,
1071 status_t WifiDisplaySource::PlaybackSession::addAudioSource(bool usePCMAudio) { argument
1081 usePCMAudio,
373 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
879 setupPacketizer( bool enableAudio, bool usePCMAudio, bool enableVideo, VideoFormats::ResolutionType videoResolutionType, size_t videoResolutionIndex, VideoFormats::ProfileType videoProfileType, VideoFormats::LevelType videoLevelType) argument
910 addSource( bool isVideo, const sp<MediaSource> &source, bool isRepeaterSource, bool usePCMAudio, unsigned profileIdc, unsigned levelIdc, unsigned constraintSet, size_t *numInputBuffers) argument
[all...]

Completed in 405 milliseconds