Home
last modified time | relevance | path

Searched refs:captureFormat (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java1189 this.captureFormat = requireNonNull(captureFormat); in RecognitionEvent()
1209 return captureFormat; in getCaptureFormat()
1254 AudioFormat captureFormat = null; in fromParcel() local
1284 if (captureFormat != null) { in writeToParcel()
1304 if (captureFormat != null) { in hashCode()
1340 if (captureFormat == null) { in equals()
1346 if (captureFormat.getSampleRate() != other.captureFormat.getSampleRate()) in equals()
1348 if (captureFormat.getEncoding() != other.captureFormat.getEncoding()) in equals()
1350 if (captureFormat.getChannelMask() != other.captureFormat.getChannelMask()) in equals()
1701 AudioFormat captureFormat = null; in fromParcelForKeyphrase() local
[all …]
/aosp12/frameworks/av/media/libstagefright/
H A DFrameDecoder.cpp171 ui::PixelFormat *captureFormat, in getDstColorFormat() argument
177 *captureFormat = ui::PixelFormat::RGB_565; in getDstColorFormat()
184 *captureFormat = ui::PixelFormat::RGBA_8888; in getDstColorFormat()
191 *captureFormat = ui::PixelFormat::BGRA_8888; in getDstColorFormat()
208 ui::PixelFormat captureFormat; in getMetadataOnly() local
211 &dstFormat, &captureFormat, &dstBpp)) { in getMetadataOnly()
710 captureFormat(), Rect(0, 0, mFrame->mWidth, mFrame->mHeight), &outBuffer); in captureSurface()
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/inc/
H A DQCameraUsbPriv.h154 int captureFormat; member
/aosp12/hardware/qcom/camera/msm8998/usbcamcore/src/
H A DQualcommUsbCamera.cpp1103 camHal->captureFormat = V4L2_PIX_FMT_YUYV; in getPreviewCaptureFmt()
1106 camHal->captureFormat = V4L2_PIX_FMT_MJPEG; in getPreviewCaptureFmt()
1108 camHal->captureFormat = V4L2_PIX_FMT_H264; in getPreviewCaptureFmt()
1111 __func__, camHal->captureFormat, V4L2_PIX_FMT_YUYV, in getPreviewCaptureFmt()
1114 return camHal->captureFormat; in getPreviewCaptureFmt()
1562 if(V4L2_PIX_FMT_MJPEG == camHal->captureFormat){ in prvwThreadTakePictureInternal()
1930 if( (V4L2_PIX_FMT_YUYV == camHal->captureFormat) && in convert_data_frm_cam_to_disp()
1945 if(V4L2_PIX_FMT_MJPEG == camHal->captureFormat) in convert_data_frm_cam_to_disp()
/aosp12/frameworks/base/core/java/android/service/voice/
H A DAlwaysOnHotwordDetector.java639 boolean triggerInData, @NonNull AudioFormat captureFormat, @Nullable byte[] data) { in triggerHardwareRecognitionEventForTest() argument
650 captureFormat, data, null /* keyphraseExtras */), in triggerHardwareRecognitionEventForTest()
1172 event.captureFormat, event.captureSession, event.data, result)) in onKeyphraseDetected()
H A DHotwordDetectionService.java145 event.captureFormat, event.captureSession, event.data),
/aosp12/frameworks/av/media/libstagefright/include/
H A DFrameDecoder.h80 ui::PixelFormat captureFormat() const { return mCaptureFormat; } in captureFormat() function
/aosp12/frameworks/base/media/java/android/media/soundtrigger/
H A DSoundTriggerDetector.java373 event.captureFormat, event.captureSession, event.data)) in onGenericSoundTriggerDetected()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt24946 Landroid/hardware/soundtrigger/SoundTrigger$RecognitionEvent;->captureFormat:Landroid/media/AudioFo…