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

  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.h 121 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
QCameraChannel.cpp 793 * @buf_fd : fd to the input buffer that needs reprocess
802 int32_t QCameraReprocessChannel::doReprocess(int buf_fd,
816 buf_fd, buf_length);
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.h 121 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
QCameraChannel.cpp 793 * @buf_fd : fd to the input buffer that needs reprocess
802 int32_t QCameraReprocessChannel::doReprocess(int buf_fd,
816 buf_fd, buf_length);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
Exynos_OMX_Baseport.h 57 int buf_fd[MAX_BUFFER_PLANE]; member in struct:_EXYNOS_OMX_BUFFERHEADERTYPE
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.h 265 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
QCamera3Channel.cpp     [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.h 269 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
QCamera3Channel.cpp     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 534 pExynosPort->extendBufferHeader[i].buf_fd[0] = planes[0].fd;
536 pExynosPort->extendBufferHeader[i].buf_fd[1] = planes[1].fd;
538 pExynosPort->extendBufferHeader[i].buf_fd[2] = planes[2].fd;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c 222 pExynosPort->extendBufferHeader[i].buf_fd[0] = temp_buffer_fd;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c 219 pExynosPort->extendBufferHeader[i].buf_fd[0] = temp_buffer_fd;
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 841 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 652 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.c     [all...]

Completed in 363 milliseconds