/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/ |
D | video_encoder_test.c | 954 struct venc_msg venc_msg; in async_thread() local 970 ioctl_msg.out = (void*)&venc_msg; in async_thread() 971 DEBUG_PRINT ("\n Sizeof venc_msginfo = %d ",sizeof (venc_msg)); in async_thread() 981 switch (venc_msg.msgcode) in async_thread() 987 queueitem.cmd = venc_msg.msgcode; in async_thread() 988 queueitem.status = venc_msg.statuscode; in async_thread() 994 queueitem.cmd = venc_msg.msgcode; in async_thread() 995 queueitem.status = venc_msg.statuscode; in async_thread() 996 queueitem.clientdata = (void *)venc_msg.buf.clientdata; in async_thread() 1000 tempbuffer->filled_len = venc_msg.buf.len; in async_thread() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 281 struct venc_msg venc_msg; in async_venc_message_thread() local 302 venc_msg.msgcode = VEN_MSG_PAUSE; in async_venc_message_thread() 303 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread() 305 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread() 315 venc_msg.msgcode = VEN_MSG_RESUME; in async_venc_message_thread() 316 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread() 318 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread() 345 venc_msg.msgcode=VEN_MSG_OUTPUT_BUFFER_DONE; in async_venc_message_thread() 346 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread() 348 venc_msg.buf.len= v4l2_buf.m.planes->bytesused; in async_venc_message_thread() [all …]
|
D | video_encoder_device.cpp | 169 struct venc_msg venc_msg; in async_venc_message_thread() local 178 ioctl_msg.out = (void*)&venc_msg; in async_venc_message_thread() 188 } else if (omx->async_message_process(input,&venc_msg) < 0) { in async_venc_message_thread()
|
D | omx_video_encoder.cpp | 2191 struct venc_msg *m_sVenc_msg = NULL; in async_message_process() 2199 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
|
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device_copper.cpp | 159 struct venc_msg venc_msg; in async_venc_message_thread() local 195 venc_msg.msgcode=VEN_MSG_OUTPUT_BUFFER_DONE; in async_venc_message_thread() 196 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread() 198 venc_msg.buf.len= v4l2_buf.m.planes->bytesused; in async_venc_message_thread() 199 venc_msg.buf.offset = v4l2_buf.m.planes->reserved[1]; in async_venc_message_thread() 200 … venc_msg.buf.ptrbuffer = (OMX_U8 *)omx_venc_base->m_pOutput_pmem[v4l2_buf.index].buffer; in async_venc_message_thread() 202 venc_msg.buf.clientdata=(void*)omxhdr; in async_venc_message_thread() 212 venc_msg.msgcode=VEN_MSG_INPUT_BUFFER_DONE; in async_venc_message_thread() 213 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread() 215 venc_msg.buf.clientdata=(void*)omxhdr; in async_venc_message_thread() [all …]
|
D | video_encoder_device.cpp | 167 struct venc_msg venc_msg; in async_venc_message_thread() local 176 ioctl_msg.out = (void*)&venc_msg; in async_venc_message_thread() 189 else if(omx->async_message_process(input,&venc_msg) < 0) in async_venc_message_thread()
|
D | omx_video_encoder.cpp | 1607 struct venc_msg *m_sVenc_msg = NULL; in async_message_process() 1616 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 320 struct venc_msg venc_msg; in async_venc_message_thread() local 345 venc_msg.msgcode = VEN_MSG_PAUSE; in async_venc_message_thread() 346 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread() 348 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread() 358 venc_msg.msgcode = VEN_MSG_RESUME; in async_venc_message_thread() 359 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread() 361 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread() 394 venc_msg.msgcode=VEN_MSG_OUTPUT_BUFFER_DONE; in async_venc_message_thread() 395 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread() 403 venc_msg.buf.len= v4l2_buf.m.planes->bytesused; in async_venc_message_thread() [all …]
|
D | video_encoder_device.cpp | 170 struct venc_msg venc_msg; in async_venc_message_thread() local 179 ioctl_msg.out = (void*)&venc_msg; in async_venc_message_thread() 189 } else if (omx->async_message_process(input,&venc_msg) < 0) { in async_venc_message_thread()
|
D | omx_video_encoder.cpp | 2459 struct venc_msg *m_sVenc_msg = NULL; in async_message_process() 2467 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
D | msm_q6venc.h | 244 struct venc_msg { struct 287 #define VENC_IOCTL_CMD_READ_NEXT_MSG _IOWR(VENC_IOCTL_MAGIC, 1, struct venc_msg)
|
D | msm_vidc_enc.h | 409 struct venc_msg{ struct
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
D | msm_q6venc.h | 209 struct venc_msg { struct 253 _IOWR(VENC_IOCTL_MAGIC, 1, struct venc_msg)
|
D | msm_vidc_enc.h | 606 struct venc_msg{ struct
|
/hardware/qcom/msm8996/kernel-headers/linux/ |
D | msm_q6venc.h | 244 struct venc_msg { struct 287 #define VENC_IOCTL_CMD_READ_NEXT_MSG _IOWR(VENC_IOCTL_MAGIC, 1, struct venc_msg)
|
D | msm_vidc_enc.h | 439 struct venc_msg { struct
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_q6venc.h | 209 struct venc_msg { struct 253 _IOWR(VENC_IOCTL_MAGIC, 1, struct venc_msg)
|
D | msm_vidc_enc.h | 662 struct venc_msg{ struct
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 293 struct venc_msg venc_msg; in async_venc_message_thread() local 318 venc_msg.msgcode = VEN_MSG_PAUSE; in async_venc_message_thread() 319 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread() 321 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread() 331 venc_msg.msgcode = VEN_MSG_RESUME; in async_venc_message_thread() 332 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread() 334 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread() 367 venc_msg.msgcode=VEN_MSG_OUTPUT_BUFFER_DONE; in async_venc_message_thread() 368 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread() 370 venc_msg.buf.len= v4l2_buf.m.planes->bytesused; in async_venc_message_thread() [all …]
|
D | video_encoder_device.cpp | 170 struct venc_msg venc_msg; in async_venc_message_thread() local 179 ioctl_msg.out = (void*)&venc_msg; in async_venc_message_thread() 189 } else if (omx->async_message_process(input,&venc_msg) < 0) { in async_venc_message_thread()
|
D | omx_video_encoder.cpp | 2590 struct venc_msg *m_sVenc_msg = NULL; in async_message_process() 2599 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
|
/hardware/qcom/msm8994/kernel-headers/linux/ |
D | msm_vidc_enc.h | 439 struct venc_msg{ struct
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
D | msm_vidc_enc.h | 439 struct venc_msg{ struct
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
D | msm_vidc_enc.h | 662 struct venc_msg{ struct
|
/hardware/qcom/msm8994/original-kernel-headers/linux/ |
D | msm_vidc_enc.h | 662 struct venc_msg{ struct
|