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

  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 154 void* message_thread_enc(void *);
  /hardware/qcom/media/msmcobalt/mm-video-v4l2/vidc/venc/src/
omx_swvenc_hevc.cpp 343 r = pthread_create(&msg_thread_id,0, message_thread_enc, this);
    [all...]
omx_swvenc_mpeg4.cpp 443 if (pthread_create(&msg_thread_id,0, message_thread_enc, this) < 0)
    [all...]
omx_video_encoder.cpp 596 r = pthread_create(&msg_thread_id,0, message_thread_enc, this);
    [all...]
omx_video_base.cpp 127 void* message_thread_enc(void *input) function
    [all...]

Completed in 797 milliseconds