Home
last modified time | relevance | path

Searched defs:captureFormat (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java1165 public final AudioFormat captureFormat; field in SoundTrigger.RecognitionEvent
1181 boolean triggerInData, @NonNull AudioFormat captureFormat, @Nullable byte[] data) { in RecognitionEvent()
1254 AudioFormat captureFormat = null; in fromParcel() local
1674 boolean triggerInData, @NonNull AudioFormat captureFormat, @Nullable byte[] data, in KeyphraseRecognitionEvent()
1701 AudioFormat captureFormat = null; in fromParcelForKeyphrase() local
1796 int capturePreambleMs, boolean triggerInData, @NonNull AudioFormat captureFormat, in GenericRecognitionEvent()
/aosp12/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h80 ui::PixelFormat captureFormat() const { return mCaptureFormat; } in captureFormat() function
/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp171 ui::PixelFormat *captureFormat, in getDstColorFormat()
208 ui::PixelFormat captureFormat; in getMetadataOnly() local
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/inc/
H A DQCameraUsbPriv.h154 int captureFormat; member
/aosp12/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java639 boolean triggerInData, @NonNull AudioFormat captureFormat, @Nullable byte[] data) { in triggerHardwareRecognitionEventForTest()