Home
last modified time | relevance | path

Searched defs:in_frame (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/hardware/libhardware/modules/camera/3_4/arc/
H A Dimage_processor.cpp116 const FrameBuffer& in_frame, in ConvertFormat()
264 int ImageProcessor::Scale(const FrameBuffer& in_frame, FrameBuffer* out_frame) { in Scale()
352 const FrameBuffer& in_frame, FrameBuffer* out_frame) { in ConvertToJpeg()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/include/aidl/android/hardware/biometrics/face/
DBnSessionCallback.h55 …nFrame(const ::aidl::android::hardware::biometrics::face::AuthenticationFrame& in_frame) override { in onAuthenticationFrame()
58 …lmentFrame(const ::aidl::android::hardware::biometrics::face::EnrollmentFrame& in_frame) override { in onEnrollmentFrame()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/threadnetwork/aidl/android.hardware.threadnetwork-V1-ndk-source/gen/android/hardware/threadnetwork/
DIThreadChipCallback.cpp26 std::vector<uint8_t> in_frame; in _aidl_android_hardware_threadnetwork_IThreadChipCallback_onTransact() local
73 …k::ScopedAStatus BpThreadChipCallback::onReceiveSpinelFrame(const std::vector<uint8_t>& in_frame) { in onReceiveSpinelFrame()
DIThreadChip.cpp63 std::vector<uint8_t> in_frame; in _aidl_android_hardware_threadnetwork_IThreadChip_onTransact() local
219 ::ndk::ScopedAStatus BpThreadChip::sendSpinelFrame(const std::vector<uint8_t>& in_frame) { in sendSpinelFrame()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DDepthwiseConv3d.cu72 const int in_frame = in_frame_start + k_frame * dilationT; in conv_depthwise3d_cuda_kernel() local
131 const int in_frame = (index / iW / iH) % iT; in conv_depthwise3d_cuda_backward_input_kernel() local
230 const int in_frame = (gout_frame * strideT) + (k_frame * dilationT) - paddingT; in conv_depthwise3d_cuda_backward_weight_kernel() local
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/biometrics/face/aidl/android.hardware.biometrics.face-V4-ndk-source/gen/android/hardware/biometrics/face/
DISessionCallback.cpp399 …enticationFrame(const ::aidl::android::hardware::biometrics::face::AuthenticationFrame& in_frame) { in onAuthenticationFrame()
436 …::onEnrollmentFrame(const ::aidl::android::hardware::biometrics::face::EnrollmentFrame& in_frame) { in onEnrollmentFrame()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/threadnetwork/aidl/android.hardware.threadnetwork-V1-ndk-source/gen/include/aidl/android/hardware/threadnetwork/
DBnThreadChipCallback.h48 ::ndk::ScopedAStatus onReceiveSpinelFrame(const std::vector<uint8_t>& in_frame) override { in onReceiveSpinelFrame()
DBnThreadChip.h57 ::ndk::ScopedAStatus sendSpinelFrame(const std::vector<uint8_t>& in_frame) override { in sendSpinelFrame()
/aosp_15_r20/packages/modules/Bluetooth/system/stack/mmc/codec_server/
Dhfp_lc3_mmc_decoder.cc74 uint8_t* in_frame = (i_buf[0] || i_buf[1]) ? i_buf + HFP_LC3_H2_HEADER_LEN : nullptr; in transcode() local
/aosp_15_r20/hardware/interfaces/threadnetwork/aidl/default/
H A Dthread_chip.cpp148 ndk::ScopedAStatus ThreadChip::sendSpinelFrame(const std::vector<uint8_t>& in_frame) { in sendSpinelFrame()
/aosp_15_r20/external/webrtc/modules/audio_coding/acm2/
H A Daudio_coding_module.cc422 int AudioCodingModuleImpl::PreprocessToAddData(const AudioFrame& in_frame, in PreprocessToAddData()