Searched refs:AllocatedV4L2Frame (Results 1 – 3 of 3) sorted by relevance
287 class AllocatedV4L2Frame : public V3_4::implementation::Frame {289 AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn);290 ~AllocatedV4L2Frame() override;
671 AllocatedV4L2Frame::AllocatedV4L2Frame(sp<V3_4::implementation::V4L2Frame> frameIn) : in AllocatedV4L2Frame() function in android::hardware::camera::device::V3_6::implementation::AllocatedV4L2Frame684 int AllocatedV4L2Frame::getData(uint8_t** outData, size_t* dataSize) { in getData()695 AllocatedV4L2Frame::~AllocatedV4L2Frame() {} in ~AllocatedV4L2Frame()
284 offlineReqs[i]->frameIn = new AllocatedV4L2Frame(v4l2Frame); in switchToOffline()