Home
last modified time | relevance | path

Searched refs:venc_msg (Results 1 – 18 of 18) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
Dvideo_encoder_test.c954 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/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp252 struct venc_msg venc_msg; in async_venc_message_thread() local
277 venc_msg.msgcode = VEN_MSG_PAUSE; in async_venc_message_thread()
278 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread()
280 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
290 venc_msg.msgcode = VEN_MSG_RESUME; in async_venc_message_thread()
291 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread()
293 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
326 venc_msg.msgcode=VEN_MSG_OUTPUT_BUFFER_DONE; in async_venc_message_thread()
327 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread()
329 venc_msg.buf.len= v4l2_buf.m.planes->bytesused; in async_venc_message_thread()
[all …]
Domx_video_encoder.cpp2414 struct venc_msg *m_sVenc_msg = NULL; in async_message_process()
2423 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp281 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 …]
Dvideo_encoder_device.cpp169 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()
Domx_video_encoder.cpp2192 struct venc_msg *m_sVenc_msg = NULL; in async_message_process()
2200 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp159 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()
200venc_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 …]
Dvideo_encoder_device.cpp167 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()
Domx_video_encoder.cpp1607 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/
Dvideo_encoder_device_v4l2.cpp320 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 …]
Dvideo_encoder_device.cpp170 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()
Domx_video_encoder.cpp2477 struct venc_msg *m_sVenc_msg = NULL; in async_message_process()
2485 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp296 struct venc_msg venc_msg; in async_venc_message_thread() local
321 venc_msg.msgcode = VEN_MSG_PAUSE; in async_venc_message_thread()
322 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread()
324 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
334 venc_msg.msgcode = VEN_MSG_RESUME; in async_venc_message_thread()
335 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread()
337 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
370 venc_msg.msgcode=VEN_MSG_OUTPUT_BUFFER_DONE; in async_venc_message_thread()
371 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread()
373 venc_msg.buf.len= v4l2_buf.m.planes->bytesused; in async_venc_message_thread()
[all …]
Domx_video_encoder.cpp2644 struct venc_msg *m_sVenc_msg = NULL; in async_message_process()
2653 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp261 struct venc_msg venc_msg; in async_venc_message_thread() local
286 venc_msg.msgcode = VEN_MSG_PAUSE; in async_venc_message_thread()
287 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread()
289 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
299 venc_msg.msgcode = VEN_MSG_RESUME; in async_venc_message_thread()
300 venc_msg.statuscode = VEN_S_SUCCESS; in async_venc_message_thread()
302 if (omx->async_message_process(input, &venc_msg) < 0) { in async_venc_message_thread()
335 venc_msg.msgcode=VEN_MSG_OUTPUT_BUFFER_DONE; in async_venc_message_thread()
336 venc_msg.statuscode=VEN_S_SUCCESS; in async_venc_message_thread()
338 venc_msg.buf.len= v4l2_buf.m.planes->bytesused; in async_venc_message_thread()
[all …]
Domx_video_encoder.cpp2732 struct venc_msg *m_sVenc_msg = NULL; in async_message_process()
2741 m_sVenc_msg = (struct venc_msg *)message; in async_message_process()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h201 struct venc_msg{ struct
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h196 struct venc_msg{ struct