Home
last modified time | relevance | path

Searched refs:AllocatedV4L2Frame (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraUtils.h287 class AllocatedV4L2Frame : public V3_4::implementation::Frame {
289 AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn);
290 ~AllocatedV4L2Frame() override;
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp671 AllocatedV4L2Frame::AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn) : in AllocatedV4L2Frame() function in android::hardware::camera::device::V3_6::implementation::AllocatedV4L2Frame
684 int AllocatedV4L2Frame::getData(uint8_t** outData, size_t* dataSize) { in getData()
695 AllocatedV4L2Frame::~AllocatedV4L2Frame() {} in ~AllocatedV4L2Frame()
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraDeviceSession.cpp284 offlineReqs[i]->frameIn = new AllocatedV4L2Frame(v4l2Frame); in switchToOffline()