OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:async_message_process
(Results
1 - 6
of
6
) sorted by null
/hardware/qcom/media/mm-video/vidc/venc/inc/
omx_video_encoder.h
43
static int
async_message_process
(void *context, void* message);
omx_video_base.h
129
// virtual int
async_message_process
(void *context, void* message);
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp
1112
int omx_venc::
async_message_process
(void *context, void* message)
function in class:omx_venc
[
all
...]
video_encoder_device.cpp
156
if(omx->
async_message_process
(input,&venc_msg) < 0)
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h
174
static int
async_message_process
(void *context, void* message);
/hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp
112
if (omx->
async_message_process
(input,&vdec_msg) < 0)
5436
int omx_vdec::
async_message_process
(void *context, void* message)
function in class:omx_vdec
[
all
...]
Completed in 195 milliseconds