/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/ |
decoder_driver_test.h | 51 int video_driver_fd; member in struct:video_decoder_context
|
omx_vdec.h | 229 int video_driver_fd; member in struct:video_driver_context
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
video_encoder_test.h | 57 int video_driver_fd; member in struct:video_encoder_context
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/test/ |
video_encoder_test.c | 95 encoder_context->video_driver_fd = -1; 237 init_decode->video_driver_fd = open ("/dev/msm_vidc_enc", \ 242 if (init_decode->video_driver_fd < 0) 262 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_BASE_CFG, 274 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_RATE_CTRL_CFG, 287 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_CODEC_PROFILE, 298 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_PROFILE_LEVEL, 311 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_CODEC_PROFILE, 322 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_PROFILE_LEVEL, 339 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_GET_INPUT_BUFFER_REQ [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/ |
decoder_driver_test.h | 50 int video_driver_fd; member in struct:video_decoder_context
|
omx_vdec_hevc.h | 225 int video_driver_fd; member in struct:video_driver_context [all...] |
omx_vdec.h | 254 int video_driver_fd; member in struct:video_driver_context [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_test.h | 56 int video_driver_fd; member in struct:video_encoder_context
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 96 decoder_context->video_driver_fd = -1; 231 init_decode->video_driver_fd = open ("/dev/msm_vidc_dec", \ 236 if (init_decode->video_driver_fd < 0) 247 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_CODEC, 258 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_OUTPUT_FORMAT, 268 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_PICRES, 283 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_GET_BUFFER_REQ, 301 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_BUFFER_REQ, 314 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_GET_BUFFER_REQ, 586 if (ioctl (decode_context->video_driver_fd,VDEC_IOCTL_SET_BUFFER [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 96 decoder_context->video_driver_fd = -1; 222 init_decode->video_driver_fd = open ("/dev/msm_vidc_dec", \ 227 if (init_decode->video_driver_fd < 0) { 237 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_CODEC, 247 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_OUTPUT_FORMAT, 256 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_PICRES, 271 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_GET_BUFFER_REQ, 288 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_SET_BUFFER_REQ, 300 if (ioctl (init_decode->video_driver_fd,VDEC_IOCTL_GET_BUFFER_REQ, 545 if (ioctl (decode_context->video_driver_fd,VDEC_IOCTL_SET_BUFFER [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/ |
omx_vdec.cpp | 177 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG, 541 drv_ctx.video_driver_fd = -1; 592 close (drv_ctx.video_driver_fd); 593 drv_ctx.video_driver_fd = -1; 859 if (ioctl (pThis->drv_ctx.video_driver_fd, 918 if (ioctl (pThis->drv_ctx.video_driver_fd, [all...] |
omx_vdec_hevc.cpp | 151 pfd.fd = omx->drv_ctx.video_driver_fd; 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); 709 close(drv_ctx.video_driver_fd); 728 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq); [all...] |
omx_vdec_msm8974.cpp | 146 pfd.fd = omx->drv_ctx.video_driver_fd; 663 drv_ctx.video_driver_fd = -1; 782 if (drv_ctx.video_driver_fd >=0 ) { 783 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) 788 unsubscribe_to_events(drv_ctx.video_driver_fd); 789 close(drv_ctx.video_driver_fd); 797 DEBUG_PRINT_INFO("Exit OMX vdec Destructor: fd=%d",drv_ctx.video_driver_fd); 808 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq); 813 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq); [all...] |
omx_vdec_hevc_swvdec.cpp | 140 pfd.fd = omx->drv_ctx.video_driver_fd; 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); 792 if (drv_ctx.video_driver_fd >=0 ) 795 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec)) 804 unsubscribe_to_events(drv_ctx.video_driver_fd); 805 close(drv_ctx.video_driver_fd); 838 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq); 843 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq); [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, 543 drv_ctx.video_driver_fd = -1; 866 if (ioctl (pThis->drv_ctx.video_driver_fd, 934 if (ioctl (pThis->drv_ctx.video_driver_fd, 977 if (ioctl (pThis->drv_ctx.video_driver_fd, [all...] |
omx_vdec_copper.cpp | 135 pfd.fd = omx->drv_ctx.video_driver_fd; 550 drv_ctx.video_driver_fd = -1; 589 close(drv_ctx.video_driver_fd); 870 if (/*ioctl (pThis->drv_ctx.video_driver_fd, 938 if (/*ioctl (pThis->drv_ctx.video_driver_fd, 981 if (/*ioctl (pThis->drv_ctx.video_driver_fd, [all...] |