Searched defs:in_frame (Results 1 – 11 of 11) sorted by relevance
116 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()
55 …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()
26 std::vector<uint8_t> in_frame; in _aidl_android_hardware_threadnetwork_IThreadChipCallback_onTransact() local73 …k::ScopedAStatus BpThreadChipCallback::onReceiveSpinelFrame(const std::vector<uint8_t>& in_frame) { in onReceiveSpinelFrame()
63 std::vector<uint8_t> in_frame; in _aidl_android_hardware_threadnetwork_IThreadChip_onTransact() local219 ::ndk::ScopedAStatus BpThreadChip::sendSpinelFrame(const std::vector<uint8_t>& in_frame) { in sendSpinelFrame()
72 const int in_frame = in_frame_start + k_frame * dilationT; in conv_depthwise3d_cuda_kernel() local131 const int in_frame = (index / iW / iH) % iT; in conv_depthwise3d_cuda_backward_input_kernel() local230 const int in_frame = (gout_frame * strideT) + (k_frame * dilationT) - paddingT; in conv_depthwise3d_cuda_backward_weight_kernel() local
399 …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()
48 ::ndk::ScopedAStatus onReceiveSpinelFrame(const std::vector<uint8_t>& in_frame) override { in onReceiveSpinelFrame()
57 ::ndk::ScopedAStatus sendSpinelFrame(const std::vector<uint8_t>& in_frame) override { in sendSpinelFrame()
74 uint8_t* in_frame = (i_buf[0] || i_buf[1]) ? i_buf + HFP_LC3_H2_HEADER_LEN : nullptr; in transcode() local
148 ndk::ScopedAStatus ThreadChip::sendSpinelFrame(const std::vector<uint8_t>& in_frame) { in sendSpinelFrame()
422 int AudioCodingModuleImpl::PreprocessToAddData(const AudioFrame& in_frame, in PreprocessToAddData()