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 644 uint64_t m_etb_count; member in class:omx_video
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
omx_video_base.cpp 250 m_etb_count(0),
298 DEBUG_PRINT_HIGH("\n m_etb_count = %u, m_fbd_count = %u\n", m_etb_count,
482 DEBUG_PRINT_HIGH("\nm_etb_count at i/p flush = %u", m_etb_count);
483 m_etb_count = 0;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 244 m_etb_count(0),
292 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count,
460 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count);
461 m_etb_count = 0;
    [all...]

Completed in 246 milliseconds