Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp42 {V4L2_PIX_FMT_MJPEG, V4L2_PIX_FMT_Z16}}; // double braces required in C++11
265 case V4L2_PIX_FMT_Z16: hasDepth = true; break; in initAvailableCapabilities()
698 case V4L2_PIX_FMT_Z16: in initOutputCharsKeys()
712 initOutputCharskeysByFormat(metadata, V4L2_PIX_FMT_Z16, halDepthFormats, in initOutputCharsKeys()
900 if (format.fourcc == V4L2_PIX_FMT_Z16 && depthEnabled) { in getCandidateSupportedFormatsLocked()
DExternalCameraDeviceSession.cpp1822 if (req->frameIn->mFourcc != V4L2_PIX_FMT_MJPEG && req->frameIn->mFourcc != V4L2_PIX_FMT_Z16) { in threadLoop()
/hardware/qcom/msm8998/kernel-headers/linux/
Dvideodev2.h410 #define V4L2_PIX_FMT_Z16 v4l2_fourcc('Z', '1', '6', ' ') macro
/hardware/qcom/msm8998/original-kernel-headers/linux/
Dvideodev2.h643 #define V4L2_PIX_FMT_Z16 v4l2_fourcc('Z', '1', '6', ' ') /* Depth data 16-bit */ macro