Home
last modified time | relevance | path

Searched refs:buffer_fd (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h516 int venc_get_index_from_fd(OMX_U32 ion_fd, OMX_U32 buffer_fd);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h564 int venc_get_index_from_fd(OMX_U32 ion_fd, OMX_U32 buffer_fd);
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h516 bool venc_get_index_from_fd(OMX_U32 buffer_fd, OMX_U32 *index);
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5000 bool venc_dev::venc_get_index_from_fd(OMX_U32 buffer_fd, OMX_U32 *index) in venc_get_index_from_fd() argument
5003 if (fd_list[i] == buffer_fd) { in venc_get_index_from_fd()
5004 DEBUG_PRINT_HIGH("FD : %d found at index = %d", buffer_fd, i); in venc_get_index_from_fd()
5012 DEBUG_PRINT_HIGH("FD : %d added at index = %d", buffer_fd, i); in venc_get_index_from_fd()
5013 fd_list[i] = buffer_fd; in venc_get_index_from_fd()
5018 DEBUG_PRINT_ERROR("Couldn't get index from fd : %d",buffer_fd); in venc_get_index_from_fd()