Home
last modified time | relevance | path

Searched refs:in_frame (Results 1 – 4 of 4) sorted by relevance

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp59 const FrameBuffer& in_frame, FrameBuffer* out_frame);
116 const FrameBuffer& in_frame, in ConvertFormat() argument
118 if ((in_frame.GetWidth() % 2) || (in_frame.GetHeight() % 2)) { in ConvertFormat()
119 LOGF(ERROR) << "Width or height is not even (" << in_frame.GetWidth() in ConvertFormat()
120 << " x " << in_frame.GetHeight() << ")"; in ConvertFormat()
125 out_frame->GetFourcc(), in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat()
132 if (in_frame.GetFourcc() == V4L2_PIX_FMT_YUYV) { in ConvertFormat()
137 in_frame.GetData(), /* src_yuy2 */ in ConvertFormat()
138 in_frame.GetWidth() * 2, /* src_stride_yuy2 */ in ConvertFormat()
148 in_frame.GetWidth(), in_frame.GetHeight()); in ConvertFormat()
[all …]
Dimage_processor.h35 const FrameBuffer& in_frame, FrameBuffer* out_frame);
41 static int Scale(const FrameBuffer& in_frame, FrameBuffer* out_frame);
/hardware/interfaces/threadnetwork/aidl/default/
Dthread_chip.cpp148 ndk::ScopedAStatus ThreadChip::sendSpinelFrame(const std::vector<uint8_t>& in_frame) { in sendSpinelFrame() argument
155 error = mSpinelInterface->SendFrame(reinterpret_cast<const uint8_t*>(in_frame.data()), in sendSpinelFrame()
156 in_frame.size()); in sendSpinelFrame()
Dthread_chip.hpp42 ndk::ScopedAStatus sendSpinelFrame(const std::vector<uint8_t>& in_frame) override;