/aosp12/frameworks/base/core/java/android/preference/ |
H A D | SeekBarVolumizer.java | 105 private final int mStreamType; field in SeekBarVolumizer 167 mStreamType = streamType; in SeekBarVolumizer() 169 mNotificationOrRing = isNotificationOrRing(mStreamType); in SeekBarVolumizer() 178 mStreamType); in SeekBarVolumizer() 185 mMuted = mAudioManager.isStreamMute(mStreamType); in SeekBarVolumizer() 191 if (mStreamType == AudioManager.STREAM_RING) { in SeekBarVolumizer() 319 mRingtone.setStreamType(mStreamType); in onInitSample() 346 if ((mStreamType == AudioManager.STREAM_VOICE_CALL in setStopVolumeTime() 347 || mStreamType == AudioManager.STREAM_RING in setStopVolumeTime() 348 || mStreamType == AudioManager.STREAM_ALARM)) { in setStopVolumeTime() [all …]
|
H A D | VolumePreference.java | 45 private int mStreamType; field in VolumePreference 56 mStreamType = a.getInt(android.R.styleable.VolumePreference_streamType, 0); in VolumePreference() 74 mStreamType = streamType; in setStreamType() 82 mSeekBarVolumizer = new SeekBarVolumizer(getContext(), mStreamType, null, this); in onBindDialogView()
|
/aosp12/system/media/audio_utils/spdif/ |
H A D | AC3FrameScanner.cpp | 99 , mStreamType(0) in AC3FrameScanner() 144 if (((mStreamType == AC3_STREAM_TYPE_0) in isFirstInBurst() 145 || (mStreamType == AC3_STREAM_TYPE_2)) in isFirstInBurst() 192 mStreamType = mHeaderBuffer[2] >> 6; // strmtyp in spec in parseHeader() 224 if ((mStreamType == AC3_STREAM_TYPE_0) in parseHeader() 225 || (mStreamType == AC3_STREAM_TYPE_2)) { in parseHeader() 232 mStreamType, mSubstreamID); in parseHeader() 252 mStreamType = 2; in parseHeader()
|
H A D | AC3FrameScanner.h | 59 uint32_t mStreamType; variable
|
/aosp12/frameworks/base/media/java/android/media/metrics/ |
H A D | PlaybackMetrics.java | 155 private final int mStreamType; field in PlaybackMetrics 196 this.mStreamType = streamType; in PlaybackMetrics() 237 return mStreamType; in getStreamType() 362 + "streamType = " + mStreamType + ", " in toString() 386 && mStreamType == that.mStreamType in equals() 404 return Objects.hash(mMediaDurationMillis, mStreamSource, mStreamType, mPlaybackType, in hashCode() 418 dest.writeInt(mStreamType); in writeToParcel() 466 this.mStreamType = streamType; in PlaybackMetrics() 504 private int mStreamType = STREAM_TYPE_UNKNOWN; field in PlaybackMetrics.Builder 548 mStreamType = value; in setStreamType() [all …]
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/ |
H A D | PsiData.java | 54 private final int mStreamType; field in PsiData.PmtItem 64 mStreamType = streamType; in PmtItem() 71 return mStreamType; in getStreamType() 90 mStreamType, mEsPid, mAudioTracks, mCaptionTracks); in toString()
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AudioAttributes.h | 37 mAttributes(attributes), mStreamType(stream), mGroupId(groupId) {} in AudioAttributes() 44 audio_stream_type_t getStreamType() const { return mStreamType; } in getStreamType() 53 audio_stream_type_t mStreamType = AUDIO_STREAM_DEFAULT; variable
|
H A D | ToneGenerator.h | 310 audio_stream_type_t mStreamType; // Audio stream used for output variable
|
/aosp12/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
H A D | SimplePlayer.java | 58 int mStreamType; field in SimplePlayer 92 mStreamType = stream; in set() 125 mMediaPlayer.setAudioStreamType(mStreamType); in playOrPause()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MPEG2TSWriter.cpp | 83 unsigned mStreamType; member 98 mStreamType(0), in SourceInfo() 107 mStreamType = 0x0f; in SourceInfo() 109 mStreamType = 0x1b; in SourceInfo() 119 return mStreamType; in streamType() 383 if (mStreamType == 0x0f && mAACCodecSpecificData == NULL) { in onMessageReceived() 394 if (mStreamType == 0x0f) { in onMessageReceived()
|
/aosp12/frameworks/av/media/libstagefright/mpeg2ts/ |
H A D | ATSParser.cpp | 145 unsigned type() const { return mStreamType; } in type() 194 unsigned mStreamType; member 859 mStreamType(info.mType), in Stream() 872 mStreamType == STREAMTYPE_AC3_ENCRYPTED; in Stream() 886 switch (mStreamType) { in Stream() 1075 if (mStreamType == STREAMTYPE_H264) { in parse() 1138 switch (mStreamType) { in isVideo() 1152 switch (mStreamType) { in isAudio() 1171 if (mStreamType == STREAMTYPE_METADATA) { in isMeta() 1728 mStreamType, in onPayloadData() [all …]
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | stagefright.cpp | 443 StreamType mStreamType; member 451 mStreamType(OTHER), in DetectSyncSource() 457 mStreamType = AVC; in DetectSyncSource() 459 mStreamType = MPEG4; in DetectSyncSource() 462 mStreamType = H263; in DetectSyncSource() 506 if (mStreamType == AVC) { in read() 516 if (mStreamType != AVC || mSawFirstIDRFrame) { in read()
|
/aosp12/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 3130 public final int mStreamType; field in AudioService.StreamVolumeCommand 3136 mStreamType = streamType; in StreamVolumeCommand() 6756 private final int mStreamType; field in AudioService.VolumeStreamState 6799 mStreamType = streamType; in VolumeStreamState() 6848 if (mStreamVolumeAlias[mStreamType] == mStreamType) { in observeDevicesForStream_syncVSS() 7065 if (mStreamVolumeAlias[mStreamType] == mStreamType) { in setIndex() 7131 if (mStreamType == srcStream.mStreamType) { in setAllIndexes() 7222 return mStreamType; in getStreamType() 7329 final int mStreamType; field in AudioService.DeviceVolumeUpdate 7338 mStreamType = streamType; in DeviceVolumeUpdate() [all …]
|
/aosp12/frameworks/wilhelm/src/ |
H A D | classes.h | 101 audio_stream_type_t mStreamType; member 357 audio_stream_type_t mStreamType; member
|
/aosp12/frameworks/av/media/libstagefright/include/ |
H A D | ESDS.h | 55 uint8_t mStreamType; variable
|
/aosp12/frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/ |
H A D | ScoAudioTest.java | 333 private int mStreamType; field in ScoAudioTest.SimplePlayerController 339 mStreamType = stream; in SimplePlayerController() 349 mStreamType = stream; in SimplePlayerController() 376 mMediaPlayer.setAudioStreamType(mStreamType); in playOrPause()
|
/aosp12/frameworks/av/media/libmedia/ |
H A D | mediaplayer.cpp | 51 mStreamType = AUDIO_STREAM_MUSIC; in MediaPlayer() 288 mPlayer->setAudioStreamType(mStreamType); in prepareAsync_l() 665 if (mStreamType == type) return NO_ERROR; in setAudioStreamType() 673 mStreamType = type; in setAudioStreamType() 681 *type = mStreamType; in getAudioStreamType()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3Channel.cpp | 780 mStreamType(stream_type), in QCamera3ProcessingChannel() 840 if (mStreamType == CAM_STREAM_TYPE_PREVIEW) { in streamCbRoutine() 1502 if (mStreamType == CAM_STREAM_TYPE_PREVIEW) { in stop() 1712 reproc_cfg.stream_type = mStreamType; in setReprocConfig() 2038 mStreamType); in initialize() 2046 rc = QCamera3Channel::addStream(mStreamType, in initialize() 2095 return (1U << mStreamType); in getStreamTypeMask() 2945 rc = QCamera3Channel::addStream(mStreamType, in initialize() 3680 mStreamType = CAM_STREAM_TYPE_SNAPSHOT; in QCamera3PicChannel() 3792 streamType = mStreamType; in initialize() [all …]
|
/aosp12/frameworks/av/media/extractors/mpeg2/ |
H A D | MPEG2PSExtractor.cpp | 62 unsigned mStreamType; member 602 mStreamType(stream_type), in Track() 607 switch (mStreamType) { in Track()
|
/aosp12/frameworks/wilhelm/src/android/ |
H A D | AudioPlayer_to_android.cpp | 521 ap->mStreamType = newStreamType; in audioPlayer_setStreamType() 568 switch (ap->mStreamType) { in audioPlayer_getStreamType() 1396 pAudioPlayer->mStreamType = ANDROID_DEFAULT_OUTPUT_STREAM_TYPE; in android_audioPlayer_create() 1628 app.streamType = pAudioPlayer->mStreamType; in android_audioPlayer_realize() 1689 pAudioPlayer->mStreamType, // streamType in android_audioPlayer_realize() 1715 usageForStreamType(pAudioPlayer->mStreamType), pAudioPlayer->mSessionId); in android_audioPlayer_realize() 1815 usageForStreamType(pAudioPlayer->mStreamType), AUDIO_CONTENT_TYPE_UNKNOWN, in android_audioPlayer_realize()
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | MediaPlayerService.cpp | 539 mStreamType, mLeftVolume, mRightVolume); in dump() 1798 mStreamType(AUDIO_STREAM_MUSIC), in AudioOutput() 1821 mStreamType = AudioSystem::attributesToStreamType(*attr); in AudioOutput() 2009 mStreamType = AudioSystem::attributesToStreamType(*attributes); in setAudioAttributes() 2018 mStreamType = streamType; in setAudioStreamType() 2093 if (AudioSystem::getOutputFrameCount(&afFrameCount, mStreamType) != NO_ERROR) { in open() 2096 if (AudioSystem::getOutputSamplingRate(&afSampleRate, mStreamType) != NO_ERROR) { in open() 2190 mStreamType, in open() 2217 mStreamType, in open() 2246 mStreamType = t->streamType(); in open()
|
H A D | MediaPlayerService.h | 122 virtual audio_stream_type_t getAudioStreamType() const { return mStreamType; } in getAudioStreamType() 165 audio_stream_type_t mStreamType; variable
|
/aosp12/frameworks/av/services/audioflinger/ |
H A D | PlaybackTracks.h | 102 return mStreamType; in streamType() 277 const audio_stream_type_t mStreamType; variable
|
/aosp12/frameworks/base/services/core/jni/ |
H A D | com_android_server_tv_TvInputHal.cpp | 274 tv_stream_type_t mStreamType; member in android::JTvInputHal::Connection 354 if (connection.mStreamType == TV_STREAM_TYPE_INDEPENDENT_VIDEO_SOURCE) { in addOrUpdateStream() 387 connection.mStreamType = TV_STREAM_TYPE_INDEPENDENT_VIDEO_SOURCE; in addOrUpdateStream()
|
/aosp12/frameworks/av/media/libmedia/include/media/ |
H A D | mediaplayer.h | 309 audio_stream_type_t mStreamType; variable
|