HomeSort by relevance Sort by last modified time
    Searched refs:buf_type (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /device/asus/flo/camera/QCamera2/HAL/
QCameraStream.h 83 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
85 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
QCameraStream.cpp 872 * @buf_type : mapping type of buffer
882 int32_t QCameraStream::mapBuf(uint8_t buf_type,
889 mHandle, buf_type,
901 * @buf_type : mapping type of buffer
909 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx)
912 mHandle, buf_type,
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Stream.h 82 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
84 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
QCamera3Stream.cpp 793 * @buf_type : mapping type of buffer
803 int32_t QCamera3Stream::mapBuf(uint8_t buf_type,
810 mHandle, buf_type,
822 * @buf_type : mapping type of buffer
830 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx)
833 mHandle, buf_type,
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 278 uint8_t buf_type; member in struct:__anon1785
287 uint8_t buf_type; member in struct:__anon1786
435 uint8_t buf_type,
439 uint8_t buf_type);
493 uint8_t buf_type,
501 uint8_t buf_type,
537 uint8_t buf_type,
543 uint8_t buf_type,
  /hardware/qcom/camera/QCamera2/HAL/
QCameraStream.h 83 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
85 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
QCameraStream.cpp 872 * @buf_type : mapping type of buffer
882 int32_t QCameraStream::mapBuf(uint8_t buf_type,
889 mHandle, buf_type,
901 * @buf_type : mapping type of buffer
909 int32_t QCameraStream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx)
912 mHandle, buf_type,
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Stream.h 82 int32_t mapBuf(uint8_t buf_type, uint32_t buf_idx,
84 int32_t unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx);
QCamera3Stream.cpp 795 * @buf_type : mapping type of buffer
805 int32_t QCamera3Stream::mapBuf(uint8_t buf_type,
812 mHandle, buf_type,
824 * @buf_type : mapping type of buffer
832 int32_t QCamera3Stream::unmapBuf(uint8_t buf_type, uint32_t buf_idx, int32_t plane_idx)
835 mHandle, buf_type,
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h 278 uint8_t buf_type; member in struct:__anon33215
287 uint8_t buf_type; member in struct:__anon33216
435 uint8_t buf_type,
439 uint8_t buf_type);
493 uint8_t buf_type,
501 uint8_t buf_type,
537 uint8_t buf_type,
543 uint8_t buf_type,
  /hardware/samsung_slsi/exynos5/librotator/
exynos_rotator.c 76 enum v4l2_buf_type buf_type; member in struct:rotator_info
365 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->src.buf_type) < 0)
372 if (exynos_v4l2_streamoff(rotator_handle->rotator_fd, rotator_handle->dst.buf_type) < 0)
448 info->format.type = info->buf_type;
450 ALOGE("%s::exynos_v4l2_g_fmt() fail type=%d", __func__, info->buf_type);
462 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
463 info->crop.type = info->buf_type;
500 if (exynos_v4l2_streamoff(fd, info->buf_type) < 0) {
523 if (info->buf_type == V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE) {
524 info->crop.type = info->buf_type;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/common/
mm_camera_interface.h 292 * @buf_type : type of mapping buffers, can be value of
302 uint8_t buf_type,
309 * @buf_type : type of mapping buffers, can be value of
317 uint8_t buf_type);
465 * @buf_type : type of mapping buffers, can be value of
481 uint8_t buf_type,
492 * @buf_type : type of mapping buffers, can be value of
506 uint8_t buf_type,
  /hardware/qcom/camera/QCamera2/stack/common/
mm_camera_interface.h 292 * @buf_type : type of mapping buffers, can be value of
302 uint8_t buf_type,
309 * @buf_type : type of mapping buffers, can be value of
317 uint8_t buf_type);
465 * @buf_type : type of mapping buffers, can be value of
481 uint8_t buf_type,
492 * @buf_type : type of mapping buffers, can be value of
506 uint8_t buf_type,
  /hardware/samsung_slsi/exynos5/libhwjpeg/
ExynosJpegBase.cpp 182 req.type = pstBufInfo->buf_type;
208 v4l2_buf.type = pstBufInfo->buf_type;
394 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
398 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
731 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
748 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
771 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
782 stBufInfo.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
  /hardware/samsung_slsi/exynos5/libgscaler/
exynos_gsc_utils.h 111 enum v4l2_buf_type buf_type; member in struct:gsc_info
exynos_gscaler.c 627 info->format.type = info->buf_type;
639 info->crop.type = info->buf_type;
656 req_buf.type = info->buf_type;
682 info->buffer.type = info->buf_type;
724 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
725 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
903 gsc_handle->src.buf_type = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
904 gsc_handle->dst.buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
mm_camera_interface.c     [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c     [all...]
mm_camera_interface.c     [all...]
  /hardware/samsung_slsi/exynos5/include/
ExynosJpegApi.h 78 enum v4l2_buf_type buf_type; member in struct:ExynosJpegBase::BUF_INFO
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 149 u32 buf_type; member in struct:vdec_buf_info
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 149 u32 buf_type; member in struct:vdec_buf_info
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_stream.c 795 enum v4l2_buf_type buf_type; local
811 buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
814 rc = ioctl(stream->fd, VIDIOC_STREAMON, &buf_type);
851 enum v4l2_buf_type buf_type = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE; local
854 rc = ioctl(stream->fd, VIDIOC_STREAMOFF, &buf_type);
  /device/asus/deb/kernel-headers/media/
msmb_isp.h 304 enum msm_isp_buf_type buf_type; member in struct:msm_isp_buf_request

Completed in 636 milliseconds

1 2 3 4