HomeSort by relevance Sort by last modified time
    Searched full:async_message_process (Results 1 - 8 of 8) sorted by null

  /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...]

Completed in 810 milliseconds