Searched refs:captureFormat (Results 1 – 8 of 8) sorted by relevance
1264 this.captureFormat = requireNonNull(captureFormat); in RecognitionEvent()1287 return captureFormat; in getCaptureFormat()1357 AudioFormat captureFormat = null; in fromParcel() local1391 if (captureFormat != null) { in writeToParcel()1413 if (captureFormat != null) { in hashCode()1460 if (captureFormat == null) { in equals()1466 if (captureFormat.getSampleRate() != other.captureFormat.getSampleRate()) in equals()1468 if (captureFormat.getEncoding() != other.captureFormat.getEncoding()) in equals()1470 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals()1958 AudioFormat captureFormat = null; in fromParcelForKeyphrase() local[all …]
140 public AudioCapture startAudioCapture(@NonNull AudioFormat captureFormat) { in startAudioCapture() argument141 Objects.requireNonNull(captureFormat, "captureFormat must not be null"); in startAudioCapture()158 return mOngoingSession.startAudioCapture(captureFormat); in startAudioCapture()
121 public AudioCapture startAudioCapture(@NonNull AudioFormat captureFormat) { in startAudioCapture() argument122 Objects.requireNonNull(captureFormat, "captureFormat must not be null"); in startAudioCapture()130 mAudioCapture = new AudioCapture(captureFormat); in startAudioCapture()
103 @NonNull int captureFormat) { in getPostviewSurface() argument107 if (surfaceInfo.mFormat == captureFormat) { in getPostviewSurface()108 if (supportedPostviewSizes.containsKey(captureFormat)) { in getPostviewSurface()
381 event.captureFormat, event.captureSession, event.data)) in onGenericSoundTriggerDetected()
983 @NonNull AudioFormat captureFormat, @Nullable byte[] data, in triggerHardwareRecognitionEventForTest() argument995 captureFormat, data, keyphraseRecognitionExtras.toArray( in triggerHardwareRecognitionEventForTest()
696 return mRecognitionEvent.captureFormat; in getAudioFormat()
22068 Landroid/hardware/soundtrigger/SoundTrigger$RecognitionEvent;->captureFormat:Landroid/media/AudioFo…