HomeSort by relevance Sort by last modified time
    Searched refs:exynos_v4l2_streamon (Results 1 - 9 of 9) sorted by null

  /hardware/samsung_slsi/exynos5/include/
exynos_v4l2.h 76 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type);
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 901 if (exynos_v4l2_streamon(rotator_handle->rotator_fd, rotator_handle->src.buf_type) < 0) {
902 ALOGE("%s::exynos_v4l2_streamon(src) fail", __func__);
909 if (exynos_v4l2_streamon(rotator_handle->rotator_fd, rotator_handle->dst.buf_type) < 0) {
910 ALOGE("%s::exynos_v4l2_streamon(dst) fail", __func__);
928 ALOGE("%s::exynos_v4l2_streamon(src) fail", __func__);
936 ALOGE("%s::exynos_v4l2_streamon(dst) fail", __func__);
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gscaler.c     [all...]
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_v4l2.c 553 int exynos_v4l2_streamon(int fd, enum v4l2_buf_type type) function
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/dec/src/
ExynosVideoDecoder.c 1088 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) != 0) {
1115 if (exynos_v4l2_streamon(pCtx->hDec, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE) != 0) {
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/enc/src/
ExynosVideoEncoder.c     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCamera.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 749 if (exynos_v4l2_streamon(hl.fd, buffer.type) < 0) {
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 193 ret = exynos_v4l2_streamon(node->fd, type);
    [all...]

Completed in 278 milliseconds