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

  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
omx_video_base.h 581 unsigned int m_etb_count; member in class:omx_video
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 651 uint64_t m_etb_count; member in class:omx_video
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 684 uint64_t m_etb_count; member in class:omx_video
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 706 uint64_t m_etb_count; member in class:omx_video
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/inc/
omx_video_base.h 717 uint64_t m_etb_count; member in class:omx_video
  /hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 245 m_etb_count(0),
294 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count,
463 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count);
464 m_etb_count = 0;
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 302 m_etb_count(0),
359 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count,
529 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count);
530 m_etb_count = 0;
    [all...]
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 294 m_etb_count(0),
362 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count,
530 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count);
531 m_etb_count = 0;
    [all...]
video_encoder_device_v4l2.cpp     [all...]
  /hardware/qcom/media/sdm845/mm-video-v4l2/vidc/venc/src/
omx_video_base.cpp 255 m_etb_count(0),
315 DEBUG_PRINT_HIGH("m_etb_count = %" PRIu64 ", m_fbd_count = %" PRIu64, m_etb_count,
482 DEBUG_PRINT_HIGH("m_etb_count at i/p flush = %" PRIu64, m_etb_count);
483 m_etb_count = 0;
    [all...]
video_encoder_device_v4l2.cpp     [all...]

Completed in 122 milliseconds