HomeSort by relevance Sort by last modified time
    Searched refs:m_etb_count (Results 1 - 4 of 4) sorted by null

  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 581 unsigned int m_etb_count; member in class:omx_video
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 629 unsigned int m_etb_count; member in class:omx_video
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 248 m_etb_count(0),
290 DEBUG_PRINT_HIGH("\n m_etb_count = %u, m_fbd_count = %u\n", m_etb_count,
474 DEBUG_PRINT_HIGH("\nm_etb_count at i/p flush = %u", m_etb_count);
475 m_etb_count = 0;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 241 m_etb_count(0),
286 DEBUG_PRINT_HIGH("m_etb_count = %u, m_fbd_count = %u", m_etb_count,
449 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %u", m_etb_count);
450 m_etb_count = 0;
    [all...]

Completed in 43 milliseconds