/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec_hevc.cpp | 142 pfd.fd = omx->drv_ctx.video_driver_fd; 159 v4l2_buf.length = omx->drv_ctx.num_planes; 573 memset (&drv_ctx,0,sizeof(drv_ctx)); 581 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); 582 drv_ctx.timestamp_adjust = false; 583 drv_ctx.video_driver_fd = -1; 691 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) { 695 unsubscribe_to_events(drv_ctx.video_driver_fd) [all...] |
omx_vdec.cpp | 177 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG, 529 memset (&drv_ctx,0,sizeof(drv_ctx)); 540 drv_ctx.timestamp_adjust = false; 541 drv_ctx.video_driver_fd = -1; 592 close (drv_ctx.video_driver_fd); 593 drv_ctx.video_driver_fd = -1; 713 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg; 714 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf); 787 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive [all...] |
omx_vdec_msm8974.cpp | 141 pfd.fd = omx->drv_ctx.video_driver_fd; 158 v4l2_buf.length = omx->drv_ctx.num_planes; 247 v4l2_buf.length = omx->drv_ctx.num_planes; 596 memset (&drv_ctx,0,sizeof(drv_ctx)); 608 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info)); 609 drv_ctx.timestamp_adjust = false; 610 drv_ctx.video_driver_fd = -1; 723 if (drv_ctx.video_driver_fd >=0 ) [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | 173 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG, 536 memset (&drv_ctx,0,sizeof(drv_ctx)); 542 drv_ctx.timestamp_adjust = false; 543 drv_ctx.video_driver_fd = -1; 709 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg; 710 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf); 784 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) 810 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) 864 if (ioctl (pThis->drv_ctx.video_driver_fd [all...] |
omx_vdec_copper.cpp | 135 pfd.fd = omx->drv_ctx.video_driver_fd; 543 memset (&drv_ctx,0,sizeof(drv_ctx)); 549 drv_ctx.timestamp_adjust = false; 550 drv_ctx.video_driver_fd = -1; 589 close(drv_ctx.video_driver_fd); 790 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) 816 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive) 870 if (/*ioctl (pThis->drv_ctx.video_driver_fd, 938 if (/*ioctl (pThis->drv_ctx.video_driver_fd [all...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
omx_vdec.h | 385 struct video_driver_context drv_ctx; member in class:omx_vdec
|
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
omx_vdec_hevc.h | 388 struct video_driver_context drv_ctx; member in class:omx_vdec [all...] |
omx_vdec.h | 408 struct video_driver_context drv_ctx; member in class:omx_vdec [all...] |