/hardware/qcom/media/mm-video/vidc/venc/inc/ |
omx_video_encoder.h | 48 static int async_message_process (void *context, void* message);
|
omx_video_base.h | 189 // virtual int async_message_process (void *context, void* message);
|
/hardware/qcom/media/mm-video/vidc/venc/src/ |
omx_video_encoder.cpp | 1600 int omx_venc::async_message_process (void *context, void* message) function in class:omx_venc [all...] |
video_encoder_device_copper.cpp | 229 if(omx->async_message_process(input,&venc_msg) < 0) [all...] |
video_encoder_device.cpp | 191 else if(omx->async_message_process(input,&venc_msg) < 0) [all...] |
/hardware/qcom/media/mm-video/vidc/vdec/inc/ |
omx_vdec.h | 267 static int async_message_process (void *context, void* message);
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
omx_vdec.cpp | 176 else if (omx->async_message_process(input,&vdec_msg) < 0) 6644 int omx_vdec::async_message_process (void *context, void* message) function in class:omx_vdec [all...] |
omx_vdec_copper.cpp | 199 if (omx->async_message_process(input,&vdec_msg) < 0) { 6314 int omx_vdec::async_message_process (void *context, void* message) function in class:omx_vdec [all...] |