OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:async_venc_message_thread
(Results
1 - 10
of
10
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h
43
void*
async_venc_message_thread
(void *);
video_encoder_device_copper.h
43
void*
async_venc_message_thread
(void *);
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h
43
void*
async_venc_message_thread
(void *);
video_encoder_device_v4l2.h
200
static void*
async_venc_message_thread
(void *);
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_encoder.cpp
449
r = pthread_create(&async_thread_id,0,
async_venc_message_thread
,this);
[
all
...]
video_encoder_device.cpp
165
void*
async_venc_message_thread
(void *input)
function
[
all
...]
video_encoder_device_copper.cpp
158
void*
async_venc_message_thread
(void *input)
function
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp
431
r = pthread_create(&async_thread_id,0, venc_dev::
async_venc_message_thread
, this);
[
all
...]
video_encoder_device.cpp
159
void*
async_venc_message_thread
(void *input)
function
[
all
...]
video_encoder_device_v4l2.cpp
215
void* venc_dev::
async_venc_message_thread
(void *input)
function in class:venc_dev
[
all
...]
Completed in 279 milliseconds