Searched defs:V4L2Frame (Results 1 - 2 of 2) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraUtils.cpp33 V4L2Frame::V4L2Frame( function in class:android::hardware::camera::device::V3_4::implementation::V4L2Frame
39 int V4L2Frame::map(uint8_t** data, size_t* dataSize) {
62 int V4L2Frame::unmap() {
75 V4L2Frame::~V4L2Frame() {
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
H A DExternalCameraUtils.h106 class V4L2Frame : public virtual VirtualLightRefBase { class in namespace:android::hardware::camera::device::V3_4::implementation
108 V4L2Frame(uint32_t w, uint32_t h, uint32_t fourcc, int bufIdx, int fd,
110 ~V4L2Frame() override;

Completed in 58 milliseconds