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

  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 151 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.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_hevc_swvdec.cpp 140 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.video_driver_fd)
    [all...]
omx_vdec_msm8974.cpp 146 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.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;
711 pThis->drv_ctx.op_buf = pThis->op_buf_rcnfg;
712 OMX_ERRORTYPE eRet = pThis->set_buffer_req(&pThis->drv_ctx.op_buf);
786 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
812 (pThis->drv_ctx.interlace != VDEC_InterlaceFrameProgressive)
866 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 383 struct video_driver_context drv_ctx; member in class:omx_vdec
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec_hevc.h 384 struct video_driver_context drv_ctx; member in class:omx_vdec
    [all...]
omx_vdec.h 437 struct video_driver_context drv_ctx; member in class:omx_vdec
    [all...]

Completed in 87 milliseconds