Searched refs:dqevent (Results 1 - 6 of 6) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp171 struct v4l2_event dqevent; local
217 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
218 printf("\n Data Recieved = %d \n",dqevent.u.data[0]);
219 if(dqevent.u.data[0] == MSM_VIDC_CLOSE_DONE){
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device_v4l2.cpp246 struct v4l2_event dqevent; local
362 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
364 if (dqevent.type == V4L2_EVENT_MSM_VIDC_CLOSE_DONE) {
367 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_FLUSH_DONE) {
383 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_SYS_ERROR) {
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_hevc.cpp148 struct v4l2_event dqevent; local
207 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
208 if (dqevent.type == V4L2_EVENT_MSM_VIDC_PORT_SETTINGS_CHANGED_INSUFFICIENT ) {
217 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_PORT_SETTINGS_CHANGED_SUFFICIENT ) {
226 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_FLUSH_DONE) {
242 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_CLOSE_DONE) {
245 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_SYS_ERROR) {
H A Domx_vdec_hevc_swvdec.cpp137 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
[all...]
H A Domx_vdec_msm8974.cpp143 struct v4l2_event dqevent; local
203 rc = ioctl(pfd.fd, VIDIOC_DQEVENT, &dqevent);
204 if (dqevent.type == V4L2_EVENT_MSM_VIDC_PORT_SETTINGS_CHANGED_INSUFFICIENT ) {
213 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_FLUSH_DONE) {
229 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_CLOSE_DONE) {
232 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_SYS_ERROR) {
241 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_RELEASE_BUFFER_REFERENCE) {
242 unsigned int *ptr = (unsigned int *)(void *)dqevent.u.data;
246 } else if (dqevent.type == V4L2_EVENT_MSM_VIDC_RELEASE_UNQUEUED_BUFFER) {
247 unsigned int *ptr = (unsigned int *)(void *)dqevent
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
H A Domx_vdec_copper.cpp132 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){

Completed in 298 milliseconds