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

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 227 struct v4l2_event dqevent; local
340 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
342 if (dqevent.type == V4L2_EVENT_MSM_VIDC_CLOSE_DONE) {
345 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_FLUSH_DONE) {
361 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_SYS_ERROR) {
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 173 struct v4l2_event dqevent; local
219 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
220 printf("\n Data Recieved = %d \n",dqevent.u.data[0]);
221 if(dqevent.u.data[0] == MSM_VIDC_CLOSE_DONE){
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 139 struct v4l2_event dqevent; local
198 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
199 if (dqevent.type == V4L2_EVENT_MSM_VIDC_PORT_SETTINGS_CHANGED_INSUFFICIENT ) {
208 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_PORT_SETTINGS_CHANGED_SUFFICIENT ) {
217 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_FLUSH_DONE) {
233 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_CLOSE_DONE) {
236 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_SYS_ERROR) {
    [all...]
omx_vdec_msm8974.cpp 138 struct v4l2_event dqevent; local
197 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
198 if (dqevent.type == V4L2_EVENT_MSM_VIDC_PORT_SETTINGS_CHANGED_INSUFFICIENT ) {
207 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_FLUSH_DONE) {
223 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_CLOSE_DONE) {
226 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_SYS_ERROR) {
235 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_RELEASE_BUFFER_REFERENCE) {
236 unsigned int *ptr = (unsigned int *)dqevent.u.data;
239 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_RELEASE_UNQUEUED_BUFFER) {
240 unsigned int *ptr = (unsigned int *)dqevent.u.data
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 132 struct v4l2_event dqevent; local
180 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
181 if(dqevent.u.data[0] == MSM_VIDC_DECODER_EVENT_CHANGE){
185 } else if (dqevent.u.data[0] == MSM_VIDC_DECODER_FLUSH_DONE){
    [all...]

Completed in 488 milliseconds