Searched refs:btype (Results 1 - 15 of 15) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp429 enum v4l2_buf_type btype; local
430 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
431 rc = ioctl(m_nDriver_fd, VIDIOC_STREAMOFF, &btype);
436 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
438 rc = ioctl(m_nDriver_fd, VIDIOC_STREAMOFF, &btype);
1398 enum v4l2_buf_type btype; local
1399 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1400 rc = ioctl(m_nDriver_fd, VIDIOC_STREAMOFF, &btype);
1412 enum v4l2_buf_type btype; local
1413 btype
[all...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp1821 enum v4l2_buf_type btype; local
1822 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
1823 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
1830 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
1831 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
7243 enum v4l2_buf_type btype; local
7244 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
7245 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
7395 enum v4l2_buf_type btype; local
7402 btype
[all...]
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1277 AGpsBearerType btype) :
1280 mAPN(new char[len+1]), mBearerType(btype)
1274 LocEngAtlOpenSuccess(AgpsStateMachine* statemachine, const char* name, int len, AGpsBearerType btype) argument
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1414 AGpsBearerType btype) :
1417 mAPN(new char[len+1]), mBearerType(btype)
1411 LocEngAtlOpenSuccess(AgpsStateMachine* statemachine, const char* name, int len, AGpsBearerType btype) argument
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1425 AGpsBearerType btype) :
1428 mAPN(new char[len+1]), mBearerType(btype)
1422 LocEngAtlOpenSuccess(AgpsStateMachine* statemachine, const char* name, int len, AGpsBearerType btype) argument
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1415 AGpsBearerType btype) :
1418 mAPN(new char[len+1]), mBearerType(btype)
1412 LocEngAtlOpenSuccess(AgpsStateMachine* statemachine, const char* name, int len, AGpsBearerType btype) argument
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1414 AGpsBearerType btype) :
1417 mAPN(new char[len+1]), mBearerType(btype)
1411 LocEngAtlOpenSuccess(AgpsStateMachine* statemachine, const char* name, int len, AGpsBearerType btype) argument
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng.cpp1415 AGpsBearerType btype) :
1418 mAPN(new char[len+1]), mBearerType(btype)
1412 LocEngAtlOpenSuccess(AgpsStateMachine* statemachine, const char* name, int len, AGpsBearerType btype) argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp7071 enum v4l2_buf_type btype; local
7076 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
7079 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
7100 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
H A Domx_vdec_hevc_swvdec.cpp8050 enum v4l2_buf_type btype; local
8055 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
8058 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
8079 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
H A Domx_vdec_msm8974.cpp8568 enum v4l2_buf_type btype; local
8573 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
8576 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
8597 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp7035 enum v4l2_buf_type btype; local
7040 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
7043 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
7064 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
H A Domx_vdec_hevc_swvdec.cpp8265 enum v4l2_buf_type btype; local
8270 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
8273 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
8294 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
H A Domx_vdec_v4l2.cpp9346 enum v4l2_buf_type btype; local
9351 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
9354 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
9375 rc = ioctl(drv_ctx.video_driver_fd, VIDIOC_STREAMOFF, &btype);
/hardware/qcom/media/msm8996/videopp/src/
H A Domx_vdpp.cpp6718 enum v4l2_buf_type btype; local
6723 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
6726 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
6747 rc = ioctl(drv_ctx.video_vpu_fd, VIDIOC_STREAMOFF, &btype);

Completed in 384 milliseconds