Searched refs:async_message_process (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/media/mm-video/vidc/venc/inc/
H A Domx_video_encoder.h48 static int async_message_process (void *context, void* message);
/hardware/qcom/media/mm-video/vidc/vdec/inc/
H A Domx_vdec.h266 static int async_message_process (void *context, void* message);
/hardware/qcom/media/mm-video/vidc/venc/src/
H A Dvideo_encoder_device_copper.cpp228 if(omx->async_message_process(input,&venc_msg) < 0)
1166 venc_handle->async_message_process(venc_handle,&venc_msg);
1175 venc_handle->async_message_process(venc_handle,&venc_msg);
H A Domx_video_encoder.cpp1575 int omx_venc::async_message_process (void *context, void* message) function in class:omx_venc
1584 DEBUG_PRINT_ERROR("\nERROR: omx_venc::async_message_process invalid i/p params");
1598 DEBUG_PRINT_LOW("\n omx_venc::async_message_process- msgcode = %d\n",
H A Dvideo_encoder_device.cpp190 else if(omx->async_message_process(input,&venc_msg) < 0)
/hardware/qcom/media/mm-video/vidc/vdec/src/
H A Domx_vdec.cpp179 else if (omx->async_message_process(input,&vdec_msg) < 0)
6705 int omx_vdec::async_message_process (void *context, void* message) function in class:omx_vdec
6714 DEBUG_PRINT_ERROR("\n FATAL ERROR in omx_vdec::async_message_process NULL Check");
6734 DEBUG_PRINT_ERROR("\n ERROR in omx_vdec::async_message_process timestamp Check");
H A Domx_vdec_copper.cpp203 if (omx->async_message_process(input,&vdec_msg) < 0) {
6388 int omx_vdec::async_message_process (void *context, void* message) function in class:omx_vdec
6398 DEBUG_PRINT_ERROR("\n FATAL ERROR in omx_vdec::async_message_process NULL Check");
6418 DEBUG_PRINT_ERROR("\n ERROR in omx_vdec::async_message_process timestamp Check");

Completed in 104 milliseconds