Searched refs:buf_fd (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraChannel.h121 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val);
H A DQCameraChannel.cpp793 * @buf_fd : fd to the input buffer that needs reprocess
802 int32_t QCameraReprocessChannel::doReprocess(int buf_fd, argument
816 buf_fd, buf_length);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/common/
H A DExynos_OMX_Baseport.h57 int buf_fd[MAX_BUFFER_PLANE]; member in struct:_EXYNOS_OMX_BUFFERHEADERTYPE
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.h269 int32_t doReprocess(int buf_fd, uint32_t buf_length, int32_t &ret_val,
H A DQCamera3Channel.cpp2088 * @buf_fd : fd to the input buffer that needs reprocess
2097 int32_t QCamera3ReprocessChannel::doReprocess(int buf_fd, argument
2116 buf_fd, buf_length);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
H A DExynos_OSAL_Android.cpp534 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/
H A DExynos_OMX_VdecControl.c222 pExynosPort->extendBufferHeader[i].buf_fd[0] = temp_buffer_fd;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
H A DExynos_OMX_VencControl.c219 pExynosPort->extendBufferHeader[i].buf_fd[0] = temp_buffer_fd;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
H A DExynos_OMX_H264dec.c920 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
H A DExynos_OMX_Mpeg4dec.c841 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
H A DExynos_OMX_Vp8dec.c652 plane.fd = pExynosInputPort->extendBufferHeader[i].buf_fd[0];
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
H A DExynos_OMX_H264enc.c1014 plane.fd = pExynosOutputPort->extendBufferHeader[i].buf_fd[0];
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
H A DExynos_OMX_Mpeg4enc.c1146 plane.fd = pExynosOutputPort->extendBufferHeader[i].buf_fd[0];

Completed in 285 milliseconds