Searched refs:video_driver_fd (Results 1 - 16 of 16) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvideo_encoder_test.c95 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_RE
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvideo_encoder_test.c95 encoder_context->video_driver_fd = -1;
227 init_decode->video_driver_fd = open ("/dev/msm_vidc_enc", \
232 if (init_decode->video_driver_fd < 0) {
251 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_BASE_CFG,
263 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_RATE_CTRL_CFG,
275 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_CODEC_PROFILE,
286 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_PROFILE_LEVEL,
298 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_CODEC_PROFILE,
309 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_SET_PROFILE_LEVEL,
325 if (ioctl (init_decode->video_driver_fd,VEN_IOCTL_GET_INPUT_BUFFER_RE
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Ddecoder_driver_test.h51 int video_driver_fd; member in struct:video_decoder_context
H A Domx_vdec.h231 int video_driver_fd; member in struct:video_driver_context
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Dvideo_encoder_test.h57 int video_driver_fd; member in struct:video_encoder_context
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Ddecoder_driver_test.h50 int video_driver_fd; member in struct:video_decoder_context
H A Domx_vdec_hevc.h229 int video_driver_fd; member in struct:video_driver_context
H A Domx_vdec.h235 int video_driver_fd; member in struct:video_driver_context
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Dvideo_encoder_test.h56 int video_driver_fd; member in struct:video_encoder_context
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
H A Ddecoder_driver_test.c96 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_BUFFE
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
H A Ddecoder_driver_test.c96 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_BUFFE
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp177 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,
953 if (ioctl (pThis->drv_ctx.video_driver_fd,
1199 drv_ctx.video_driver_fd = open(device_name, O_RDWR | O_NONBLOCK);
1202 drv_ctx.video_driver_fd, errno);
1204 if (drv_ctx.video_driver_fd
[all...]
H A Domx_vdec_hevc.cpp142 pfd.fd = omx->drv_ctx.video_driver_fd;
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);
696 close(drv_ctx.video_driver_fd);
715 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
1037 if (/*ioctl (pThis->drv_ctx.video_driver_fd,
1234 drv_ctx.video_driver_fd = open(device_name, O_RDWR);
1237 device_name, drv_ctx.video_driver_fd, errno);
1239 if (drv_ctx.video_driver_fd
[all...]
H A Domx_vdec_msm8974.cpp141 pfd.fd = omx->drv_ctx.video_driver_fd;
610 drv_ctx.video_driver_fd = -1;
723 if (drv_ctx.video_driver_fd >=0 ) {
724 if (ioctl(drv_ctx.video_driver_fd, VIDIOC_DECODER_CMD, &dec))
729 unsubscribe_to_events(drv_ctx.video_driver_fd);
730 close(drv_ctx.video_driver_fd);
750 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
755 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
1076 if (/*ioctl (pThis->drv_ctx.video_driver_fd,
1347 drv_ctx.video_driver_fd
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec.cpp173 error_code = ioctl ( omx->drv_ctx.video_driver_fd,VDEC_IOCTL_GET_NEXT_MSG,
543 drv_ctx.video_driver_fd = -1;
864 if (ioctl (pThis->drv_ctx.video_driver_fd,
932 if (ioctl (pThis->drv_ctx.video_driver_fd,
975 if (ioctl (pThis->drv_ctx.video_driver_fd,
1213 drv_ctx.video_driver_fd = open(device_name, O_RDWR | O_NONBLOCK);
1216 drv_ctx.video_driver_fd, errno);
1218 if(drv_ctx.video_driver_fd == 0){
1219 drv_ctx.video_driver_fd = open(device_name, O_RDWR | O_NONBLOCK);
1222 if(drv_ctx.video_driver_fd <
[all...]
H A Domx_vdec_copper.cpp135 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,
1198 drv_ctx.video_driver_fd = open("/dev/video32", O_RDWR);
1201 drv_ctx.video_driver_fd, errno);
1203 if(drv_ctx.video_driver_fd == 0){
1204 drv_ctx.video_driver_fd
[all...]

Completed in 331 milliseconds