Home
last modified time | relevance | path

Searched refs:V4L2_CAP_EXYNOS_JPEG_DMABUF_OFFSET (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwjpeg/include/
Dexynos-hwjpeg.h53 #define V4L2_CAP_EXYNOS_JPEG_DMABUF_OFFSET 0x80000 macro
/hardware/google/graphics/common/libhwjpeg/
DExynosJpegEncoderForCamera.cpp385 …if ((fdJpegBuffer < 0) || !(GetDeviceCapabilities() & V4L2_CAP_EXYNOS_JPEG_DMABUF_OFFSET)) { // JP… in encode()