Searched refs:drv_ctx (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp151 pfd.fd = omx->drv_ctx.video_driver_fd;
168 v4l2_buf.length = omx->drv_ctx.num_planes;
586 memset (&drv_ctx,0,sizeof(drv_ctx));
594 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info));
595 drv_ctx.timestamp_adjust = false;
596 drv_ctx.video_driver_fd = -1;
704 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) {
708 unsubscribe_to_events(drv_ctx
[all...]
H A Domx_vdec.cpp177 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
[all...]
H A Domx_vdec_hevc_swvdec.cpp140 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;
655 memset (&drv_ctx,0,sizeof(drv_ctx));
667 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info));
668 drv_ctx.timestamp_adjust = false;
669 drv_ctx.video_driver_fd = -1;
790 DEBUG_PRINT_HIGH("Waiting on OMX Async Thread exit driver id %d", drv_ctx
[all...]
H A Domx_vdec_msm8974.cpp146 pfd.fd = omx->drv_ctx.video_driver_fd;
164 v4l2_buf.length = omx->drv_ctx.num_planes;
254 v4l2_buf.length = omx->drv_ctx.num_planes;
644 memset (&drv_ctx,0,sizeof(drv_ctx));
656 memset(&drv_ctx.extradata_info, 0, sizeof(drv_ctx.extradata_info));
662 drv_ctx.timestamp_adjust = false;
663 drv_ctx.video_driver_fd = -1;
782 if (drv_ctx
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp176 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG,
539 memset (&drv_ctx,0,sizeof(drv_ctx));
545 drv_ctx.timestamp_adjust = false;
546 drv_ctx.video_driver_fd = -1;
714 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
715 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf);
789 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
815 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
869 if (ioctl (pThis->drv_ctx
[all...]
H A Domx_vdec_copper.cpp135 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
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h383 struct video_driver_context drv_ctx; member in class:omx_vdec
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h384 struct video_driver_context drv_ctx; member in class:omx_vdec
H A Domx_vdec.h437 struct video_driver_context drv_ctx; member in class:omx_vdec

Completed in 66 milliseconds